home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 2003 August / MW 8 2003 CD1.iso / Inside Macworld / Product News / gimp-1.2.4.sit / gimp-1.2.4 / configure < prev    next >
Encoding:
Text File  |  2003-05-19  |  617.5 KB  |  20,850 lines

  1. #! /bin/sh
  2. # Guess values for system-dependent variables and create Makefiles.
  3. # Generated by GNU Autoconf 2.57.
  4. #
  5. # Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
  6. # Free Software Foundation, Inc.
  7. # This configure script is free software; the Free Software Foundation
  8. # gives unlimited permission to copy, distribute and modify it.
  9. ## --------------------- ##
  10. ## M4sh Initialization.  ##
  11. ## --------------------- ##
  12.  
  13. # Be Bourne compatible
  14. if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
  15.   emulate sh
  16.   NULLCMD=:
  17.   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
  18.   # is contrary to our usage.  Disable this feature.
  19.   alias -g '${1+"$@"}'='"$@"'
  20. elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
  21.   set -o posix
  22. fi
  23.  
  24. # Support unset when possible.
  25. if (FOO=FOO; unset FOO) >/dev/null 2>&1; then
  26.   as_unset=unset
  27. else
  28.   as_unset=false
  29. fi
  30.  
  31.  
  32. # Work around bugs in pre-3.0 UWIN ksh.
  33. $as_unset ENV MAIL MAILPATH
  34. PS1='$ '
  35. PS2='> '
  36. PS4='+ '
  37.  
  38. # NLS nuisances.
  39. for as_var in \
  40.   LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
  41.   LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
  42.   LC_TELEPHONE LC_TIME
  43. do
  44.   if (set +x; test -n "`(eval $as_var=C; export $as_var) 2>&1`"); then
  45.     eval $as_var=C; export $as_var
  46.   else
  47.     $as_unset $as_var
  48.   fi
  49. done
  50.  
  51. # Required to use basename.
  52. if expr a : '\(a\)' >/dev/null 2>&1; then
  53.   as_expr=expr
  54. else
  55.   as_expr=false
  56. fi
  57.  
  58. if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
  59.   as_basename=basename
  60. else
  61.   as_basename=false
  62. fi
  63.  
  64.  
  65. # Name of the executable.
  66. as_me=`$as_basename "$0" ||
  67. $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
  68.      X"$0" : 'X\(//\)$' \| \
  69.      X"$0" : 'X\(/\)$' \| \
  70.      .     : '\(.\)' 2>/dev/null ||
  71. echo X/"$0" |
  72.     sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
  73.         /^X\/\(\/\/\)$/{ s//\1/; q; }
  74.         /^X\/\(\/\).*/{ s//\1/; q; }
  75.         s/.*/./; q'`
  76.  
  77.  
  78. # PATH needs CR, and LINENO needs CR and PATH.
  79. # Avoid depending upon Character Ranges.
  80. as_cr_letters='abcdefghijklmnopqrstuvwxyz'
  81. as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
  82. as_cr_Letters=$as_cr_letters$as_cr_LETTERS
  83. as_cr_digits='0123456789'
  84. as_cr_alnum=$as_cr_Letters$as_cr_digits
  85.  
  86. # The user is always right.
  87. if test "${PATH_SEPARATOR+set}" != set; then
  88.   echo "#! /bin/sh" >conf$$.sh
  89.   echo  "exit 0"   >>conf$$.sh
  90.   chmod +x conf$$.sh
  91.   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
  92.     PATH_SEPARATOR=';'
  93.   else
  94.     PATH_SEPARATOR=:
  95.   fi
  96.   rm -f conf$$.sh
  97. fi
  98.  
  99.  
  100.   as_lineno_1=$LINENO
  101.   as_lineno_2=$LINENO
  102.   as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
  103.   test "x$as_lineno_1" != "x$as_lineno_2" &&
  104.   test "x$as_lineno_3"  = "x$as_lineno_2"  || {
  105.   # Find who we are.  Look in the path if we contain no path at all
  106.   # relative or not.
  107.   case $0 in
  108.     *[\\/]* ) as_myself=$0 ;;
  109.     *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  110. for as_dir in $PATH
  111. do
  112.   IFS=$as_save_IFS
  113.   test -z "$as_dir" && as_dir=.
  114.   test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
  115. done
  116.  
  117.        ;;
  118.   esac
  119.   # We did not find ourselves, most probably we were run as `sh COMMAND'
  120.   # in which case we are not to be found in the path.
  121.   if test "x$as_myself" = x; then
  122.     as_myself=$0
  123.   fi
  124.   if test ! -f "$as_myself"; then
  125.     { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2
  126.    { (exit 1); exit 1; }; }
  127.   fi
  128.   case $CONFIG_SHELL in
  129.   '')
  130.     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  131. for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
  132. do
  133.   IFS=$as_save_IFS
  134.   test -z "$as_dir" && as_dir=.
  135.   for as_base in sh bash ksh sh5; do
  136.      case $as_dir in
  137.      /*)
  138.        if ("$as_dir/$as_base" -c '
  139.   as_lineno_1=$LINENO
  140.   as_lineno_2=$LINENO
  141.   as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
  142.   test "x$as_lineno_1" != "x$as_lineno_2" &&
  143.   test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
  144.          $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
  145.          $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
  146.          CONFIG_SHELL=$as_dir/$as_base
  147.          export CONFIG_SHELL
  148.          exec "$CONFIG_SHELL" "$0" ${1+"$@"}
  149.        fi;;
  150.      esac
  151.        done
  152. done
  153. ;;
  154.   esac
  155.  
  156.   # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
  157.   # uniformly replaced by the line number.  The first 'sed' inserts a
  158.   # line-number line before each line; the second 'sed' does the real
  159.   # work.  The second script uses 'N' to pair each line-number line
  160.   # with the numbered line, and appends trailing '-' during
  161.   # substitution so that $LINENO is not a special case at line end.
  162.   # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
  163.   # second 'sed' script.  Blame Lee E. McMahon for sed's syntax.  :-)
  164.   sed '=' <$as_myself |
  165.     sed '
  166.       N
  167.       s,$,-,
  168.       : loop
  169.       s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
  170.       t loop
  171.       s,-$,,
  172.       s,^['$as_cr_digits']*\n,,
  173.     ' >$as_me.lineno &&
  174.   chmod +x $as_me.lineno ||
  175.     { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
  176.    { (exit 1); exit 1; }; }
  177.  
  178.   # Don't try to exec as it changes $[0], causing all sort of problems
  179.   # (the dirname of $[0] is not the place where we might find the
  180.   # original and so on.  Autoconf is especially sensible to this).
  181.   . ./$as_me.lineno
  182.   # Exit status is that of the last command.
  183.   exit
  184. }
  185.  
  186.  
  187. case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
  188.   *c*,-n*) ECHO_N= ECHO_C='
  189. ' ECHO_T='    ' ;;
  190.   *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;
  191.   *)       ECHO_N= ECHO_C='\c' ECHO_T= ;;
  192. esac
  193.  
  194. if expr a : '\(a\)' >/dev/null 2>&1; then
  195.   as_expr=expr
  196. else
  197.   as_expr=false
  198. fi
  199.  
  200. rm -f conf$$ conf$$.exe conf$$.file
  201. echo >conf$$.file
  202. if ln -s conf$$.file conf$$ 2>/dev/null; then
  203.   # We could just check for DJGPP; but this test a) works b) is more generic
  204.   # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
  205.   if test -f conf$$.exe; then
  206.     # Don't use ln at all; we don't have any links
  207.     as_ln_s='cp -p'
  208.   else
  209.     as_ln_s='ln -s'
  210.   fi
  211. elif ln conf$$.file conf$$ 2>/dev/null; then
  212.   as_ln_s=ln
  213. else
  214.   as_ln_s='cp -p'
  215. fi
  216. rm -f conf$$ conf$$.exe conf$$.file
  217.  
  218. if mkdir -p . 2>/dev/null; then
  219.   as_mkdir_p=:
  220. else
  221.   as_mkdir_p=false
  222. fi
  223.  
  224. as_executable_p="test -f"
  225.  
  226. # Sed expression to map a string onto a valid CPP name.
  227. as_tr_cpp="sed y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g"
  228.  
  229. # Sed expression to map a string onto a valid variable name.
  230. as_tr_sh="sed y%*+%pp%;s%[^_$as_cr_alnum]%_%g"
  231.  
  232.  
  233. # IFS
  234. # We need space, tab and new line, in precisely that order.
  235. as_nl='
  236. '
  237. IFS="     $as_nl"
  238.  
  239. # CDPATH.
  240. $as_unset CDPATH
  241.  
  242.  
  243. # Find the correct PATH separator.  Usually this is `:', but
  244. # DJGPP uses `;' like DOS.
  245. if test "X${PATH_SEPARATOR+set}" != Xset; then
  246.   UNAME=${UNAME-`uname 2>/dev/null`}
  247.   case X$UNAME in
  248.     *-DOS) lt_cv_sys_path_separator=';' ;;
  249.     *)     lt_cv_sys_path_separator=':' ;;
  250.   esac
  251.   PATH_SEPARATOR=$lt_cv_sys_path_separator
  252. fi
  253.  
  254.  
  255. # Check that we are running under the correct shell.
  256. SHELL=${CONFIG_SHELL-/bin/sh}
  257.  
  258. case X$ECHO in
  259. X*--fallback-echo)
  260.   # Remove one level of quotation (which was required for Make).
  261.   ECHO=`echo "$ECHO" | sed 's,\\\\\$\\$0,'$0','`
  262.   ;;
  263. esac
  264.  
  265. echo=${ECHO-echo}
  266. if test "X$1" = X--no-reexec; then
  267.   # Discard the --no-reexec flag, and continue.
  268.   shift
  269. elif test "X$1" = X--fallback-echo; then
  270.   # Avoid inline document here, it may be left over
  271.   :
  272. elif test "X`($echo '\t') 2>/dev/null`" = 'X\t'; then
  273.   # Yippee, $echo works!
  274.   :
  275. else
  276.   # Restart under the correct shell.
  277.   exec $SHELL "$0" --no-reexec ${1+"$@"}
  278. fi
  279.  
  280. if test "X$1" = X--fallback-echo; then
  281.   # used as fallback echo
  282.   shift
  283.   cat <<EOF
  284.  
  285. EOF
  286.   exit 0
  287. fi
  288.  
  289. # The HP-UX ksh and POSIX shell print the target directory to stdout
  290. # if CDPATH is set.
  291. if test "X${CDPATH+set}" = Xset; then CDPATH=:; export CDPATH; fi
  292.  
  293. if test -z "$ECHO"; then
  294. if test "X${echo_test_string+set}" != Xset; then
  295. # find a string as large as possible, as long as the shell can cope with it
  296.   for cmd in 'sed 50q "$0"' 'sed 20q "$0"' 'sed 10q "$0"' 'sed 2q "$0"' 'echo test'; do
  297.     # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
  298.     if (echo_test_string="`eval $cmd`") 2>/dev/null &&
  299.        echo_test_string="`eval $cmd`" &&
  300.        (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null
  301.     then
  302.       break
  303.     fi
  304.   done
  305. fi
  306.  
  307. if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
  308.    echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
  309.    test "X$echo_testing_string" = "X$echo_test_string"; then
  310.   :
  311. else
  312.   # The Solaris, AIX, and Digital Unix default echo programs unquote
  313.   # backslashes.  This makes it impossible to quote backslashes using
  314.   #   echo "$something" | sed 's/\\/\\\\/g'
  315.   #
  316.   # So, first we look for a working echo in the user's PATH.
  317.  
  318.   IFS="${IFS=     }"; save_ifs="$IFS"; IFS=$PATH_SEPARATOR
  319.   for dir in $PATH /usr/ucb; do
  320.     if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
  321.        test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
  322.        echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
  323.        test "X$echo_testing_string" = "X$echo_test_string"; then
  324.       echo="$dir/echo"
  325.       break
  326.     fi
  327.   done
  328.   IFS="$save_ifs"
  329.  
  330.   if test "X$echo" = Xecho; then
  331.     # We didn't find a better echo, so look for alternatives.
  332.     if test "X`(print -r '\t') 2>/dev/null`" = 'X\t' &&
  333.        echo_testing_string=`(print -r "$echo_test_string") 2>/dev/null` &&
  334.        test "X$echo_testing_string" = "X$echo_test_string"; then
  335.       # This shell has a builtin print -r that does the trick.
  336.       echo='print -r'
  337.     elif (test -f /bin/ksh || test -f /bin/ksh$ac_exeext) &&
  338.      test "X$CONFIG_SHELL" != X/bin/ksh; then
  339.       # If we have ksh, try running configure again with it.
  340.       ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
  341.       export ORIGINAL_CONFIG_SHELL
  342.       CONFIG_SHELL=/bin/ksh
  343.       export CONFIG_SHELL
  344.       exec $CONFIG_SHELL "$0" --no-reexec ${1+"$@"}
  345.     else
  346.       # Try using printf.
  347.       echo='printf %s\n'
  348.       if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
  349.      echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
  350.      test "X$echo_testing_string" = "X$echo_test_string"; then
  351.     # Cool, printf works
  352.     :
  353.       elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
  354.        test "X$echo_testing_string" = 'X\t' &&
  355.        echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
  356.        test "X$echo_testing_string" = "X$echo_test_string"; then
  357.     CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL
  358.     export CONFIG_SHELL
  359.     SHELL="$CONFIG_SHELL"
  360.     export SHELL
  361.     echo="$CONFIG_SHELL $0 --fallback-echo"
  362.       elif echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
  363.        test "X$echo_testing_string" = 'X\t' &&
  364.        echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
  365.        test "X$echo_testing_string" = "X$echo_test_string"; then
  366.     echo="$CONFIG_SHELL $0 --fallback-echo"
  367.       else
  368.     # maybe with a smaller string...
  369.     prev=:
  370.  
  371.     for cmd in 'echo test' 'sed 2q "$0"' 'sed 10q "$0"' 'sed 20q "$0"' 'sed 50q "$0"'; do
  372.       if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null
  373.       then
  374.         break
  375.       fi
  376.       prev="$cmd"
  377.     done
  378.  
  379.     if test "$prev" != 'sed 50q "$0"'; then
  380.       echo_test_string=`eval $prev`
  381.       export echo_test_string
  382.       exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "$0" ${1+"$@"}
  383.     else
  384.       # Oops.  We lost completely, so just stick with echo.
  385.       echo=echo
  386.     fi
  387.       fi
  388.     fi
  389.   fi
  390. fi
  391. fi
  392.  
  393. # Copy echo and quote the copy suitably for passing to libtool from
  394. # the Makefile, instead of quoting the original, which is used later.
  395. ECHO=$echo
  396. if test "X$ECHO" = "X$CONFIG_SHELL $0 --fallback-echo"; then
  397.    ECHO="$CONFIG_SHELL \\\$\$0 --fallback-echo"
  398. fi
  399.  
  400.  
  401.  
  402. # Name of the host.
  403. # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
  404. # so uname gets run too.
  405. ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
  406.  
  407. exec 6>&1
  408.  
  409. #
  410. # Initializations.
  411. #
  412. ac_default_prefix=/usr/local
  413. ac_config_libobj_dir=.
  414. cross_compiling=no
  415. subdirs=
  416. MFLAGS=
  417. MAKEFLAGS=
  418. SHELL=${CONFIG_SHELL-/bin/sh}
  419.  
  420. # Maximum number of lines to put in a shell here document.
  421. # This variable seems obsolete.  It should probably be removed, and
  422. # only ac_max_sed_lines should be used.
  423. : ${ac_max_here_lines=38}
  424.  
  425. # Identity of this package.
  426. PACKAGE_NAME=
  427. PACKAGE_TARNAME=
  428. PACKAGE_VERSION=
  429. PACKAGE_STRING=
  430. PACKAGE_BUGREPORT=
  431.  
  432. ac_unique_file="gimprc.in"
  433. # Factoring default headers for most tests.
  434. ac_includes_default="\
  435. #include <stdio.h>
  436. #if HAVE_SYS_TYPES_H
  437. # include <sys/types.h>
  438. #endif
  439. #if HAVE_SYS_STAT_H
  440. # include <sys/stat.h>
  441. #endif
  442. #if STDC_HEADERS
  443. # include <stdlib.h>
  444. # include <stddef.h>
  445. #else
  446. # if HAVE_STDLIB_H
  447. #  include <stdlib.h>
  448. # endif
  449. #endif
  450. #if HAVE_STRING_H
  451. # if !STDC_HEADERS && HAVE_MEMORY_H
  452. #  include <memory.h>
  453. # endif
  454. # include <string.h>
  455. #endif
  456. #if HAVE_STRINGS_H
  457. # include <strings.h>
  458. #endif
  459. #if HAVE_INTTYPES_H
  460. # include <inttypes.h>
  461. #else
  462. # if HAVE_STDINT_H
  463. #  include <stdint.h>
  464. # endif
  465. #endif
  466. #if HAVE_UNISTD_H
  467. # include <unistd.h>
  468. #endif"
  469.  
  470. ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO SET_MAKE CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT build build_cpu build_vendor build_os host host_cpu host_vendor host_os LN_S ECHO RANLIB ac_ct_RANLIB STRIP ac_ct_STRIP CPP EGREP LIBTOOL MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT PLATFORM_WIN32_TRUE PLATFORM_WIN32_FALSE PATHSEP OS_WIN32_TRUE OS_WIN32_FALSE ms_librarian MS_LIB_AVAILABLE_TRUE MS_LIB_AVAILABLE_FALSE ALLOCA USE_NLS MSGFMT GMSGFMT XGETTEXT CATALOGS CATOBJEXT DATADIRNAME GMOFILES INSTOBJEXT INTLDEPS INTLLIBS INTLOBJS POFILES POSUB MKINSTALLDIRS GLIBC21 LIBICONV INTLBISON BUILD_INCLUDED_LIBINTL USE_INCLUDED_LIBINTL GENCAT INTL_LIBTOOL_SUFFIX_PREFIX PKG_CONFIG GTK_CFLAGS GTK_LIBS GLIB_CFLAGS GLIB_LIBS GTK_CONFIG GNOME_CONFIG EMACS GTKDOC HAVE_GTK_DOC_TRUE HAVE_GTK_DOC_FALSE HAVE_GTK_DOC ENABLE_GTK_DOC_TRUE ENABLE_GTK_DOC_FALSE SENDMAIL PRINT_CONFIG PERL WITH_PDBGEN_TRUE WITH_PDBGEN_FALSE WITH_AUTHORSGEN_TRUE WITH_AUTHORSGEN_FALSE EXTENSIVE_TESTS IN_GIMP GIMP_CFLAGS GIMP_CFLAGS_NOUI GIMP_LIBS GIMP_LIBS_NOUI GIMP GIMPTOOL STATICLIBS_TRUE STATICLIBS_FALSE DEFAULT_BINARY_TRUE DEFAULT_BINARY_FALSE GIMP_MAJOR_VERSION GIMP_MINOR_VERSION GIMP_MICRO_VERSION GIMP_VERSION LT_RELEASE LT_CURRENT LT_REVISION LT_AGE LT_CURRENT_MINUS_AGE gimpdir gimpdatadir gimpplugindir gimpsysconfdir localedir brushdata gradientdata palettedata patterndata GIMP_REMOTE WEBBROWSER LIBXMU TIFF LIBTIFF JPEG XJT LIBJPEG PSP LIBZ PNG LIBPNG AA LIBAA MPEG LIBMPEG GAP_DECODE_MPEG XPM LIBXPM LIBUCB PRINT PRINT_LIBS PRINT_CFLAGS GIMP_THREAD_FLAGS GIMP_THREAD_LIBS GIMP_MP_FLAGS GIMP_MP_LIBS GIMP_PERL GIMP_PERL_PO GIMPDOCS GIMPINSTALL HELPBROWSER GTKXMHTML_CFLAGS GTKXMHTML_LIBS HTML_DIR GIMP_CONTRIBUTORS GIMP_PLUGINS GIMP_MODULES LIBOBJS LTLIBOBJS'
  471. ac_subst_files=''
  472.  
  473. # Initialize some variables set by options.
  474. ac_init_help=
  475. ac_init_version=false
  476. # The variables have the same names as the options, with
  477. # dashes changed to underlines.
  478. cache_file=/dev/null
  479. exec_prefix=NONE
  480. no_create=
  481. no_recursion=
  482. prefix=NONE
  483. program_prefix=NONE
  484. program_suffix=NONE
  485. program_transform_name=s,x,x,
  486. silent=
  487. site=
  488. srcdir=
  489. verbose=
  490. x_includes=NONE
  491. x_libraries=NONE
  492.  
  493. # Installation directory options.
  494. # These are left unexpanded so users can "make install exec_prefix=/foo"
  495. # and all the variables that are supposed to be based on exec_prefix
  496. # by default will actually change.
  497. # Use braces instead of parens because sh, perl, etc. also accept them.
  498. bindir='${exec_prefix}/bin'
  499. sbindir='${exec_prefix}/sbin'
  500. libexecdir='${exec_prefix}/libexec'
  501. datadir='${prefix}/share'
  502. sysconfdir='${prefix}/etc'
  503. sharedstatedir='${prefix}/com'
  504. localstatedir='${prefix}/var'
  505. libdir='${exec_prefix}/lib'
  506. includedir='${prefix}/include'
  507. oldincludedir='/usr/include'
  508. infodir='${prefix}/info'
  509. mandir='${prefix}/man'
  510.  
  511. ac_prev=
  512. for ac_option
  513. do
  514.   # If the previous option needs an argument, assign it.
  515.   if test -n "$ac_prev"; then
  516.     eval "$ac_prev=\$ac_option"
  517.     ac_prev=
  518.     continue
  519.   fi
  520.  
  521.   ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
  522.  
  523.   # Accept the important Cygnus configure options, so we can diagnose typos.
  524.  
  525.   case $ac_option in
  526.  
  527.   -bindir | --bindir | --bindi | --bind | --bin | --bi)
  528.     ac_prev=bindir ;;
  529.   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
  530.     bindir=$ac_optarg ;;
  531.  
  532.   -build | --build | --buil | --bui | --bu)
  533.     ac_prev=build_alias ;;
  534.   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
  535.     build_alias=$ac_optarg ;;
  536.  
  537.   -cache-file | --cache-file | --cache-fil | --cache-fi \
  538.   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
  539.     ac_prev=cache_file ;;
  540.   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
  541.   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
  542.     cache_file=$ac_optarg ;;
  543.  
  544.   --config-cache | -C)
  545.     cache_file=config.cache ;;
  546.  
  547.   -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
  548.     ac_prev=datadir ;;
  549.   -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
  550.   | --da=*)
  551.     datadir=$ac_optarg ;;
  552.  
  553.   -disable-* | --disable-*)
  554.     ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
  555.     # Reject names that are not valid shell variable names.
  556.     expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
  557.       { echo "$as_me: error: invalid feature name: $ac_feature" >&2
  558.    { (exit 1); exit 1; }; }
  559.     ac_feature=`echo $ac_feature | sed 's/-/_/g'`
  560.     eval "enable_$ac_feature=no" ;;
  561.  
  562.   -enable-* | --enable-*)
  563.     ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
  564.     # Reject names that are not valid shell variable names.
  565.     expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
  566.       { echo "$as_me: error: invalid feature name: $ac_feature" >&2
  567.    { (exit 1); exit 1; }; }
  568.     ac_feature=`echo $ac_feature | sed 's/-/_/g'`
  569.     case $ac_option in
  570.       *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
  571.       *) ac_optarg=yes ;;
  572.     esac
  573.     eval "enable_$ac_feature='$ac_optarg'" ;;
  574.  
  575.   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
  576.   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
  577.   | --exec | --exe | --ex)
  578.     ac_prev=exec_prefix ;;
  579.   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
  580.   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
  581.   | --exec=* | --exe=* | --ex=*)
  582.     exec_prefix=$ac_optarg ;;
  583.  
  584.   -gas | --gas | --ga | --g)
  585.     # Obsolete; use --with-gas.
  586.     with_gas=yes ;;
  587.  
  588.   -help | --help | --hel | --he | -h)
  589.     ac_init_help=long ;;
  590.   -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
  591.     ac_init_help=recursive ;;
  592.   -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
  593.     ac_init_help=short ;;
  594.  
  595.   -host | --host | --hos | --ho)
  596.     ac_prev=host_alias ;;
  597.   -host=* | --host=* | --hos=* | --ho=*)
  598.     host_alias=$ac_optarg ;;
  599.  
  600.   -includedir | --includedir | --includedi | --included | --include \
  601.   | --includ | --inclu | --incl | --inc)
  602.     ac_prev=includedir ;;
  603.   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
  604.   | --includ=* | --inclu=* | --incl=* | --inc=*)
  605.     includedir=$ac_optarg ;;
  606.  
  607.   -infodir | --infodir | --infodi | --infod | --info | --inf)
  608.     ac_prev=infodir ;;
  609.   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
  610.     infodir=$ac_optarg ;;
  611.  
  612.   -libdir | --libdir | --libdi | --libd)
  613.     ac_prev=libdir ;;
  614.   -libdir=* | --libdir=* | --libdi=* | --libd=*)
  615.     libdir=$ac_optarg ;;
  616.  
  617.   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
  618.   | --libexe | --libex | --libe)
  619.     ac_prev=libexecdir ;;
  620.   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
  621.   | --libexe=* | --libex=* | --libe=*)
  622.     libexecdir=$ac_optarg ;;
  623.  
  624.   -localstatedir | --localstatedir | --localstatedi | --localstated \
  625.   | --localstate | --localstat | --localsta | --localst \
  626.   | --locals | --local | --loca | --loc | --lo)
  627.     ac_prev=localstatedir ;;
  628.   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
  629.   | --localstate=* | --localstat=* | --localsta=* | --localst=* \
  630.   | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
  631.     localstatedir=$ac_optarg ;;
  632.  
  633.   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
  634.     ac_prev=mandir ;;
  635.   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
  636.     mandir=$ac_optarg ;;
  637.  
  638.   -nfp | --nfp | --nf)
  639.     # Obsolete; use --without-fp.
  640.     with_fp=no ;;
  641.  
  642.   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
  643.   | --no-cr | --no-c | -n)
  644.     no_create=yes ;;
  645.  
  646.   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
  647.   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
  648.     no_recursion=yes ;;
  649.  
  650.   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
  651.   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
  652.   | --oldin | --oldi | --old | --ol | --o)
  653.     ac_prev=oldincludedir ;;
  654.   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
  655.   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
  656.   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
  657.     oldincludedir=$ac_optarg ;;
  658.  
  659.   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
  660.     ac_prev=prefix ;;
  661.   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
  662.     prefix=$ac_optarg ;;
  663.  
  664.   -program-prefix | --program-prefix | --program-prefi | --program-pref \
  665.   | --program-pre | --program-pr | --program-p)
  666.     ac_prev=program_prefix ;;
  667.   -program-prefix=* | --program-prefix=* | --program-prefi=* \
  668.   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
  669.     program_prefix=$ac_optarg ;;
  670.  
  671.   -program-suffix | --program-suffix | --program-suffi | --program-suff \
  672.   | --program-suf | --program-su | --program-s)
  673.     ac_prev=program_suffix ;;
  674.   -program-suffix=* | --program-suffix=* | --program-suffi=* \
  675.   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
  676.     program_suffix=$ac_optarg ;;
  677.  
  678.   -program-transform-name | --program-transform-name \
  679.   | --program-transform-nam | --program-transform-na \
  680.   | --program-transform-n | --program-transform- \
  681.   | --program-transform | --program-transfor \
  682.   | --program-transfo | --program-transf \
  683.   | --program-trans | --program-tran \
  684.   | --progr-tra | --program-tr | --program-t)
  685.     ac_prev=program_transform_name ;;
  686.   -program-transform-name=* | --program-transform-name=* \
  687.   | --program-transform-nam=* | --program-transform-na=* \
  688.   | --program-transform-n=* | --program-transform-=* \
  689.   | --program-transform=* | --program-transfor=* \
  690.   | --program-transfo=* | --program-transf=* \
  691.   | --program-trans=* | --program-tran=* \
  692.   | --progr-tra=* | --program-tr=* | --program-t=*)
  693.     program_transform_name=$ac_optarg ;;
  694.  
  695.   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
  696.   | -silent | --silent | --silen | --sile | --sil)
  697.     silent=yes ;;
  698.  
  699.   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
  700.     ac_prev=sbindir ;;
  701.   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
  702.   | --sbi=* | --sb=*)
  703.     sbindir=$ac_optarg ;;
  704.  
  705.   -sharedstatedir | --sharedstatedir | --sharedstatedi \
  706.   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
  707.   | --sharedst | --shareds | --shared | --share | --shar \
  708.   | --sha | --sh)
  709.     ac_prev=sharedstatedir ;;
  710.   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
  711.   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
  712.   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
  713.   | --sha=* | --sh=*)
  714.     sharedstatedir=$ac_optarg ;;
  715.  
  716.   -site | --site | --sit)
  717.     ac_prev=site ;;
  718.   -site=* | --site=* | --sit=*)
  719.     site=$ac_optarg ;;
  720.  
  721.   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
  722.     ac_prev=srcdir ;;
  723.   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
  724.     srcdir=$ac_optarg ;;
  725.  
  726.   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
  727.   | --syscon | --sysco | --sysc | --sys | --sy)
  728.     ac_prev=sysconfdir ;;
  729.   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
  730.   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
  731.     sysconfdir=$ac_optarg ;;
  732.  
  733.   -target | --target | --targe | --targ | --tar | --ta | --t)
  734.     ac_prev=target_alias ;;
  735.   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
  736.     target_alias=$ac_optarg ;;
  737.  
  738.   -v | -verbose | --verbose | --verbos | --verbo | --verb)
  739.     verbose=yes ;;
  740.  
  741.   -version | --version | --versio | --versi | --vers | -V)
  742.     ac_init_version=: ;;
  743.  
  744.   -with-* | --with-*)
  745.     ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
  746.     # Reject names that are not valid shell variable names.
  747.     expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
  748.       { echo "$as_me: error: invalid package name: $ac_package" >&2
  749.    { (exit 1); exit 1; }; }
  750.     ac_package=`echo $ac_package| sed 's/-/_/g'`
  751.     case $ac_option in
  752.       *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
  753.       *) ac_optarg=yes ;;
  754.     esac
  755.     eval "with_$ac_package='$ac_optarg'" ;;
  756.  
  757.   -without-* | --without-*)
  758.     ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
  759.     # Reject names that are not valid shell variable names.
  760.     expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
  761.       { echo "$as_me: error: invalid package name: $ac_package" >&2
  762.    { (exit 1); exit 1; }; }
  763.     ac_package=`echo $ac_package | sed 's/-/_/g'`
  764.     eval "with_$ac_package=no" ;;
  765.  
  766.   --x)
  767.     # Obsolete; use --with-x.
  768.     with_x=yes ;;
  769.  
  770.   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
  771.   | --x-incl | --x-inc | --x-in | --x-i)
  772.     ac_prev=x_includes ;;
  773.   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
  774.   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
  775.     x_includes=$ac_optarg ;;
  776.  
  777.   -x-libraries | --x-libraries | --x-librarie | --x-librari \
  778.   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
  779.     ac_prev=x_libraries ;;
  780.   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
  781.   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
  782.     x_libraries=$ac_optarg ;;
  783.  
  784.   -*) { echo "$as_me: error: unrecognized option: $ac_option
  785. Try \`$0 --help' for more information." >&2
  786.    { (exit 1); exit 1; }; }
  787.     ;;
  788.  
  789.   *=*)
  790.     ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
  791.     # Reject names that are not valid shell variable names.
  792.     expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
  793.       { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
  794.    { (exit 1); exit 1; }; }
  795.     ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
  796.     eval "$ac_envvar='$ac_optarg'"
  797.     export $ac_envvar ;;
  798.  
  799.   *)
  800.     # FIXME: should be removed in autoconf 3.0.
  801.     echo "$as_me: WARNING: you should use --build, --host, --target" >&2
  802.     expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
  803.       echo "$as_me: WARNING: invalid host type: $ac_option" >&2
  804.     : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
  805.     ;;
  806.  
  807.   esac
  808. done
  809.  
  810. if test -n "$ac_prev"; then
  811.   ac_option=--`echo $ac_prev | sed 's/_/-/g'`
  812.   { echo "$as_me: error: missing argument to $ac_option" >&2
  813.    { (exit 1); exit 1; }; }
  814. fi
  815.  
  816. # Be sure to have absolute paths.
  817. for ac_var in exec_prefix prefix
  818. do
  819.   eval ac_val=$`echo $ac_var`
  820.   case $ac_val in
  821.     [\\/$]* | ?:[\\/]* | NONE | '' ) ;;
  822.     *)  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
  823.    { (exit 1); exit 1; }; };;
  824.   esac
  825. done
  826.  
  827. # Be sure to have absolute paths.
  828. for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
  829.               localstatedir libdir includedir oldincludedir infodir mandir
  830. do
  831.   eval ac_val=$`echo $ac_var`
  832.   case $ac_val in
  833.     [\\/$]* | ?:[\\/]* ) ;;
  834.     *)  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
  835.    { (exit 1); exit 1; }; };;
  836.   esac
  837. done
  838.  
  839. # There might be people who depend on the old broken behavior: `$host'
  840. # used to hold the argument of --host etc.
  841. # FIXME: To remove some day.
  842. build=$build_alias
  843. host=$host_alias
  844. target=$target_alias
  845.  
  846. # FIXME: To remove some day.
  847. if test "x$host_alias" != x; then
  848.   if test "x$build_alias" = x; then
  849.     cross_compiling=maybe
  850.     echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
  851.     If a cross compiler is detected then cross compile mode will be used." >&2
  852.   elif test "x$build_alias" != "x$host_alias"; then
  853.     cross_compiling=yes
  854.   fi
  855. fi
  856.  
  857. ac_tool_prefix=
  858. test -n "$host_alias" && ac_tool_prefix=$host_alias-
  859.  
  860. test "$silent" = yes && exec 6>/dev/null
  861.  
  862.  
  863. # Find the source files, if location was not specified.
  864. if test -z "$srcdir"; then
  865.   ac_srcdir_defaulted=yes
  866.   # Try the directory containing this script, then its parent.
  867.   ac_confdir=`(dirname "$0") 2>/dev/null ||
  868. $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
  869.          X"$0" : 'X\(//\)[^/]' \| \
  870.          X"$0" : 'X\(//\)$' \| \
  871.          X"$0" : 'X\(/\)' \| \
  872.          .     : '\(.\)' 2>/dev/null ||
  873. echo X"$0" |
  874.     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
  875.         /^X\(\/\/\)[^/].*/{ s//\1/; q; }
  876.         /^X\(\/\/\)$/{ s//\1/; q; }
  877.         /^X\(\/\).*/{ s//\1/; q; }
  878.         s/.*/./; q'`
  879.   srcdir=$ac_confdir
  880.   if test ! -r $srcdir/$ac_unique_file; then
  881.     srcdir=..
  882.   fi
  883. else
  884.   ac_srcdir_defaulted=no
  885. fi
  886. if test ! -r $srcdir/$ac_unique_file; then
  887.   if test "$ac_srcdir_defaulted" = yes; then
  888.     { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
  889.    { (exit 1); exit 1; }; }
  890.   else
  891.     { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
  892.    { (exit 1); exit 1; }; }
  893.   fi
  894. fi
  895. (cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null ||
  896.   { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
  897.    { (exit 1); exit 1; }; }
  898. srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
  899. ac_env_build_alias_set=${build_alias+set}
  900. ac_env_build_alias_value=$build_alias
  901. ac_cv_env_build_alias_set=${build_alias+set}
  902. ac_cv_env_build_alias_value=$build_alias
  903. ac_env_host_alias_set=${host_alias+set}
  904. ac_env_host_alias_value=$host_alias
  905. ac_cv_env_host_alias_set=${host_alias+set}
  906. ac_cv_env_host_alias_value=$host_alias
  907. ac_env_target_alias_set=${target_alias+set}
  908. ac_env_target_alias_value=$target_alias
  909. ac_cv_env_target_alias_set=${target_alias+set}
  910. ac_cv_env_target_alias_value=$target_alias
  911. ac_env_CC_set=${CC+set}
  912. ac_env_CC_value=$CC
  913. ac_cv_env_CC_set=${CC+set}
  914. ac_cv_env_CC_value=$CC
  915. ac_env_CFLAGS_set=${CFLAGS+set}
  916. ac_env_CFLAGS_value=$CFLAGS
  917. ac_cv_env_CFLAGS_set=${CFLAGS+set}
  918. ac_cv_env_CFLAGS_value=$CFLAGS
  919. ac_env_LDFLAGS_set=${LDFLAGS+set}
  920. ac_env_LDFLAGS_value=$LDFLAGS
  921. ac_cv_env_LDFLAGS_set=${LDFLAGS+set}
  922. ac_cv_env_LDFLAGS_value=$LDFLAGS
  923. ac_env_CPPFLAGS_set=${CPPFLAGS+set}
  924. ac_env_CPPFLAGS_value=$CPPFLAGS
  925. ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set}
  926. ac_cv_env_CPPFLAGS_value=$CPPFLAGS
  927. ac_env_CPP_set=${CPP+set}
  928. ac_env_CPP_value=$CPP
  929. ac_cv_env_CPP_set=${CPP+set}
  930. ac_cv_env_CPP_value=$CPP
  931.  
  932. #
  933. # Report the --help message.
  934. #
  935. if test "$ac_init_help" = "long"; then
  936.   # Omit some internal or obsolete options to make the list less imposing.
  937.   # This message is too long to be a string in the A/UX 3.1 sh.
  938.   cat <<_ACEOF
  939. \`configure' configures this package to adapt to many kinds of systems.
  940.  
  941. Usage: $0 [OPTION]... [VAR=VALUE]...
  942.  
  943. To assign environment variables (e.g., CC, CFLAGS...), specify them as
  944. VAR=VALUE.  See below for descriptions of some of the useful variables.
  945.  
  946. Defaults for the options are specified in brackets.
  947.  
  948. Configuration:
  949.   -h, --help              display this help and exit
  950.       --help=short        display options specific to this package
  951.       --help=recursive    display the short help of all the included packages
  952.   -V, --version           display version information and exit
  953.   -q, --quiet, --silent   do not print \`checking...' messages
  954.       --cache-file=FILE   cache test results in FILE [disabled]
  955.   -C, --config-cache      alias for \`--cache-file=config.cache'
  956.   -n, --no-create         do not create output files
  957.       --srcdir=DIR        find the sources in DIR [configure dir or \`..']
  958.  
  959. _ACEOF
  960.  
  961.   cat <<_ACEOF
  962. Installation directories:
  963.   --prefix=PREFIX         install architecture-independent files in PREFIX
  964.                           [$ac_default_prefix]
  965.   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
  966.                           [PREFIX]
  967.  
  968. By default, \`make install' will install all the files in
  969. \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
  970. an installation prefix other than \`$ac_default_prefix' using \`--prefix',
  971. for instance \`--prefix=\$HOME'.
  972.  
  973. For better control, use the options below.
  974.  
  975. Fine tuning of the installation directories:
  976.   --bindir=DIR           user executables [EPREFIX/bin]
  977.   --sbindir=DIR          system admin executables [EPREFIX/sbin]
  978.   --libexecdir=DIR       program executables [EPREFIX/libexec]
  979.   --datadir=DIR          read-only architecture-independent data [PREFIX/share]
  980.   --sysconfdir=DIR       read-only single-machine data [PREFIX/etc]
  981.   --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com]
  982.   --localstatedir=DIR    modifiable single-machine data [PREFIX/var]
  983.   --libdir=DIR           object code libraries [EPREFIX/lib]
  984.   --includedir=DIR       C header files [PREFIX/include]
  985.   --oldincludedir=DIR    C header files for non-gcc [/usr/include]
  986.   --infodir=DIR          info documentation [PREFIX/info]
  987.   --mandir=DIR           man documentation [PREFIX/man]
  988. _ACEOF
  989.  
  990.   cat <<\_ACEOF
  991.  
  992. Program names:
  993.   --program-prefix=PREFIX            prepend PREFIX to installed program names
  994.   --program-suffix=SUFFIX            append SUFFIX to installed program names
  995.   --program-transform-name=PROGRAM   run sed PROGRAM on installed program names
  996.  
  997. System types:
  998.   --build=BUILD     configure for building on BUILD [guessed]
  999.   --host=HOST       cross-compile to build programs to run on HOST [BUILD]
  1000. _ACEOF
  1001. fi
  1002.  
  1003. if test -n "$ac_init_help"; then
  1004.  
  1005.   cat <<\_ACEOF
  1006.  
  1007. Optional Features:
  1008.   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
  1009.   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
  1010.   --enable-shared=PKGS  build shared libraries default=yes
  1011.   --enable-static=PKGS  build static libraries default=yes
  1012.   --enable-fast-install=PKGS  optimize for fast installation default=yes
  1013.   --disable-libtool-lock  avoid locking (might break parallel builds)
  1014.   --enable-maintainer-mode enable make rules and dependencies not useful
  1015.                           (and sometimes confusing) to the casual installer
  1016.   --enable-debug          turn on debugging default=no
  1017.   --enable-ansi           turn on strict ansi default=no
  1018.   --enable-gimpdir=DIR    change default gimpdir from .gimp-1.2 to DIR
  1019.   --disable-nls           do not use Native Language Support
  1020.   --disable-gtktest       Do not try to compile and run a test GTK program
  1021.   --enable-gtk-doc        use gtk-doc to build documentation default=auto
  1022.   --disable-print         build without print support (requires libgimpprint)
  1023.   --disable-perl          do not build perl extension by default enabled
  1024.   --enable-perl=prefix  use specified prefix for perl (see INSTALL)
  1025.   --enable-default-binary install this as the default gimp binary default=yes
  1026.  
  1027. Optional Packages:
  1028.   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
  1029.   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
  1030.   --with-gnu-ld           assume the C compiler uses GNU ld default=no
  1031.   --with-pic              try to use only PIC/non-PIC objects default=use both
  1032.   --with-libiconv-prefix=DIR  search for libiconv in DIR/include and DIR/lib
  1033.   --with-included-gettext use the GNU gettext library included here
  1034.   --with-gtk-prefix=PFX   Prefix where GTK is installed (optional)
  1035.   --with-gtk-exec-prefix=PFX Exec prefix where GTK is installed (optional)
  1036.   --without-libtiff       build without TIFF support
  1037.   --without-libjpeg       build without JPEG support
  1038.   --without-libpng        build without PNG support
  1039.   --with-shm=none/sysv/auto     shared memory transport type default=auto
  1040.   --with-mp=no          support multiple processors
  1041.   --with-html-dir=PATH    path to installed docs
  1042.   --with-sendmail=DIR     set sendmail command location
  1043.   --with-pdbgen           use 'pdbgen' code generation tool
  1044.  
  1045. Some influential environment variables:
  1046.   CC          C compiler command
  1047.   CFLAGS      C compiler flags
  1048.   LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
  1049.               nonstandard directory <lib dir>
  1050.   CPPFLAGS    C/C++ preprocessor flags, e.g. -I<include dir> if you have
  1051.               headers in a nonstandard directory <include dir>
  1052.   CPP         C preprocessor
  1053.  
  1054. Use these variables to override the choices made by `configure' or to help
  1055. it to find libraries and programs with nonstandard names/locations.
  1056.  
  1057. _ACEOF
  1058. fi
  1059.  
  1060. if test "$ac_init_help" = "recursive"; then
  1061.   # If there are subdirs, report their specific --help.
  1062.   ac_popdir=`pwd`
  1063.   for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
  1064.     test -d $ac_dir || continue
  1065.     ac_builddir=.
  1066.  
  1067. if test "$ac_dir" != .; then
  1068.   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
  1069.   # A "../" for each directory in $ac_dir_suffix.
  1070.   ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
  1071. else
  1072.   ac_dir_suffix= ac_top_builddir=
  1073. fi
  1074.  
  1075. case $srcdir in
  1076.   .)  # No --srcdir option.  We are building in place.
  1077.     ac_srcdir=.
  1078.     if test -z "$ac_top_builddir"; then
  1079.        ac_top_srcdir=.
  1080.     else
  1081.        ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
  1082.     fi ;;
  1083.   [\\/]* | ?:[\\/]* )  # Absolute path.
  1084.     ac_srcdir=$srcdir$ac_dir_suffix;
  1085.     ac_top_srcdir=$srcdir ;;
  1086.   *) # Relative path.
  1087.     ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
  1088.     ac_top_srcdir=$ac_top_builddir$srcdir ;;
  1089. esac
  1090. # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
  1091. # absolute.
  1092. ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
  1093. ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`
  1094. ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
  1095. ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
  1096.  
  1097.     cd $ac_dir
  1098.     # Check for guested configure; otherwise get Cygnus style configure.
  1099.     if test -f $ac_srcdir/configure.gnu; then
  1100.       echo
  1101.       $SHELL $ac_srcdir/configure.gnu  --help=recursive
  1102.     elif test -f $ac_srcdir/configure; then
  1103.       echo
  1104.       $SHELL $ac_srcdir/configure  --help=recursive
  1105.     elif test -f $ac_srcdir/configure.ac ||
  1106.            test -f $ac_srcdir/configure.in; then
  1107.       echo
  1108.       $ac_configure --help
  1109.     else
  1110.       echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
  1111.     fi
  1112.     cd $ac_popdir
  1113.   done
  1114. fi
  1115.  
  1116. test -n "$ac_init_help" && exit 0
  1117. if $ac_init_version; then
  1118.   cat <<\_ACEOF
  1119.  
  1120. Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
  1121. Free Software Foundation, Inc.
  1122. This configure script is free software; the Free Software Foundation
  1123. gives unlimited permission to copy, distribute and modify it.
  1124. _ACEOF
  1125.   exit 0
  1126. fi
  1127. exec 5>config.log
  1128. cat >&5 <<_ACEOF
  1129. This file contains any messages produced by compilers while
  1130. running configure, to aid debugging if configure makes a mistake.
  1131.  
  1132. It was created by $as_me, which was
  1133. generated by GNU Autoconf 2.57.  Invocation command line was
  1134.  
  1135.   $ $0 $@
  1136.  
  1137. _ACEOF
  1138. {
  1139. cat <<_ASUNAME
  1140. ## --------- ##
  1141. ## Platform. ##
  1142. ## --------- ##
  1143.  
  1144. hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
  1145. uname -m = `(uname -m) 2>/dev/null || echo unknown`
  1146. uname -r = `(uname -r) 2>/dev/null || echo unknown`
  1147. uname -s = `(uname -s) 2>/dev/null || echo unknown`
  1148. uname -v = `(uname -v) 2>/dev/null || echo unknown`
  1149.  
  1150. /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
  1151. /bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
  1152.  
  1153. /bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
  1154. /usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
  1155. /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
  1156. hostinfo               = `(hostinfo) 2>/dev/null               || echo unknown`
  1157. /bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
  1158. /usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
  1159. /bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
  1160.  
  1161. _ASUNAME
  1162.  
  1163. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1164. for as_dir in $PATH
  1165. do
  1166.   IFS=$as_save_IFS
  1167.   test -z "$as_dir" && as_dir=.
  1168.   echo "PATH: $as_dir"
  1169. done
  1170.  
  1171. } >&5
  1172.  
  1173. cat >&5 <<_ACEOF
  1174.  
  1175.  
  1176. ## ----------- ##
  1177. ## Core tests. ##
  1178. ## ----------- ##
  1179.  
  1180. _ACEOF
  1181.  
  1182.  
  1183. # Keep a trace of the command line.
  1184. # Strip out --no-create and --no-recursion so they do not pile up.
  1185. # Strip out --silent because we don't want to record it for future runs.
  1186. # Also quote any args containing shell meta-characters.
  1187. # Make two passes to allow for proper duplicate-argument suppression.
  1188. ac_configure_args=
  1189. ac_configure_args0=
  1190. ac_configure_args1=
  1191. ac_sep=
  1192. ac_must_keep_next=false
  1193. for ac_pass in 1 2
  1194. do
  1195.   for ac_arg
  1196.   do
  1197.     case $ac_arg in
  1198.     -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
  1199.     -q | -quiet | --quiet | --quie | --qui | --qu | --q \
  1200.     | -silent | --silent | --silen | --sile | --sil)
  1201.       continue ;;
  1202.     *" "*|*"    "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
  1203.       ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
  1204.     esac
  1205.     case $ac_pass in
  1206.     1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
  1207.     2)
  1208.       ac_configure_args1="$ac_configure_args1 '$ac_arg'"
  1209.       if test $ac_must_keep_next = true; then
  1210.         ac_must_keep_next=false # Got value, back to normal.
  1211.       else
  1212.         case $ac_arg in
  1213.           *=* | --config-cache | -C | -disable-* | --disable-* \
  1214.           | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
  1215.           | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
  1216.           | -with-* | --with-* | -without-* | --without-* | --x)
  1217.             case "$ac_configure_args0 " in
  1218.               "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
  1219.             esac
  1220.             ;;
  1221.           -* ) ac_must_keep_next=true ;;
  1222.         esac
  1223.       fi
  1224.       ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
  1225.       # Get rid of the leading space.
  1226.       ac_sep=" "
  1227.       ;;
  1228.     esac
  1229.   done
  1230. done
  1231. $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
  1232. $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
  1233.  
  1234. # When interrupted or exit'd, cleanup temporary files, and complete
  1235. # config.log.  We remove comments because anyway the quotes in there
  1236. # would cause problems or look ugly.
  1237. # WARNING: Be sure not to use single quotes in there, as some shells,
  1238. # such as our DU 5.0 friend, will then `close' the trap.
  1239. trap 'exit_status=$?
  1240.   # Save into config.log some information that might help in debugging.
  1241.   {
  1242.     echo
  1243.  
  1244.     cat <<\_ASBOX
  1245. ## ---------------- ##
  1246. ## Cache variables. ##
  1247. ## ---------------- ##
  1248. _ASBOX
  1249.     echo
  1250.     # The following way of writing the cache mishandles newlines in values,
  1251. {
  1252.   (set) 2>&1 |
  1253.     case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
  1254.     *ac_space=\ *)
  1255.       sed -n \
  1256.         "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
  1257.           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
  1258.       ;;
  1259.     *)
  1260.       sed -n \
  1261.         "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
  1262.       ;;
  1263.     esac;
  1264. }
  1265.     echo
  1266.  
  1267.     cat <<\_ASBOX
  1268. ## ----------------- ##
  1269. ## Output variables. ##
  1270. ## ----------------- ##
  1271. _ASBOX
  1272.     echo
  1273.     for ac_var in $ac_subst_vars
  1274.     do
  1275.       eval ac_val=$`echo $ac_var`
  1276.       echo "$ac_var='"'"'$ac_val'"'"'"
  1277.     done | sort
  1278.     echo
  1279.  
  1280.     if test -n "$ac_subst_files"; then
  1281.       cat <<\_ASBOX
  1282. ## ------------- ##
  1283. ## Output files. ##
  1284. ## ------------- ##
  1285. _ASBOX
  1286.       echo
  1287.       for ac_var in $ac_subst_files
  1288.       do
  1289.     eval ac_val=$`echo $ac_var`
  1290.         echo "$ac_var='"'"'$ac_val'"'"'"
  1291.       done | sort
  1292.       echo
  1293.     fi
  1294.  
  1295.     if test -s confdefs.h; then
  1296.       cat <<\_ASBOX
  1297. ## ----------- ##
  1298. ## confdefs.h. ##
  1299. ## ----------- ##
  1300. _ASBOX
  1301.       echo
  1302.       sed "/^$/d" confdefs.h | sort
  1303.       echo
  1304.     fi
  1305.     test "$ac_signal" != 0 &&
  1306.       echo "$as_me: caught signal $ac_signal"
  1307.     echo "$as_me: exit $exit_status"
  1308.   } >&5
  1309.   rm -f core core.* *.core &&
  1310.   rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
  1311.     exit $exit_status
  1312.      ' 0
  1313. for ac_signal in 1 2 13 15; do
  1314.   trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
  1315. done
  1316. ac_signal=0
  1317.  
  1318. # confdefs.h avoids OS command line length limits that DEFS can exceed.
  1319. rm -rf conftest* confdefs.h
  1320. # AIX cpp loses on an empty file, so make sure it contains at least a newline.
  1321. echo >confdefs.h
  1322.  
  1323. # Predefined preprocessor variables.
  1324.  
  1325. cat >>confdefs.h <<_ACEOF
  1326. #define PACKAGE_NAME "$PACKAGE_NAME"
  1327. _ACEOF
  1328.  
  1329.  
  1330. cat >>confdefs.h <<_ACEOF
  1331. #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
  1332. _ACEOF
  1333.  
  1334.  
  1335. cat >>confdefs.h <<_ACEOF
  1336. #define PACKAGE_VERSION "$PACKAGE_VERSION"
  1337. _ACEOF
  1338.  
  1339.  
  1340. cat >>confdefs.h <<_ACEOF
  1341. #define PACKAGE_STRING "$PACKAGE_STRING"
  1342. _ACEOF
  1343.  
  1344.  
  1345. cat >>confdefs.h <<_ACEOF
  1346. #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
  1347. _ACEOF
  1348.  
  1349.  
  1350. # Let the site file select an alternate cache file if it wants to.
  1351. # Prefer explicitly selected file to automatically selected ones.
  1352. if test -z "$CONFIG_SITE"; then
  1353.   if test "x$prefix" != xNONE; then
  1354.     CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
  1355.   else
  1356.     CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
  1357.   fi
  1358. fi
  1359. for ac_site_file in $CONFIG_SITE; do
  1360.   if test -r "$ac_site_file"; then
  1361.     { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
  1362. echo "$as_me: loading site script $ac_site_file" >&6;}
  1363.     sed 's/^/| /' "$ac_site_file" >&5
  1364.     . "$ac_site_file"
  1365.   fi
  1366. done
  1367.  
  1368. if test -r "$cache_file"; then
  1369.   # Some versions of bash will fail to source /dev/null (special
  1370.   # files actually), so we avoid doing that.
  1371.   if test -f "$cache_file"; then
  1372.     { echo "$as_me:$LINENO: loading cache $cache_file" >&5
  1373. echo "$as_me: loading cache $cache_file" >&6;}
  1374.     case $cache_file in
  1375.       [\\/]* | ?:[\\/]* ) . $cache_file;;
  1376.       *)                      . ./$cache_file;;
  1377.     esac
  1378.   fi
  1379. else
  1380.   { echo "$as_me:$LINENO: creating cache $cache_file" >&5
  1381. echo "$as_me: creating cache $cache_file" >&6;}
  1382.   >$cache_file
  1383. fi
  1384.  
  1385. # Check that the precious variables saved in the cache have kept the same
  1386. # value.
  1387. ac_cache_corrupted=false
  1388. for ac_var in `(set) 2>&1 |
  1389.                sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
  1390.   eval ac_old_set=\$ac_cv_env_${ac_var}_set
  1391.   eval ac_new_set=\$ac_env_${ac_var}_set
  1392.   eval ac_old_val="\$ac_cv_env_${ac_var}_value"
  1393.   eval ac_new_val="\$ac_env_${ac_var}_value"
  1394.   case $ac_old_set,$ac_new_set in
  1395.     set,)
  1396.       { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
  1397. echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
  1398.       ac_cache_corrupted=: ;;
  1399.     ,set)
  1400.       { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
  1401. echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
  1402.       ac_cache_corrupted=: ;;
  1403.     ,);;
  1404.     *)
  1405.       if test "x$ac_old_val" != "x$ac_new_val"; then
  1406.         { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
  1407. echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
  1408.         { echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
  1409. echo "$as_me:   former value:  $ac_old_val" >&2;}
  1410.         { echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
  1411. echo "$as_me:   current value: $ac_new_val" >&2;}
  1412.         ac_cache_corrupted=:
  1413.       fi;;
  1414.   esac
  1415.   # Pass precious variables to config.status.
  1416.   if test "$ac_new_set" = set; then
  1417.     case $ac_new_val in
  1418.     *" "*|*"    "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
  1419.       ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
  1420.     *) ac_arg=$ac_var=$ac_new_val ;;
  1421.     esac
  1422.     case " $ac_configure_args " in
  1423.       *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
  1424.       *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
  1425.     esac
  1426.   fi
  1427. done
  1428. if $ac_cache_corrupted; then
  1429.   { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
  1430. echo "$as_me: error: changes in the environment can compromise the build" >&2;}
  1431.   { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
  1432. echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
  1433.    { (exit 1); exit 1; }; }
  1434. fi
  1435.  
  1436. ac_ext=c
  1437. ac_cpp='$CPP $CPPFLAGS'
  1438. ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  1439. ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  1440. ac_compiler_gnu=$ac_cv_c_compiler_gnu
  1441.  
  1442.  
  1443.  
  1444.  
  1445.  
  1446.  
  1447.  
  1448.  
  1449.  
  1450.  
  1451.  
  1452.  
  1453.  
  1454.  
  1455.  
  1456.  
  1457.  
  1458.  
  1459.  
  1460.  
  1461. #
  1462. # Making releases:
  1463. #   GIMP_MICRO_VERSION += 1;
  1464. #   GIMP_INTERFACE_AGE += 1;
  1465. #   GIMP_BINARY_AGE += 1;
  1466. # if any functions have been added, set GIMP_INTERFACE_AGE to 0.
  1467. # if backwards compatibility has been broken,
  1468. # set GIMP_BINARY_AGE and GIMP_INTERFACE_AGE to 0.
  1469. #
  1470. GIMP_MAJOR_VERSION=1
  1471. GIMP_MINOR_VERSION=2
  1472. GIMP_MICRO_VERSION=4
  1473. GIMP_INTERFACE_AGE=4
  1474. GIMP_BINARY_AGE=4
  1475. GIMP_VERSION=$GIMP_MAJOR_VERSION.$GIMP_MINOR_VERSION.$GIMP_MICRO_VERSION
  1476.  
  1477. LT_RELEASE=$GIMP_MAJOR_VERSION.$GIMP_MINOR_VERSION
  1478. LT_CURRENT=`expr $GIMP_MICRO_VERSION - $GIMP_INTERFACE_AGE`
  1479. LT_REVISION=$GIMP_INTERFACE_AGE
  1480. LT_AGE=`expr $GIMP_BINARY_AGE - $GIMP_INTERFACE_AGE`
  1481. LT_CURRENT_MINUS_AGE=`expr $LT_CURRENT - $LT_AGE`
  1482.  
  1483. VERSION=$GIMP_VERSION
  1484. PACKAGE=gimp
  1485.  
  1486. am__api_version="1.4"
  1487. ac_aux_dir=
  1488. for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
  1489.   if test -f $ac_dir/install-sh; then
  1490.     ac_aux_dir=$ac_dir
  1491.     ac_install_sh="$ac_aux_dir/install-sh -c"
  1492.     break
  1493.   elif test -f $ac_dir/install.sh; then
  1494.     ac_aux_dir=$ac_dir
  1495.     ac_install_sh="$ac_aux_dir/install.sh -c"
  1496.     break
  1497.   elif test -f $ac_dir/shtool; then
  1498.     ac_aux_dir=$ac_dir
  1499.     ac_install_sh="$ac_aux_dir/shtool install -c"
  1500.     break
  1501.   fi
  1502. done
  1503. if test -z "$ac_aux_dir"; then
  1504.   { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
  1505. echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
  1506.    { (exit 1); exit 1; }; }
  1507. fi
  1508. ac_config_guess="$SHELL $ac_aux_dir/config.guess"
  1509. ac_config_sub="$SHELL $ac_aux_dir/config.sub"
  1510. ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
  1511.  
  1512. # Find a good install program.  We prefer a C program (faster),
  1513. # so one script is as good as another.  But avoid the broken or
  1514. # incompatible versions:
  1515. # SysV /etc/install, /usr/sbin/install
  1516. # SunOS /usr/etc/install
  1517. # IRIX /sbin/install
  1518. # AIX /bin/install
  1519. # AmigaOS /C/install, which installs bootblocks on floppy discs
  1520. # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
  1521. # AFS /usr/afsws/bin/install, which mishandles nonexistent args
  1522. # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
  1523. # ./install, which can be erroneously created by make from ./install.sh.
  1524. echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
  1525. echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
  1526. if test -z "$INSTALL"; then
  1527. if test "${ac_cv_path_install+set}" = set; then
  1528.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1529. else
  1530.   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1531. for as_dir in $PATH
  1532. do
  1533.   IFS=$as_save_IFS
  1534.   test -z "$as_dir" && as_dir=.
  1535.   # Account for people who put trailing slashes in PATH elements.
  1536. case $as_dir/ in
  1537.   ./ | .// | /cC/* | \
  1538.   /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
  1539.   /usr/ucb/* ) ;;
  1540.   *)
  1541.     # OSF1 and SCO ODT 3.0 have their own names for install.
  1542.     # Don't use installbsd from OSF since it installs stuff as root
  1543.     # by default.
  1544.     for ac_prog in ginstall scoinst install; do
  1545.       for ac_exec_ext in '' $ac_executable_extensions; do
  1546.         if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
  1547.           if test $ac_prog = install &&
  1548.             grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
  1549.             # AIX install.  It has an incompatible calling convention.
  1550.             :
  1551.           elif test $ac_prog = install &&
  1552.             grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
  1553.             # program-specific install script used by HP pwplus--don't use.
  1554.             :
  1555.           else
  1556.             ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
  1557.             break 3
  1558.           fi
  1559.         fi
  1560.       done
  1561.     done
  1562.     ;;
  1563. esac
  1564. done
  1565.  
  1566.  
  1567. fi
  1568.   if test "${ac_cv_path_install+set}" = set; then
  1569.     INSTALL=$ac_cv_path_install
  1570.   else
  1571.     # As a last resort, use the slow shell script.  We don't cache a
  1572.     # path for INSTALL within a source directory, because that will
  1573.     # break other packages using the cache if that directory is
  1574.     # removed, or if the path is relative.
  1575.     INSTALL=$ac_install_sh
  1576.   fi
  1577. fi
  1578. echo "$as_me:$LINENO: result: $INSTALL" >&5
  1579. echo "${ECHO_T}$INSTALL" >&6
  1580.  
  1581. # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
  1582. # It thinks the first close brace ends the variable substitution.
  1583. test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
  1584.  
  1585. test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
  1586.  
  1587. test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
  1588.  
  1589. echo "$as_me:$LINENO: checking whether build environment is sane" >&5
  1590. echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6
  1591. # Just in case
  1592. sleep 1
  1593. echo timestamp > conftestfile
  1594. # Do `set' in a subshell so we don't clobber the current shell's
  1595. # arguments.  Must try -L first in case configure is actually a
  1596. # symlink; some systems play weird games with the mod time of symlinks
  1597. # (eg FreeBSD returns the mod time of the symlink's containing
  1598. # directory).
  1599. if (
  1600.    set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null`
  1601.    if test "$*" = "X"; then
  1602.       # -L didn't work.
  1603.       set X `ls -t $srcdir/configure conftestfile`
  1604.    fi
  1605.    if test "$*" != "X $srcdir/configure conftestfile" \
  1606.       && test "$*" != "X conftestfile $srcdir/configure"; then
  1607.  
  1608.       # If neither matched, then we have a broken ls.  This can happen
  1609.       # if, for instance, CONFIG_SHELL is bash and it inherits a
  1610.       # broken ls alias from the environment.  This has actually
  1611.       # happened.  Such a system could not be considered "sane".
  1612.       { { echo "$as_me:$LINENO: error: ls -t appears to fail.  Make sure there is not a broken
  1613. alias in your environment" >&5
  1614. echo "$as_me: error: ls -t appears to fail.  Make sure there is not a broken
  1615. alias in your environment" >&2;}
  1616.    { (exit 1); exit 1; }; }
  1617.    fi
  1618.  
  1619.    test "$2" = conftestfile
  1620.    )
  1621. then
  1622.    # Ok.
  1623.    :
  1624. else
  1625.    { { echo "$as_me:$LINENO: error: newly created file is older than distributed files!
  1626. Check your system clock" >&5
  1627. echo "$as_me: error: newly created file is older than distributed files!
  1628. Check your system clock" >&2;}
  1629.    { (exit 1); exit 1; }; }
  1630. fi
  1631. rm -f conftest*
  1632. echo "$as_me:$LINENO: result: yes" >&5
  1633. echo "${ECHO_T}yes" >&6
  1634. test "$program_prefix" != NONE &&
  1635.   program_transform_name="s,^,$program_prefix,;$program_transform_name"
  1636. # Use a double $ so make ignores it.
  1637. test "$program_suffix" != NONE &&
  1638.   program_transform_name="s,\$,$program_suffix,;$program_transform_name"
  1639. # Double any \ or $.  echo might interpret backslashes.
  1640. # By default was `s,x,x', remove it if useless.
  1641. cat <<\_ACEOF >conftest.sed
  1642. s/[\\$]/&&/g;s/;s,x,x,$//
  1643. _ACEOF
  1644. program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
  1645. rm conftest.sed
  1646.  
  1647. echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
  1648. echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
  1649. set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'`
  1650. if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
  1651.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1652. else
  1653.   cat >conftest.make <<\_ACEOF
  1654. all:
  1655.     @echo 'ac_maketemp="$(MAKE)"'
  1656. _ACEOF
  1657. # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
  1658. eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
  1659. if test -n "$ac_maketemp"; then
  1660.   eval ac_cv_prog_make_${ac_make}_set=yes
  1661. else
  1662.   eval ac_cv_prog_make_${ac_make}_set=no
  1663. fi
  1664. rm -f conftest.make
  1665. fi
  1666. if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
  1667.   echo "$as_me:$LINENO: result: yes" >&5
  1668. echo "${ECHO_T}yes" >&6
  1669.   SET_MAKE=
  1670. else
  1671.   echo "$as_me:$LINENO: result: no" >&5
  1672. echo "${ECHO_T}no" >&6
  1673.   SET_MAKE="MAKE=${MAKE-make}"
  1674. fi
  1675.  
  1676.  
  1677. PACKAGE=$PACKAGE
  1678.  
  1679. VERSION=$VERSION
  1680.  
  1681. if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
  1682.   { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
  1683. echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
  1684.    { (exit 1); exit 1; }; }
  1685. fi
  1686.  
  1687.  
  1688.  
  1689. missing_dir=`cd $ac_aux_dir && pwd`
  1690. echo "$as_me:$LINENO: checking for working aclocal-${am__api_version}" >&5
  1691. echo $ECHO_N "checking for working aclocal-${am__api_version}... $ECHO_C" >&6
  1692. # Run test in a subshell; some versions of sh will print an error if
  1693. # an executable is not found, even if stderr is redirected.
  1694. # Redirect stdin to placate older versions of autoconf.  Sigh.
  1695. if (aclocal-${am__api_version} --version) < /dev/null > /dev/null 2>&1; then
  1696.    ACLOCAL=aclocal-${am__api_version}
  1697.    echo "$as_me:$LINENO: result: found" >&5
  1698. echo "${ECHO_T}found" >&6
  1699. else
  1700.    ACLOCAL="$missing_dir/missing aclocal-${am__api_version}"
  1701.    echo "$as_me:$LINENO: result: missing" >&5
  1702. echo "${ECHO_T}missing" >&6
  1703. fi
  1704.  
  1705. echo "$as_me:$LINENO: checking for working autoconf" >&5
  1706. echo $ECHO_N "checking for working autoconf... $ECHO_C" >&6
  1707. # Run test in a subshell; some versions of sh will print an error if
  1708. # an executable is not found, even if stderr is redirected.
  1709. # Redirect stdin to placate older versions of autoconf.  Sigh.
  1710. if (autoconf --version) < /dev/null > /dev/null 2>&1; then
  1711.    AUTOCONF=autoconf
  1712.    echo "$as_me:$LINENO: result: found" >&5
  1713. echo "${ECHO_T}found" >&6
  1714. else
  1715.    AUTOCONF="$missing_dir/missing autoconf"
  1716.    echo "$as_me:$LINENO: result: missing" >&5
  1717. echo "${ECHO_T}missing" >&6
  1718. fi
  1719.  
  1720. echo "$as_me:$LINENO: checking for working automake-${am__api_version}" >&5
  1721. echo $ECHO_N "checking for working automake-${am__api_version}... $ECHO_C" >&6
  1722. # Run test in a subshell; some versions of sh will print an error if
  1723. # an executable is not found, even if stderr is redirected.
  1724. # Redirect stdin to placate older versions of autoconf.  Sigh.
  1725. if (automake-${am__api_version} --version) < /dev/null > /dev/null 2>&1; then
  1726.    AUTOMAKE=automake-${am__api_version}
  1727.    echo "$as_me:$LINENO: result: found" >&5
  1728. echo "${ECHO_T}found" >&6
  1729. else
  1730.    AUTOMAKE="$missing_dir/missing automake-${am__api_version}"
  1731.    echo "$as_me:$LINENO: result: missing" >&5
  1732. echo "${ECHO_T}missing" >&6
  1733. fi
  1734.  
  1735. echo "$as_me:$LINENO: checking for working autoheader" >&5
  1736. echo $ECHO_N "checking for working autoheader... $ECHO_C" >&6
  1737. # Run test in a subshell; some versions of sh will print an error if
  1738. # an executable is not found, even if stderr is redirected.
  1739. # Redirect stdin to placate older versions of autoconf.  Sigh.
  1740. if (autoheader --version) < /dev/null > /dev/null 2>&1; then
  1741.    AUTOHEADER=autoheader
  1742.    echo "$as_me:$LINENO: result: found" >&5
  1743. echo "${ECHO_T}found" >&6
  1744. else
  1745.    AUTOHEADER="$missing_dir/missing autoheader"
  1746.    echo "$as_me:$LINENO: result: missing" >&5
  1747. echo "${ECHO_T}missing" >&6
  1748. fi
  1749.  
  1750. echo "$as_me:$LINENO: checking for working makeinfo" >&5
  1751. echo $ECHO_N "checking for working makeinfo... $ECHO_C" >&6
  1752. # Run test in a subshell; some versions of sh will print an error if
  1753. # an executable is not found, even if stderr is redirected.
  1754. # Redirect stdin to placate older versions of autoconf.  Sigh.
  1755. if (makeinfo --version) < /dev/null > /dev/null 2>&1; then
  1756.    MAKEINFO=makeinfo
  1757.    echo "$as_me:$LINENO: result: found" >&5
  1758. echo "${ECHO_T}found" >&6
  1759. else
  1760.    MAKEINFO="$missing_dir/missing makeinfo"
  1761.    echo "$as_me:$LINENO: result: missing" >&5
  1762. echo "${ECHO_T}missing" >&6
  1763. fi
  1764.  
  1765.  
  1766.  
  1767.  
  1768.           ac_config_headers="$ac_config_headers config.h"
  1769.  
  1770.           ac_config_commands="$ac_config_commands default-1"
  1771.  
  1772.  
  1773. ac_ext=c
  1774. ac_cpp='$CPP $CPPFLAGS'
  1775. ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  1776. ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  1777. ac_compiler_gnu=$ac_cv_c_compiler_gnu
  1778. if test -n "$ac_tool_prefix"; then
  1779.   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
  1780. set dummy ${ac_tool_prefix}gcc; ac_word=$2
  1781. echo "$as_me:$LINENO: checking for $ac_word" >&5
  1782. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  1783. if test "${ac_cv_prog_CC+set}" = set; then
  1784.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1785. else
  1786.   if test -n "$CC"; then
  1787.   ac_cv_prog_CC="$CC" # Let the user override the test.
  1788. else
  1789. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1790. for as_dir in $PATH
  1791. do
  1792.   IFS=$as_save_IFS
  1793.   test -z "$as_dir" && as_dir=.
  1794.   for ac_exec_ext in '' $ac_executable_extensions; do
  1795.   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1796.     ac_cv_prog_CC="${ac_tool_prefix}gcc"
  1797.     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  1798.     break 2
  1799.   fi
  1800. done
  1801. done
  1802.  
  1803. fi
  1804. fi
  1805. CC=$ac_cv_prog_CC
  1806. if test -n "$CC"; then
  1807.   echo "$as_me:$LINENO: result: $CC" >&5
  1808. echo "${ECHO_T}$CC" >&6
  1809. else
  1810.   echo "$as_me:$LINENO: result: no" >&5
  1811. echo "${ECHO_T}no" >&6
  1812. fi
  1813.  
  1814. fi
  1815. if test -z "$ac_cv_prog_CC"; then
  1816.   ac_ct_CC=$CC
  1817.   # Extract the first word of "gcc", so it can be a program name with args.
  1818. set dummy gcc; ac_word=$2
  1819. echo "$as_me:$LINENO: checking for $ac_word" >&5
  1820. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  1821. if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
  1822.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1823. else
  1824.   if test -n "$ac_ct_CC"; then
  1825.   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
  1826. else
  1827. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1828. for as_dir in $PATH
  1829. do
  1830.   IFS=$as_save_IFS
  1831.   test -z "$as_dir" && as_dir=.
  1832.   for ac_exec_ext in '' $ac_executable_extensions; do
  1833.   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1834.     ac_cv_prog_ac_ct_CC="gcc"
  1835.     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  1836.     break 2
  1837.   fi
  1838. done
  1839. done
  1840.  
  1841. fi
  1842. fi
  1843. ac_ct_CC=$ac_cv_prog_ac_ct_CC
  1844. if test -n "$ac_ct_CC"; then
  1845.   echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
  1846. echo "${ECHO_T}$ac_ct_CC" >&6
  1847. else
  1848.   echo "$as_me:$LINENO: result: no" >&5
  1849. echo "${ECHO_T}no" >&6
  1850. fi
  1851.  
  1852.   CC=$ac_ct_CC
  1853. else
  1854.   CC="$ac_cv_prog_CC"
  1855. fi
  1856.  
  1857. if test -z "$CC"; then
  1858.   if test -n "$ac_tool_prefix"; then
  1859.   # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
  1860. set dummy ${ac_tool_prefix}cc; ac_word=$2
  1861. echo "$as_me:$LINENO: checking for $ac_word" >&5
  1862. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  1863. if test "${ac_cv_prog_CC+set}" = set; then
  1864.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1865. else
  1866.   if test -n "$CC"; then
  1867.   ac_cv_prog_CC="$CC" # Let the user override the test.
  1868. else
  1869. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1870. for as_dir in $PATH
  1871. do
  1872.   IFS=$as_save_IFS
  1873.   test -z "$as_dir" && as_dir=.
  1874.   for ac_exec_ext in '' $ac_executable_extensions; do
  1875.   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1876.     ac_cv_prog_CC="${ac_tool_prefix}cc"
  1877.     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  1878.     break 2
  1879.   fi
  1880. done
  1881. done
  1882.  
  1883. fi
  1884. fi
  1885. CC=$ac_cv_prog_CC
  1886. if test -n "$CC"; then
  1887.   echo "$as_me:$LINENO: result: $CC" >&5
  1888. echo "${ECHO_T}$CC" >&6
  1889. else
  1890.   echo "$as_me:$LINENO: result: no" >&5
  1891. echo "${ECHO_T}no" >&6
  1892. fi
  1893.  
  1894. fi
  1895. if test -z "$ac_cv_prog_CC"; then
  1896.   ac_ct_CC=$CC
  1897.   # Extract the first word of "cc", so it can be a program name with args.
  1898. set dummy cc; ac_word=$2
  1899. echo "$as_me:$LINENO: checking for $ac_word" >&5
  1900. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  1901. if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
  1902.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1903. else
  1904.   if test -n "$ac_ct_CC"; then
  1905.   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
  1906. else
  1907. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1908. for as_dir in $PATH
  1909. do
  1910.   IFS=$as_save_IFS
  1911.   test -z "$as_dir" && as_dir=.
  1912.   for ac_exec_ext in '' $ac_executable_extensions; do
  1913.   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1914.     ac_cv_prog_ac_ct_CC="cc"
  1915.     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  1916.     break 2
  1917.   fi
  1918. done
  1919. done
  1920.  
  1921. fi
  1922. fi
  1923. ac_ct_CC=$ac_cv_prog_ac_ct_CC
  1924. if test -n "$ac_ct_CC"; then
  1925.   echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
  1926. echo "${ECHO_T}$ac_ct_CC" >&6
  1927. else
  1928.   echo "$as_me:$LINENO: result: no" >&5
  1929. echo "${ECHO_T}no" >&6
  1930. fi
  1931.  
  1932.   CC=$ac_ct_CC
  1933. else
  1934.   CC="$ac_cv_prog_CC"
  1935. fi
  1936.  
  1937. fi
  1938. if test -z "$CC"; then
  1939.   # Extract the first word of "cc", so it can be a program name with args.
  1940. set dummy cc; ac_word=$2
  1941. echo "$as_me:$LINENO: checking for $ac_word" >&5
  1942. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  1943. if test "${ac_cv_prog_CC+set}" = set; then
  1944.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1945. else
  1946.   if test -n "$CC"; then
  1947.   ac_cv_prog_CC="$CC" # Let the user override the test.
  1948. else
  1949.   ac_prog_rejected=no
  1950. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1951. for as_dir in $PATH
  1952. do
  1953.   IFS=$as_save_IFS
  1954.   test -z "$as_dir" && as_dir=.
  1955.   for ac_exec_ext in '' $ac_executable_extensions; do
  1956.   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1957.     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
  1958.        ac_prog_rejected=yes
  1959.        continue
  1960.      fi
  1961.     ac_cv_prog_CC="cc"
  1962.     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  1963.     break 2
  1964.   fi
  1965. done
  1966. done
  1967.  
  1968. if test $ac_prog_rejected = yes; then
  1969.   # We found a bogon in the path, so make sure we never use it.
  1970.   set dummy $ac_cv_prog_CC
  1971.   shift
  1972.   if test $# != 0; then
  1973.     # We chose a different compiler from the bogus one.
  1974.     # However, it has the same basename, so the bogon will be chosen
  1975.     # first if we set CC to just the basename; use the full file name.
  1976.     shift
  1977.     ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
  1978.   fi
  1979. fi
  1980. fi
  1981. fi
  1982. CC=$ac_cv_prog_CC
  1983. if test -n "$CC"; then
  1984.   echo "$as_me:$LINENO: result: $CC" >&5
  1985. echo "${ECHO_T}$CC" >&6
  1986. else
  1987.   echo "$as_me:$LINENO: result: no" >&5
  1988. echo "${ECHO_T}no" >&6
  1989. fi
  1990.  
  1991. fi
  1992. if test -z "$CC"; then
  1993.   if test -n "$ac_tool_prefix"; then
  1994.   for ac_prog in cl
  1995.   do
  1996.     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
  1997. set dummy $ac_tool_prefix$ac_prog; ac_word=$2
  1998. echo "$as_me:$LINENO: checking for $ac_word" >&5
  1999. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  2000. if test "${ac_cv_prog_CC+set}" = set; then
  2001.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2002. else
  2003.   if test -n "$CC"; then
  2004.   ac_cv_prog_CC="$CC" # Let the user override the test.
  2005. else
  2006. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  2007. for as_dir in $PATH
  2008. do
  2009.   IFS=$as_save_IFS
  2010.   test -z "$as_dir" && as_dir=.
  2011.   for ac_exec_ext in '' $ac_executable_extensions; do
  2012.   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  2013.     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
  2014.     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  2015.     break 2
  2016.   fi
  2017. done
  2018. done
  2019.  
  2020. fi
  2021. fi
  2022. CC=$ac_cv_prog_CC
  2023. if test -n "$CC"; then
  2024.   echo "$as_me:$LINENO: result: $CC" >&5
  2025. echo "${ECHO_T}$CC" >&6
  2026. else
  2027.   echo "$as_me:$LINENO: result: no" >&5
  2028. echo "${ECHO_T}no" >&6
  2029. fi
  2030.  
  2031.     test -n "$CC" && break
  2032.   done
  2033. fi
  2034. if test -z "$CC"; then
  2035.   ac_ct_CC=$CC
  2036.   for ac_prog in cl
  2037. do
  2038.   # Extract the first word of "$ac_prog", so it can be a program name with args.
  2039. set dummy $ac_prog; ac_word=$2
  2040. echo "$as_me:$LINENO: checking for $ac_word" >&5
  2041. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  2042. if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
  2043.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2044. else
  2045.   if test -n "$ac_ct_CC"; then
  2046.   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
  2047. else
  2048. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  2049. for as_dir in $PATH
  2050. do
  2051.   IFS=$as_save_IFS
  2052.   test -z "$as_dir" && as_dir=.
  2053.   for ac_exec_ext in '' $ac_executable_extensions; do
  2054.   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  2055.     ac_cv_prog_ac_ct_CC="$ac_prog"
  2056.     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  2057.     break 2
  2058.   fi
  2059. done
  2060. done
  2061.  
  2062. fi
  2063. fi
  2064. ac_ct_CC=$ac_cv_prog_ac_ct_CC
  2065. if test -n "$ac_ct_CC"; then
  2066.   echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
  2067. echo "${ECHO_T}$ac_ct_CC" >&6
  2068. else
  2069.   echo "$as_me:$LINENO: result: no" >&5
  2070. echo "${ECHO_T}no" >&6
  2071. fi
  2072.  
  2073.   test -n "$ac_ct_CC" && break
  2074. done
  2075.  
  2076.   CC=$ac_ct_CC
  2077. fi
  2078.  
  2079. fi
  2080.  
  2081.  
  2082. test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
  2083. See \`config.log' for more details." >&5
  2084. echo "$as_me: error: no acceptable C compiler found in \$PATH
  2085. See \`config.log' for more details." >&2;}
  2086.    { (exit 1); exit 1; }; }
  2087.  
  2088. # Provide some information about the compiler.
  2089. echo "$as_me:$LINENO:" \
  2090.      "checking for C compiler version" >&5
  2091. ac_compiler=`set X $ac_compile; echo $2`
  2092. { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
  2093.   (eval $ac_compiler --version </dev/null >&5) 2>&5
  2094.   ac_status=$?
  2095.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  2096.   (exit $ac_status); }
  2097. { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
  2098.   (eval $ac_compiler -v </dev/null >&5) 2>&5
  2099.   ac_status=$?
  2100.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  2101.   (exit $ac_status); }
  2102. { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
  2103.   (eval $ac_compiler -V </dev/null >&5) 2>&5
  2104.   ac_status=$?
  2105.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  2106.   (exit $ac_status); }
  2107.  
  2108. cat >conftest.$ac_ext <<_ACEOF
  2109. #line $LINENO "configure"
  2110. /* confdefs.h.  */
  2111. _ACEOF
  2112. cat confdefs.h >>conftest.$ac_ext
  2113. cat >>conftest.$ac_ext <<_ACEOF
  2114. /* end confdefs.h.  */
  2115.  
  2116. int
  2117. main ()
  2118. {
  2119.  
  2120.   ;
  2121.   return 0;
  2122. }
  2123. _ACEOF
  2124. ac_clean_files_save=$ac_clean_files
  2125. ac_clean_files="$ac_clean_files a.out a.exe b.out"
  2126. # Try to create an executable without -o first, disregard a.out.
  2127. # It will help us diagnose broken compilers, and finding out an intuition
  2128. # of exeext.
  2129. echo "$as_me:$LINENO: checking for C compiler default output" >&5
  2130. echo $ECHO_N "checking for C compiler default output... $ECHO_C" >&6
  2131. ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
  2132. if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
  2133.   (eval $ac_link_default) 2>&5
  2134.   ac_status=$?
  2135.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  2136.   (exit $ac_status); }; then
  2137.   # Find the output, starting from the most likely.  This scheme is
  2138. # not robust to junk in `.', hence go to wildcards (a.*) only as a last
  2139. # resort.
  2140.  
  2141. # Be careful to initialize this variable, since it used to be cached.
  2142. # Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
  2143. ac_cv_exeext=
  2144. # b.out is created by i960 compilers.
  2145. for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
  2146. do
  2147.   test -f "$ac_file" || continue
  2148.   case $ac_file in
  2149.     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
  2150.         ;;
  2151.     conftest.$ac_ext )
  2152.         # This is the source file.
  2153.         ;;
  2154.     [ab].out )
  2155.         # We found the default executable, but exeext='' is most
  2156.         # certainly right.
  2157.         break;;
  2158.     *.* )
  2159.         ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
  2160.         # FIXME: I believe we export ac_cv_exeext for Libtool,
  2161.         # but it would be cool to find out if it's true.  Does anybody
  2162.         # maintain Libtool? --akim.
  2163.         export ac_cv_exeext
  2164.         break;;
  2165.     * )
  2166.         break;;
  2167.   esac
  2168. done
  2169. else
  2170.   echo "$as_me: failed program was:" >&5
  2171. sed 's/^/| /' conftest.$ac_ext >&5
  2172.  
  2173. { { echo "$as_me:$LINENO: error: C compiler cannot create executables
  2174. See \`config.log' for more details." >&5
  2175. echo "$as_me: error: C compiler cannot create executables
  2176. See \`config.log' for more details." >&2;}
  2177.    { (exit 77); exit 77; }; }
  2178. fi
  2179.  
  2180. ac_exeext=$ac_cv_exeext
  2181. echo "$as_me:$LINENO: result: $ac_file" >&5
  2182. echo "${ECHO_T}$ac_file" >&6
  2183.  
  2184. # Check the compiler produces executables we can run.  If not, either
  2185. # the compiler is broken, or we cross compile.
  2186. echo "$as_me:$LINENO: checking whether the C compiler works" >&5
  2187. echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
  2188. # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
  2189. # If not cross compiling, check that we can run a simple program.
  2190. if test "$cross_compiling" != yes; then
  2191.   if { ac_try='./$ac_file'
  2192.   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  2193.   (eval $ac_try) 2>&5
  2194.   ac_status=$?
  2195.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  2196.   (exit $ac_status); }; }; then
  2197.     cross_compiling=no
  2198.   else
  2199.     if test "$cross_compiling" = maybe; then
  2200.     cross_compiling=yes
  2201.     else
  2202.     { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
  2203. If you meant to cross compile, use \`--host'.
  2204. See \`config.log' for more details." >&5
  2205. echo "$as_me: error: cannot run C compiled programs.
  2206. If you meant to cross compile, use \`--host'.
  2207. See \`config.log' for more details." >&2;}
  2208.    { (exit 1); exit 1; }; }
  2209.     fi
  2210.   fi
  2211. fi
  2212. echo "$as_me:$LINENO: result: yes" >&5
  2213. echo "${ECHO_T}yes" >&6
  2214.  
  2215. rm -f a.out a.exe conftest$ac_cv_exeext b.out
  2216. ac_clean_files=$ac_clean_files_save
  2217. # Check the compiler produces executables we can run.  If not, either
  2218. # the compiler is broken, or we cross compile.
  2219. echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
  2220. echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
  2221. echo "$as_me:$LINENO: result: $cross_compiling" >&5
  2222. echo "${ECHO_T}$cross_compiling" >&6
  2223.  
  2224. echo "$as_me:$LINENO: checking for suffix of executables" >&5
  2225. echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
  2226. if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  2227.   (eval $ac_link) 2>&5
  2228.   ac_status=$?
  2229.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  2230.   (exit $ac_status); }; then
  2231.   # If both `conftest.exe' and `conftest' are `present' (well, observable)
  2232. # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
  2233. # work properly (i.e., refer to `conftest.exe'), while it won't with
  2234. # `rm'.
  2235. for ac_file in conftest.exe conftest conftest.*; do
  2236.   test -f "$ac_file" || continue
  2237.   case $ac_file in
  2238.     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
  2239.     *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
  2240.           export ac_cv_exeext
  2241.           break;;
  2242.     * ) break;;
  2243.   esac
  2244. done
  2245. else
  2246.   { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
  2247. See \`config.log' for more details." >&5
  2248. echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
  2249. See \`config.log' for more details." >&2;}
  2250.    { (exit 1); exit 1; }; }
  2251. fi
  2252.  
  2253. rm -f conftest$ac_cv_exeext
  2254. echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
  2255. echo "${ECHO_T}$ac_cv_exeext" >&6
  2256.  
  2257. rm -f conftest.$ac_ext
  2258. EXEEXT=$ac_cv_exeext
  2259. ac_exeext=$EXEEXT
  2260. echo "$as_me:$LINENO: checking for suffix of object files" >&5
  2261. echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
  2262. if test "${ac_cv_objext+set}" = set; then
  2263.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2264. else
  2265.   cat >conftest.$ac_ext <<_ACEOF
  2266. #line $LINENO "configure"
  2267. /* confdefs.h.  */
  2268. _ACEOF
  2269. cat confdefs.h >>conftest.$ac_ext
  2270. cat >>conftest.$ac_ext <<_ACEOF
  2271. /* end confdefs.h.  */
  2272.  
  2273. int
  2274. main ()
  2275. {
  2276.  
  2277.   ;
  2278.   return 0;
  2279. }
  2280. _ACEOF
  2281. rm -f conftest.o conftest.obj
  2282. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  2283.   (eval $ac_compile) 2>&5
  2284.   ac_status=$?
  2285.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  2286.   (exit $ac_status); }; then
  2287.   for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
  2288.   case $ac_file in
  2289.     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
  2290.     *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
  2291.        break;;
  2292.   esac
  2293. done
  2294. else
  2295.   echo "$as_me: failed program was:" >&5
  2296. sed 's/^/| /' conftest.$ac_ext >&5
  2297.  
  2298. { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
  2299. See \`config.log' for more details." >&5
  2300. echo "$as_me: error: cannot compute suffix of object files: cannot compile
  2301. See \`config.log' for more details." >&2;}
  2302.    { (exit 1); exit 1; }; }
  2303. fi
  2304.  
  2305. rm -f conftest.$ac_cv_objext conftest.$ac_ext
  2306. fi
  2307. echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
  2308. echo "${ECHO_T}$ac_cv_objext" >&6
  2309. OBJEXT=$ac_cv_objext
  2310. ac_objext=$OBJEXT
  2311. echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
  2312. echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
  2313. if test "${ac_cv_c_compiler_gnu+set}" = set; then
  2314.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2315. else
  2316.   cat >conftest.$ac_ext <<_ACEOF
  2317. #line $LINENO "configure"
  2318. /* confdefs.h.  */
  2319. _ACEOF
  2320. cat confdefs.h >>conftest.$ac_ext
  2321. cat >>conftest.$ac_ext <<_ACEOF
  2322. /* end confdefs.h.  */
  2323.  
  2324. int
  2325. main ()
  2326. {
  2327. #ifndef __GNUC__
  2328.        choke me
  2329. #endif
  2330.  
  2331.   ;
  2332.   return 0;
  2333. }
  2334. _ACEOF
  2335. rm -f conftest.$ac_objext
  2336. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  2337.   (eval $ac_compile) 2>&5
  2338.   ac_status=$?
  2339.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  2340.   (exit $ac_status); } &&
  2341.          { ac_try='test -s conftest.$ac_objext'
  2342.   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  2343.   (eval $ac_try) 2>&5
  2344.   ac_status=$?
  2345.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  2346.   (exit $ac_status); }; }; then
  2347.   ac_compiler_gnu=yes
  2348. else
  2349.   echo "$as_me: failed program was:" >&5
  2350. sed 's/^/| /' conftest.$ac_ext >&5
  2351.  
  2352. ac_compiler_gnu=no
  2353. fi
  2354. rm -f conftest.$ac_objext conftest.$ac_ext
  2355. ac_cv_c_compiler_gnu=$ac_compiler_gnu
  2356.  
  2357. fi
  2358. echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
  2359. echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
  2360. GCC=`test $ac_compiler_gnu = yes && echo yes`
  2361. ac_test_CFLAGS=${CFLAGS+set}
  2362. ac_save_CFLAGS=$CFLAGS
  2363. CFLAGS="-g"
  2364. echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
  2365. echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
  2366. if test "${ac_cv_prog_cc_g+set}" = set; then
  2367.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2368. else
  2369.   cat >conftest.$ac_ext <<_ACEOF
  2370. #line $LINENO "configure"
  2371. /* confdefs.h.  */
  2372. _ACEOF
  2373. cat confdefs.h >>conftest.$ac_ext
  2374. cat >>conftest.$ac_ext <<_ACEOF
  2375. /* end confdefs.h.  */
  2376.  
  2377. int
  2378. main ()
  2379. {
  2380.  
  2381.   ;
  2382.   return 0;
  2383. }
  2384. _ACEOF
  2385. rm -f conftest.$ac_objext
  2386. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  2387.   (eval $ac_compile) 2>&5
  2388.   ac_status=$?
  2389.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  2390.   (exit $ac_status); } &&
  2391.          { ac_try='test -s conftest.$ac_objext'
  2392.   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  2393.   (eval $ac_try) 2>&5
  2394.   ac_status=$?
  2395.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  2396.   (exit $ac_status); }; }; then
  2397.   ac_cv_prog_cc_g=yes
  2398. else
  2399.   echo "$as_me: failed program was:" >&5
  2400. sed 's/^/| /' conftest.$ac_ext >&5
  2401.  
  2402. ac_cv_prog_cc_g=no
  2403. fi
  2404. rm -f conftest.$ac_objext conftest.$ac_ext
  2405. fi
  2406. echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
  2407. echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
  2408. if test "$ac_test_CFLAGS" = set; then
  2409.   CFLAGS=$ac_save_CFLAGS
  2410. elif test $ac_cv_prog_cc_g = yes; then
  2411.   if test "$GCC" = yes; then
  2412.     CFLAGS="-g -O2"
  2413.   else
  2414.     CFLAGS="-g"
  2415.   fi
  2416. else
  2417.   if test "$GCC" = yes; then
  2418.     CFLAGS="-O2"
  2419.   else
  2420.     CFLAGS=
  2421.   fi
  2422. fi
  2423. echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
  2424. echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
  2425. if test "${ac_cv_prog_cc_stdc+set}" = set; then
  2426.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2427. else
  2428.   ac_cv_prog_cc_stdc=no
  2429. ac_save_CC=$CC
  2430. cat >conftest.$ac_ext <<_ACEOF
  2431. #line $LINENO "configure"
  2432. /* confdefs.h.  */
  2433. _ACEOF
  2434. cat confdefs.h >>conftest.$ac_ext
  2435. cat >>conftest.$ac_ext <<_ACEOF
  2436. /* end confdefs.h.  */
  2437. #include <stdarg.h>
  2438. #include <stdio.h>
  2439. #include <sys/types.h>
  2440. #include <sys/stat.h>
  2441. /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
  2442. struct buf { int x; };
  2443. FILE * (*rcsopen) (struct buf *, struct stat *, int);
  2444. static char *e (p, i)
  2445.      char **p;
  2446.      int i;
  2447. {
  2448.   return p[i];
  2449. }
  2450. static char *f (char * (*g) (char **, int), char **p, ...)
  2451. {
  2452.   char *s;
  2453.   va_list v;
  2454.   va_start (v,p);
  2455.   s = g (p, va_arg (v,int));
  2456.   va_end (v);
  2457.   return s;
  2458. }
  2459. int test (int i, double x);
  2460. struct s1 {int (*f) (int a);};
  2461. struct s2 {int (*f) (double a);};
  2462. int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
  2463. int argc;
  2464. char **argv;
  2465. int
  2466. main ()
  2467. {
  2468. return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
  2469.   ;
  2470.   return 0;
  2471. }
  2472. _ACEOF
  2473. # Don't try gcc -ansi; that turns off useful extensions and
  2474. # breaks some systems' header files.
  2475. # AIX            -qlanglvl=ansi
  2476. # Ultrix and OSF/1    -std1
  2477. # HP-UX 10.20 and later    -Ae
  2478. # HP-UX older versions    -Aa -D_HPUX_SOURCE
  2479. # SVR4            -Xc -D__EXTENSIONS__
  2480. for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
  2481. do
  2482.   CC="$ac_save_CC $ac_arg"
  2483.   rm -f conftest.$ac_objext
  2484. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  2485.   (eval $ac_compile) 2>&5
  2486.   ac_status=$?
  2487.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  2488.   (exit $ac_status); } &&
  2489.          { ac_try='test -s conftest.$ac_objext'
  2490.   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  2491.   (eval $ac_try) 2>&5
  2492.   ac_status=$?
  2493.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  2494.   (exit $ac_status); }; }; then
  2495.   ac_cv_prog_cc_stdc=$ac_arg
  2496. break
  2497. else
  2498.   echo "$as_me: failed program was:" >&5
  2499. sed 's/^/| /' conftest.$ac_ext >&5
  2500.  
  2501. fi
  2502. rm -f conftest.$ac_objext
  2503. done
  2504. rm -f conftest.$ac_ext conftest.$ac_objext
  2505. CC=$ac_save_CC
  2506.  
  2507. fi
  2508.  
  2509. case "x$ac_cv_prog_cc_stdc" in
  2510.   x|xno)
  2511.     echo "$as_me:$LINENO: result: none needed" >&5
  2512. echo "${ECHO_T}none needed" >&6 ;;
  2513.   *)
  2514.     echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
  2515. echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
  2516.     CC="$CC $ac_cv_prog_cc_stdc" ;;
  2517. esac
  2518.  
  2519. # Some people use a C++ compiler to compile C.  Since we use `exit',
  2520. # in C++ we need to declare it.  In case someone uses the same compiler
  2521. # for both compiling C and C++ we need to have the C++ compiler decide
  2522. # the declaration of exit, since it's the most demanding environment.
  2523. cat >conftest.$ac_ext <<_ACEOF
  2524. #ifndef __cplusplus
  2525.   choke me
  2526. #endif
  2527. _ACEOF
  2528. rm -f conftest.$ac_objext
  2529. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  2530.   (eval $ac_compile) 2>&5
  2531.   ac_status=$?
  2532.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  2533.   (exit $ac_status); } &&
  2534.          { ac_try='test -s conftest.$ac_objext'
  2535.   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  2536.   (eval $ac_try) 2>&5
  2537.   ac_status=$?
  2538.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  2539.   (exit $ac_status); }; }; then
  2540.   for ac_declaration in \
  2541.    ''\
  2542.    'extern "C" void std::exit (int) throw (); using std::exit;' \
  2543.    'extern "C" void std::exit (int); using std::exit;' \
  2544.    'extern "C" void exit (int) throw ();' \
  2545.    'extern "C" void exit (int);' \
  2546.    'void exit (int);' \
  2547.    '#include <stdlib.h>'
  2548. do
  2549.   cat >conftest.$ac_ext <<_ACEOF
  2550. #line $LINENO "configure"
  2551. /* confdefs.h.  */
  2552. _ACEOF
  2553. cat confdefs.h >>conftest.$ac_ext
  2554. cat >>conftest.$ac_ext <<_ACEOF
  2555. /* end confdefs.h.  */
  2556. #include <stdlib.h>
  2557. $ac_declaration
  2558. int
  2559. main ()
  2560. {
  2561. exit (42);
  2562.   ;
  2563.   return 0;
  2564. }
  2565. _ACEOF
  2566. rm -f conftest.$ac_objext
  2567. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  2568.   (eval $ac_compile) 2>&5
  2569.   ac_status=$?
  2570.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  2571.   (exit $ac_status); } &&
  2572.          { ac_try='test -s conftest.$ac_objext'
  2573.   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  2574.   (eval $ac_try) 2>&5
  2575.   ac_status=$?
  2576.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  2577.   (exit $ac_status); }; }; then
  2578.   :
  2579. else
  2580.   echo "$as_me: failed program was:" >&5
  2581. sed 's/^/| /' conftest.$ac_ext >&5
  2582.  
  2583. continue
  2584. fi
  2585. rm -f conftest.$ac_objext conftest.$ac_ext
  2586.   cat >conftest.$ac_ext <<_ACEOF
  2587. #line $LINENO "configure"
  2588. /* confdefs.h.  */
  2589. _ACEOF
  2590. cat confdefs.h >>conftest.$ac_ext
  2591. cat >>conftest.$ac_ext <<_ACEOF
  2592. /* end confdefs.h.  */
  2593. $ac_declaration
  2594. int
  2595. main ()
  2596. {
  2597. exit (42);
  2598.   ;
  2599.   return 0;
  2600. }
  2601. _ACEOF
  2602. rm -f conftest.$ac_objext
  2603. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  2604.   (eval $ac_compile) 2>&5
  2605.   ac_status=$?
  2606.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  2607.   (exit $ac_status); } &&
  2608.          { ac_try='test -s conftest.$ac_objext'
  2609.   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  2610.   (eval $ac_try) 2>&5
  2611.   ac_status=$?
  2612.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  2613.   (exit $ac_status); }; }; then
  2614.   break
  2615. else
  2616.   echo "$as_me: failed program was:" >&5
  2617. sed 's/^/| /' conftest.$ac_ext >&5
  2618.  
  2619. fi
  2620. rm -f conftest.$ac_objext conftest.$ac_ext
  2621. done
  2622. rm -f conftest*
  2623. if test -n "$ac_declaration"; then
  2624.   echo '#ifdef __cplusplus' >>confdefs.h
  2625.   echo $ac_declaration      >>confdefs.h
  2626.   echo '#endif'             >>confdefs.h
  2627. fi
  2628.  
  2629. else
  2630.   echo "$as_me: failed program was:" >&5
  2631. sed 's/^/| /' conftest.$ac_ext >&5
  2632.  
  2633. fi
  2634. rm -f conftest.$ac_objext conftest.$ac_ext
  2635. ac_ext=c
  2636. ac_cpp='$CPP $CPPFLAGS'
  2637. ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  2638. ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  2639. ac_compiler_gnu=$ac_cv_c_compiler_gnu
  2640.  
  2641.  
  2642. # Check whether --enable-shared or --disable-shared was given.
  2643. if test "${enable_shared+set}" = set; then
  2644.   enableval="$enable_shared"
  2645.   p=${PACKAGE-default}
  2646. case $enableval in
  2647. yes) enable_shared=yes ;;
  2648. no) enable_shared=no ;;
  2649. *)
  2650.   enable_shared=no
  2651.   # Look at the argument we got.  We use all the common list separators.
  2652.   IFS="${IFS=     }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"
  2653.   for pkg in $enableval; do
  2654.     if test "X$pkg" = "X$p"; then
  2655.       enable_shared=yes
  2656.     fi
  2657.   done
  2658.   IFS="$ac_save_ifs"
  2659.   ;;
  2660. esac
  2661. else
  2662.   enable_shared=yes
  2663. fi;
  2664. # Check whether --enable-static or --disable-static was given.
  2665. if test "${enable_static+set}" = set; then
  2666.   enableval="$enable_static"
  2667.   p=${PACKAGE-default}
  2668. case $enableval in
  2669. yes) enable_static=yes ;;
  2670. no) enable_static=no ;;
  2671. *)
  2672.   enable_static=no
  2673.   # Look at the argument we got.  We use all the common list separators.
  2674.   IFS="${IFS=     }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"
  2675.   for pkg in $enableval; do
  2676.     if test "X$pkg" = "X$p"; then
  2677.       enable_static=yes
  2678.     fi
  2679.   done
  2680.   IFS="$ac_save_ifs"
  2681.   ;;
  2682. esac
  2683. else
  2684.   enable_static=yes
  2685. fi;
  2686. # Check whether --enable-fast-install or --disable-fast-install was given.
  2687. if test "${enable_fast_install+set}" = set; then
  2688.   enableval="$enable_fast_install"
  2689.   p=${PACKAGE-default}
  2690. case $enableval in
  2691. yes) enable_fast_install=yes ;;
  2692. no) enable_fast_install=no ;;
  2693. *)
  2694.   enable_fast_install=no
  2695.   # Look at the argument we got.  We use all the common list separators.
  2696.   IFS="${IFS=     }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"
  2697.   for pkg in $enableval; do
  2698.     if test "X$pkg" = "X$p"; then
  2699.       enable_fast_install=yes
  2700.     fi
  2701.   done
  2702.   IFS="$ac_save_ifs"
  2703.   ;;
  2704. esac
  2705. else
  2706.   enable_fast_install=yes
  2707. fi;
  2708. # Make sure we can run config.sub.
  2709. $ac_config_sub sun4 >/dev/null 2>&1 ||
  2710.   { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
  2711. echo "$as_me: error: cannot run $ac_config_sub" >&2;}
  2712.    { (exit 1); exit 1; }; }
  2713.  
  2714. echo "$as_me:$LINENO: checking build system type" >&5
  2715. echo $ECHO_N "checking build system type... $ECHO_C" >&6
  2716. if test "${ac_cv_build+set}" = set; then
  2717.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2718. else
  2719.   ac_cv_build_alias=$build_alias
  2720. test -z "$ac_cv_build_alias" &&
  2721.   ac_cv_build_alias=`$ac_config_guess`
  2722. test -z "$ac_cv_build_alias" &&
  2723.   { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
  2724. echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
  2725.    { (exit 1); exit 1; }; }
  2726. ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
  2727.   { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
  2728. echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
  2729.    { (exit 1); exit 1; }; }
  2730.  
  2731. fi
  2732. echo "$as_me:$LINENO: result: $ac_cv_build" >&5
  2733. echo "${ECHO_T}$ac_cv_build" >&6
  2734. build=$ac_cv_build
  2735. build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
  2736. build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
  2737. build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
  2738.  
  2739.  
  2740. echo "$as_me:$LINENO: checking host system type" >&5
  2741. echo $ECHO_N "checking host system type... $ECHO_C" >&6
  2742. if test "${ac_cv_host+set}" = set; then
  2743.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2744. else
  2745.   ac_cv_host_alias=$host_alias
  2746. test -z "$ac_cv_host_alias" &&
  2747.   ac_cv_host_alias=$ac_cv_build_alias
  2748. ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
  2749.   { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
  2750. echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
  2751.    { (exit 1); exit 1; }; }
  2752.  
  2753. fi
  2754. echo "$as_me:$LINENO: result: $ac_cv_host" >&5
  2755. echo "${ECHO_T}$ac_cv_host" >&6
  2756. host=$ac_cv_host
  2757. host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
  2758. host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
  2759. host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
  2760.  
  2761.  
  2762. # Find the correct PATH separator.  Usually this is `:', but
  2763. # DJGPP uses `;' like DOS.
  2764. if test "X${PATH_SEPARATOR+set}" != Xset; then
  2765.   UNAME=${UNAME-`uname 2>/dev/null`}
  2766.   case X$UNAME in
  2767.     *-DOS) lt_cv_sys_path_separator=';' ;;
  2768.     *)     lt_cv_sys_path_separator=':' ;;
  2769.   esac
  2770.   PATH_SEPARATOR=$lt_cv_sys_path_separator
  2771. fi
  2772.  
  2773.  
  2774. # Check whether --with-gnu-ld or --without-gnu-ld was given.
  2775. if test "${with_gnu_ld+set}" = set; then
  2776.   withval="$with_gnu_ld"
  2777.   test "$withval" = no || with_gnu_ld=yes
  2778. else
  2779.   with_gnu_ld=no
  2780. fi;
  2781. ac_prog=ld
  2782. if test "$GCC" = yes; then
  2783.   # Check if gcc -print-prog-name=ld gives a path.
  2784.   echo "$as_me:$LINENO: checking for ld used by GCC" >&5
  2785. echo $ECHO_N "checking for ld used by GCC... $ECHO_C" >&6
  2786.   case $host in
  2787.   *-*-mingw*)
  2788.     # gcc leaves a trailing carriage return which upsets mingw
  2789.     ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
  2790.   *)
  2791.     ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
  2792.   esac
  2793.   case $ac_prog in
  2794.     # Accept absolute paths.
  2795.     [\\/]* | [A-Za-z]:[\\/]*)
  2796.       re_direlt='/[^/][^/]*/\.\./'
  2797.       # Canonicalize the path of ld
  2798.       ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
  2799.       while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
  2800.     ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
  2801.       done
  2802.       test -z "$LD" && LD="$ac_prog"
  2803.       ;;
  2804.   "")
  2805.     # If it fails, then pretend we aren't using GCC.
  2806.     ac_prog=ld
  2807.     ;;
  2808.   *)
  2809.     # If it is relative, then search for the first ld in PATH.
  2810.     with_gnu_ld=unknown
  2811.     ;;
  2812.   esac
  2813. elif test "$with_gnu_ld" = yes; then
  2814.   echo "$as_me:$LINENO: checking for GNU ld" >&5
  2815. echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6
  2816. else
  2817.   echo "$as_me:$LINENO: checking for non-GNU ld" >&5
  2818. echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6
  2819. fi
  2820. if test "${lt_cv_path_LD+set}" = set; then
  2821.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2822. else
  2823.   if test -z "$LD"; then
  2824.   IFS="${IFS=     }"; ac_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
  2825.   for ac_dir in $PATH; do
  2826.     test -z "$ac_dir" && ac_dir=.
  2827.     if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
  2828.       lt_cv_path_LD="$ac_dir/$ac_prog"
  2829.       # Check to see if the program is GNU ld.  I'd rather use --version,
  2830.       # but apparently some GNU ld's only accept -v.
  2831.       # Break only if it was the GNU/non-GNU ld that we prefer.
  2832.       if "$lt_cv_path_LD" -v 2>&1 < /dev/null | egrep '(GNU|with BFD)' > /dev/null; then
  2833.     test "$with_gnu_ld" != no && break
  2834.       else
  2835.     test "$with_gnu_ld" != yes && break
  2836.       fi
  2837.     fi
  2838.   done
  2839.   IFS="$ac_save_ifs"
  2840. else
  2841.   lt_cv_path_LD="$LD" # Let the user override the test with a path.
  2842. fi
  2843. fi
  2844.  
  2845. LD="$lt_cv_path_LD"
  2846. if test -n "$LD"; then
  2847.   echo "$as_me:$LINENO: result: $LD" >&5
  2848. echo "${ECHO_T}$LD" >&6
  2849. else
  2850.   echo "$as_me:$LINENO: result: no" >&5
  2851. echo "${ECHO_T}no" >&6
  2852. fi
  2853. test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
  2854. echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
  2855.    { (exit 1); exit 1; }; }
  2856. echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
  2857. echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6
  2858. if test "${lt_cv_prog_gnu_ld+set}" = set; then
  2859.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2860. else
  2861.   # I'd rather use --version here, but apparently some GNU ld's only accept -v.
  2862. if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then
  2863.   lt_cv_prog_gnu_ld=yes
  2864. else
  2865.   lt_cv_prog_gnu_ld=no
  2866. fi
  2867. fi
  2868. echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5
  2869. echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6
  2870. with_gnu_ld=$lt_cv_prog_gnu_ld
  2871.  
  2872.  
  2873. echo "$as_me:$LINENO: checking for $LD option to reload object files" >&5
  2874. echo $ECHO_N "checking for $LD option to reload object files... $ECHO_C" >&6
  2875. if test "${lt_cv_ld_reload_flag+set}" = set; then
  2876.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2877. else
  2878.   lt_cv_ld_reload_flag='-r'
  2879. fi
  2880. echo "$as_me:$LINENO: result: $lt_cv_ld_reload_flag" >&5
  2881. echo "${ECHO_T}$lt_cv_ld_reload_flag" >&6
  2882. reload_flag=$lt_cv_ld_reload_flag
  2883. test -n "$reload_flag" && reload_flag=" $reload_flag"
  2884.  
  2885. echo "$as_me:$LINENO: checking for BSD-compatible nm" >&5
  2886. echo $ECHO_N "checking for BSD-compatible nm... $ECHO_C" >&6
  2887. if test "${lt_cv_path_NM+set}" = set; then
  2888.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2889. else
  2890.   if test -n "$NM"; then
  2891.   # Let the user override the test.
  2892.   lt_cv_path_NM="$NM"
  2893. else
  2894.   IFS="${IFS=     }"; ac_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
  2895.   for ac_dir in $PATH /usr/ccs/bin /usr/ucb /bin; do
  2896.     test -z "$ac_dir" && ac_dir=.
  2897.     tmp_nm=$ac_dir/${ac_tool_prefix}nm
  2898.     if test -f $tmp_nm || test -f $tmp_nm$ac_exeext ; then
  2899.       # Check to see if the nm accepts a BSD-compat flag.
  2900.       # Adding the `sed 1q' prevents false positives on HP-UX, which says:
  2901.       #   nm: unknown option "B" ignored
  2902.       # Tru64's nm complains that /dev/null is an invalid object file
  2903.       if ($tmp_nm -B /dev/null 2>&1 | sed '1q'; exit 0) | egrep '(/dev/null|Invalid file or object type)' >/dev/null; then
  2904.     lt_cv_path_NM="$tmp_nm -B"
  2905.     break
  2906.       elif ($tmp_nm -p /dev/null 2>&1 | sed '1q'; exit 0) | egrep /dev/null >/dev/null; then
  2907.     lt_cv_path_NM="$tmp_nm -p"
  2908.     break
  2909.       else
  2910.     lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
  2911.     continue # so that we can try to find one that supports BSD flags
  2912.       fi
  2913.     fi
  2914.   done
  2915.   IFS="$ac_save_ifs"
  2916.   test -z "$lt_cv_path_NM" && lt_cv_path_NM=nm
  2917. fi
  2918. fi
  2919.  
  2920. NM="$lt_cv_path_NM"
  2921. echo "$as_me:$LINENO: result: $NM" >&5
  2922. echo "${ECHO_T}$NM" >&6
  2923.  
  2924. echo "$as_me:$LINENO: checking for a sed that does not truncate output" >&5
  2925. echo $ECHO_N "checking for a sed that does not truncate output... $ECHO_C" >&6
  2926. if test "${lt_cv_path_SED+set}" = set; then
  2927.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2928. else
  2929.   # Loop through the user's path and test for sed and gsed.
  2930. # Then use that list of sed's as ones to test for truncation.
  2931. as_executable_p="test -f"
  2932. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  2933. for as_dir in $PATH
  2934. do
  2935.   IFS=$as_save_IFS
  2936.   test -z "$as_dir" && as_dir=.
  2937.   for ac_prog in sed gsed; do
  2938.     for ac_exec_ext in '' $ac_executable_extensions; do
  2939.       if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
  2940.         _sed_list="$_sed_list $as_dir/$ac_prog$ac_exec_ext"
  2941.       fi
  2942.     done
  2943.   done
  2944. done
  2945.  
  2946.   # Create a temporary directory, and hook for its removal unless debugging.
  2947. $debug ||
  2948. {
  2949.   trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
  2950.   trap '{ (exit 1); exit 1; }' 1 2 13 15
  2951. }
  2952.  
  2953. # Create a (secure) tmp directory for tmp files.
  2954. : ${TMPDIR=/tmp}
  2955. {
  2956.   tmp=`(umask 077 && mktemp -d -q "$TMPDIR/sedXXXXXX") 2>/dev/null` &&
  2957.   test -n "$tmp" && test -d "$tmp"
  2958. }  ||
  2959. {
  2960.   tmp=$TMPDIR/sed$$-$RANDOM
  2961.   (umask 077 && mkdir $tmp)
  2962. } ||
  2963. {
  2964.    echo "$me: cannot create a temporary directory in $TMPDIR" >&2
  2965.    { (exit 1); exit 1; }
  2966. }
  2967.   _max=0
  2968.   _count=0
  2969.   # Add /usr/xpg4/bin/sed as it is typically found on Solaris
  2970.   # along with /bin/sed that truncates output.
  2971.   for _sed in $_sed_list /usr/xpg4/bin/sed; do
  2972.     test ! -f ${_sed} && break
  2973.     cat /dev/null > "$tmp/sed.in"
  2974.     _count=0
  2975.     echo ${ECHO_N-$ac_n} "0123456789${ECHO_C-$ac_c}" >"$tmp/sed.in"
  2976.     # Check for GNU sed and select it if it is found.
  2977.     if "${_sed}" --version 2>&1 < /dev/null | egrep '(GNU)' > /dev/null; then
  2978.       lt_cv_path_SED=${_sed}
  2979.       break
  2980.     fi
  2981.     while true; do
  2982.       cat "$tmp/sed.in" "$tmp/sed.in" >"$tmp/sed.tmp"
  2983.       mv "$tmp/sed.tmp" "$tmp/sed.in"
  2984.       cp "$tmp/sed.in" "$tmp/sed.nl"
  2985.       echo >>"$tmp/sed.nl"
  2986.       ${_sed} -e 's/a$//' < "$tmp/sed.nl" >"$tmp/sed.out" || break
  2987.       cmp -s "$tmp/sed.out" "$tmp/sed.nl" || break
  2988.       # 40000 chars as input seems more than enough
  2989.       test $_count -gt 10 && break
  2990.       _count=`expr $_count + 1`
  2991.       if test $_count -gt $_max; then
  2992.         _max=$_count
  2993.         lt_cv_path_SED=$_sed
  2994.       fi
  2995.     done
  2996.   done
  2997.   rm -rf "$tmp"
  2998.  
  2999. fi
  3000.  
  3001. if test "X$SED" != "X"; then
  3002.   lt_cv_path_SED=$SED
  3003. else
  3004.   SED=$lt_cv_path_SED
  3005. fi
  3006. echo "$as_me:$LINENO: result: $SED" >&5
  3007. echo "${ECHO_T}$SED" >&6
  3008.  
  3009. echo "$as_me:$LINENO: checking whether ln -s works" >&5
  3010. echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
  3011. LN_S=$as_ln_s
  3012. if test "$LN_S" = "ln -s"; then
  3013.   echo "$as_me:$LINENO: result: yes" >&5
  3014. echo "${ECHO_T}yes" >&6
  3015. else
  3016.   echo "$as_me:$LINENO: result: no, using $LN_S" >&5
  3017. echo "${ECHO_T}no, using $LN_S" >&6
  3018. fi
  3019.  
  3020. echo "$as_me:$LINENO: checking how to recognise dependent libraries" >&5
  3021. echo $ECHO_N "checking how to recognise dependent libraries... $ECHO_C" >&6
  3022. if test "${lt_cv_deplibs_check_method+set}" = set; then
  3023.   echo $ECHO_N "(cached) $ECHO_C" >&6
  3024. else
  3025.   lt_cv_file_magic_cmd='$MAGIC_CMD'
  3026. lt_cv_file_magic_test_file=
  3027. lt_cv_deplibs_check_method='unknown'
  3028. # Need to set the preceding variable on all platforms that support
  3029. # interlibrary dependencies.
  3030. # 'none' -- dependencies not supported.
  3031. # `unknown' -- same as none, but documents that we really don't know.
  3032. # 'pass_all' -- all dependencies passed with no checks.
  3033. # 'test_compile' -- check by making test program.
  3034. # 'file_magic [[regex]]' -- check by looking for files in library path
  3035. # which responds to the $file_magic_cmd with a given egrep regex.
  3036. # If you have `file' or equivalent on your system and you're not sure
  3037. # whether `pass_all' will *always* work, you probably want this one.
  3038.  
  3039. case $host_os in
  3040. aix4* | aix5*)
  3041.   lt_cv_deplibs_check_method=pass_all
  3042.   ;;
  3043.  
  3044. beos*)
  3045.   lt_cv_deplibs_check_method=pass_all
  3046.   ;;
  3047.  
  3048. bsdi4*)
  3049.   lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
  3050.   lt_cv_file_magic_cmd='/usr/bin/file -L'
  3051.   lt_cv_file_magic_test_file=/shlib/libc.so
  3052.   ;;
  3053.  
  3054. cygwin* | mingw* | pw32*)
  3055.   lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
  3056.   lt_cv_file_magic_cmd='$OBJDUMP -f'
  3057.   ;;
  3058.  
  3059. darwin* | rhapsody*)
  3060.   lt_cv_deplibs_check_method='file_magic Mach-O dynamically linked shared library'
  3061.   lt_cv_file_magic_cmd='/usr/bin/file -L'
  3062.   case "$host_os" in
  3063.   rhapsody* | darwin1.[012])
  3064.     lt_cv_file_magic_test_file=`echo /System/Library/Frameworks/System.framework/Versions/*/System | head -1`
  3065.     ;;
  3066.   *) # Darwin 1.3 on
  3067.     lt_cv_file_magic_test_file='/usr/lib/libSystem.dylib'
  3068.     ;;
  3069.   esac
  3070.   ;;
  3071.  
  3072. freebsd*)
  3073.   if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
  3074.     case $host_cpu in
  3075.     i*86 )
  3076.       # Not sure whether the presence of OpenBSD here was a mistake.
  3077.       # Let's accept both of them until this is cleared up.
  3078.       lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD)/i[3-9]86 (compact )?demand paged shared library'
  3079.       lt_cv_file_magic_cmd=/usr/bin/file
  3080.       lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
  3081.       ;;
  3082.     esac
  3083.   else
  3084.     lt_cv_deplibs_check_method=pass_all
  3085.   fi
  3086.   ;;
  3087.  
  3088. gnu*)
  3089.   lt_cv_deplibs_check_method=pass_all
  3090.   ;;
  3091.  
  3092. hpux10.20*|hpux11*)
  3093.   lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library'
  3094.   lt_cv_file_magic_cmd=/usr/bin/file
  3095.   lt_cv_file_magic_test_file=/usr/lib/libc.sl
  3096.   ;;
  3097.  
  3098. irix5* | irix6* | nonstopux*)
  3099.   case $host_os in
  3100.   irix5* | nonstopux*)
  3101.     # this will be overridden with pass_all, but let us keep it just in case
  3102.     lt_cv_deplibs_check_method="file_magic ELF 32-bit MSB dynamic lib MIPS - version 1"
  3103.     ;;
  3104.   *)
  3105.     case $LD in
  3106.     *-32|*"-32 ") libmagic=32-bit;;
  3107.     *-n32|*"-n32 ") libmagic=N32;;
  3108.     *-64|*"-64 ") libmagic=64-bit;;
  3109.     *) libmagic=never-match;;
  3110.     esac
  3111.     # this will be overridden with pass_all, but let us keep it just in case
  3112.     lt_cv_deplibs_check_method="file_magic ELF ${libmagic} MSB mips-[1234] dynamic lib MIPS - version 1"
  3113.     ;;
  3114.   esac
  3115.   lt_cv_file_magic_test_file=`echo /lib${libsuff}/libc.so*`
  3116.   lt_cv_deplibs_check_method=pass_all
  3117.   ;;
  3118.  
  3119. # This must be Linux ELF.
  3120. linux-gnu*)
  3121.   case $host_cpu in
  3122.   alpha* | hppa* | i*86 | mips | mipsel | powerpc* | sparc* | ia64* | arm* | m68k)
  3123.     lt_cv_deplibs_check_method=pass_all ;;
  3124.   *)
  3125.     # glibc up to 2.1.1 does not perform some relocations on ARM
  3126.     lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )' ;;
  3127.   esac
  3128.   lt_cv_file_magic_test_file=`echo /lib/libc.so* /lib/libc-*.so`
  3129.   ;;
  3130.  
  3131. netbsd*)
  3132.   if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
  3133.     lt_cv_deplibs_check_method='match_pattern /lib[^/\.]+\.so\.[0-9]+\.[0-9]+$'
  3134.   else
  3135.     lt_cv_deplibs_check_method='match_pattern /lib[^/\.]+\.so$'
  3136.   fi
  3137.   ;;
  3138.  
  3139. newos6*)
  3140.   lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
  3141.   lt_cv_file_magic_cmd=/usr/bin/file
  3142.   lt_cv_file_magic_test_file=/usr/lib/libnls.so
  3143.   ;;
  3144.  
  3145. openbsd*)
  3146.   lt_cv_file_magic_cmd=/usr/bin/file
  3147.   lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
  3148.   if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
  3149.     lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB shared object'
  3150.   else
  3151.     lt_cv_deplibs_check_method='file_magic OpenBSD.* shared library'
  3152.   fi
  3153.   ;;
  3154.  
  3155. osf3* | osf4* | osf5*)
  3156.   # this will be overridden with pass_all, but let us keep it just in case
  3157.   lt_cv_deplibs_check_method='file_magic COFF format alpha shared library'
  3158.   lt_cv_file_magic_test_file=/shlib/libc.so
  3159.   lt_cv_deplibs_check_method=pass_all
  3160.   ;;
  3161.  
  3162. sco3.2v5*)
  3163.   lt_cv_deplibs_check_method=pass_all
  3164.   ;;
  3165.  
  3166. solaris*)
  3167.   lt_cv_deplibs_check_method=pass_all
  3168.   lt_cv_file_magic_test_file=/lib/libc.so
  3169.   ;;
  3170.  
  3171. sysv5uw[78]* | sysv4*uw2*)
  3172.   lt_cv_deplibs_check_method=pass_all
  3173.   ;;
  3174.  
  3175. sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
  3176.   case $host_vendor in
  3177.   motorola)
  3178.     lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib) M[0-9][0-9]* Version [0-9]'
  3179.     lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
  3180.     ;;
  3181.   ncr)
  3182.     lt_cv_deplibs_check_method=pass_all
  3183.     ;;
  3184.   sequent)
  3185.     lt_cv_file_magic_cmd='/bin/file'
  3186.     lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
  3187.     ;;
  3188.   sni)
  3189.     lt_cv_file_magic_cmd='/bin/file'
  3190.     lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
  3191.     lt_cv_file_magic_test_file=/lib/libc.so
  3192.     ;;
  3193.   siemens)
  3194.     lt_cv_deplibs_check_method=pass_all
  3195.     ;;
  3196.   esac
  3197.   ;;
  3198. esac
  3199.  
  3200. fi
  3201. echo "$as_me:$LINENO: result: $lt_cv_deplibs_check_method" >&5
  3202. echo "${ECHO_T}$lt_cv_deplibs_check_method" >&6
  3203. file_magic_cmd=$lt_cv_file_magic_cmd
  3204. deplibs_check_method=$lt_cv_deplibs_check_method
  3205.  
  3206.  
  3207.  
  3208.  
  3209.  
  3210.  
  3211.  
  3212.  
  3213. # Check for command to grab the raw symbol name followed by C symbol from nm.
  3214. echo "$as_me:$LINENO: checking command to parse $NM output" >&5
  3215. echo $ECHO_N "checking command to parse $NM output... $ECHO_C" >&6
  3216. if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then
  3217.   echo $ECHO_N "(cached) $ECHO_C" >&6
  3218. else
  3219.  
  3220. # These are sane defaults that work on at least a few old systems.
  3221. # [They come from Ultrix.  What could be older than Ultrix?!! ;)]
  3222.  
  3223. # Character class describing NM global symbol codes.
  3224. symcode='[BCDEGRST]'
  3225.  
  3226. # Regexp to match symbols that can be accessed directly from C.
  3227. sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
  3228.  
  3229. # Transform the above into a raw symbol and a C symbol.
  3230. symxfrm='\1 \2\3 \3'
  3231.  
  3232. # Transform an extracted symbol line into a proper C declaration
  3233. lt_cv_global_symbol_to_cdecl="sed -n -e 's/^. .* \(.*\)$/extern char \1;/p'"
  3234.  
  3235. # Transform an extracted symbol line into symbol name and symbol address
  3236. lt_cv_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/  {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode \([^ ]*\) \([^ ]*\)$/  {\"\2\", (lt_ptr) \&\2},/p'"
  3237.  
  3238. # Define system-specific variables.
  3239. case $host_os in
  3240. aix*)
  3241.   symcode='[BCDT]'
  3242.   ;;
  3243. cygwin* | mingw* | pw32*)
  3244.   symcode='[ABCDGISTW]'
  3245.   ;;
  3246. hpux*) # Its linker distinguishes data from code symbols
  3247.   lt_cv_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern char \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
  3248.   lt_cv_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/  {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/  {\"\2\", (lt_ptr) \&\2},/p'"
  3249.   ;;
  3250. irix* | nonstopux*)
  3251.   symcode='[BCDEGRST]'
  3252.   ;;
  3253. osf*)
  3254.   symcode='[BCDEGQRST]'
  3255.   ;;
  3256. solaris* | sysv5*)
  3257.   symcode='[BDT]'
  3258.   ;;
  3259. sysv4)
  3260.   symcode='[DFNSTU]'
  3261.   ;;
  3262. esac
  3263.  
  3264. # Handle CRLF in mingw tool chain
  3265. opt_cr=
  3266. case $host_os in
  3267. mingw*)
  3268.   opt_cr=`echo 'x\{0,1\}' | tr x '\015'` # option cr in regexp
  3269.   ;;
  3270. esac
  3271.  
  3272. # If we're using GNU nm, then use its standard symbol codes.
  3273. if $NM -V 2>&1 | egrep '(GNU|with BFD)' > /dev/null; then
  3274.   symcode='[ABCDGISTW]'
  3275. fi
  3276.  
  3277. # Try without a prefix undercore, then with it.
  3278. for ac_symprfx in "" "_"; do
  3279.  
  3280.   # Write the raw and C identifiers.
  3281. lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[     ]\($symcode$symcode*\)[     ][     ]*\($ac_symprfx\)$sympat$opt_cr$/$symxfrm/p'"
  3282.  
  3283.   # Check to see that the pipe works correctly.
  3284.   pipe_works=no
  3285.   rm -f conftest*
  3286.   cat > conftest.$ac_ext <<EOF
  3287. #ifdef __cplusplus
  3288. extern "C" {
  3289. #endif
  3290. char nm_test_var;
  3291. void nm_test_func(){}
  3292. #ifdef __cplusplus
  3293. }
  3294. #endif
  3295. int main(){nm_test_var='a';nm_test_func();return(0);}
  3296. EOF
  3297.  
  3298.   if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  3299.   (eval $ac_compile) 2>&5
  3300.   ac_status=$?
  3301.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  3302.   (exit $ac_status); }; then
  3303.     # Now try to grab the symbols.
  3304.     nlist=conftest.nm
  3305.     if { (eval echo "$as_me:$LINENO: \"$NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist\"") >&5
  3306.   (eval $NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) 2>&5
  3307.   ac_status=$?
  3308.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  3309.   (exit $ac_status); } && test -s "$nlist"; then
  3310.       # Try sorting and uniquifying the output.
  3311.       if sort "$nlist" | uniq > "$nlist"T; then
  3312.     mv -f "$nlist"T "$nlist"
  3313.       else
  3314.     rm -f "$nlist"T
  3315.       fi
  3316.  
  3317.       # Make sure that we snagged all the symbols we need.
  3318.       if egrep ' nm_test_var$' "$nlist" >/dev/null; then
  3319.     if egrep ' nm_test_func$' "$nlist" >/dev/null; then
  3320.       cat <<EOF > conftest.$ac_ext
  3321. #ifdef __cplusplus
  3322. extern "C" {
  3323. #endif
  3324.  
  3325. EOF
  3326.       # Now generate the symbol file.
  3327.       eval "$lt_cv_global_symbol_to_cdecl"' < "$nlist" >> conftest.$ac_ext'
  3328.  
  3329.       cat <<EOF >> conftest.$ac_ext
  3330. #if defined (__STDC__) && __STDC__
  3331. # define lt_ptr void *
  3332. #else
  3333. # define lt_ptr char *
  3334. # define const
  3335. #endif
  3336.  
  3337. /* The mapping between symbol names and symbols. */
  3338. const struct {
  3339.   const char *name;
  3340.   lt_ptr address;
  3341. }
  3342. lt_preloaded_symbols[] =
  3343. {
  3344. EOF
  3345.       sed "s/^$symcode$symcode* \(.*\) \(.*\)$/  {\"\2\", (lt_ptr) \&\2},/" < "$nlist" >> conftest.$ac_ext
  3346.       cat <<\EOF >> conftest.$ac_ext
  3347.   {0, (lt_ptr) 0}
  3348. };
  3349.  
  3350. #ifdef __cplusplus
  3351. }
  3352. #endif
  3353. EOF
  3354.       # Now try linking the two files.
  3355.       mv conftest.$ac_objext conftstm.$ac_objext
  3356.       save_LIBS="$LIBS"
  3357.       save_CFLAGS="$CFLAGS"
  3358.       LIBS="conftstm.$ac_objext"
  3359.       CFLAGS="$CFLAGS$no_builtin_flag"
  3360.       if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  3361.   (eval $ac_link) 2>&5
  3362.   ac_status=$?
  3363.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  3364.   (exit $ac_status); } && test -s conftest$ac_exeext; then
  3365.         pipe_works=yes
  3366.       fi
  3367.       LIBS="$save_LIBS"
  3368.       CFLAGS="$save_CFLAGS"
  3369.     else
  3370.       echo "cannot find nm_test_func in $nlist" >&5
  3371.     fi
  3372.       else
  3373.     echo "cannot find nm_test_var in $nlist" >&5
  3374.       fi
  3375.     else
  3376.       echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
  3377.     fi
  3378.   else
  3379.     echo "$progname: failed program was:" >&5
  3380.     cat conftest.$ac_ext >&5
  3381.   fi
  3382.   rm -f conftest* conftst*
  3383.  
  3384.   # Do not use the global_symbol_pipe unless it works.
  3385.   if test "$pipe_works" = yes; then
  3386.     break
  3387.   else
  3388.     lt_cv_sys_global_symbol_pipe=
  3389.   fi
  3390. done
  3391.  
  3392. fi
  3393.  
  3394. global_symbol_pipe="$lt_cv_sys_global_symbol_pipe"
  3395. if test -z "$lt_cv_sys_global_symbol_pipe"; then
  3396.   global_symbol_to_cdecl=
  3397.   global_symbol_to_c_name_address=
  3398. else
  3399.   global_symbol_to_cdecl="$lt_cv_global_symbol_to_cdecl"
  3400.   global_symbol_to_c_name_address="$lt_cv_global_symbol_to_c_name_address"
  3401. fi
  3402. if test -z "$global_symbol_pipe$global_symbol_to_cdec$global_symbol_to_c_name_address";
  3403. then
  3404.   echo "$as_me:$LINENO: result: failed" >&5
  3405. echo "${ECHO_T}failed" >&6
  3406. else
  3407.   echo "$as_me:$LINENO: result: ok" >&5
  3408. echo "${ECHO_T}ok" >&6
  3409. fi
  3410.  
  3411. ac_ext=c
  3412. ac_cpp='$CPP $CPPFLAGS'
  3413. ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  3414. ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  3415. ac_compiler_gnu=$ac_cv_c_compiler_gnu
  3416. echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
  3417. echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
  3418. # On Suns, sometimes $CPP names a directory.
  3419. if test -n "$CPP" && test -d "$CPP"; then
  3420.   CPP=
  3421. fi
  3422. if test -z "$CPP"; then
  3423.   if test "${ac_cv_prog_CPP+set}" = set; then
  3424.   echo $ECHO_N "(cached) $ECHO_C" >&6
  3425. else
  3426.       # Double quotes because CPP needs to be expanded
  3427.     for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
  3428.     do
  3429.       ac_preproc_ok=false
  3430. for ac_c_preproc_warn_flag in '' yes
  3431. do
  3432.   # Use a header file that comes with gcc, so configuring glibc
  3433.   # with a fresh cross-compiler works.
  3434.   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  3435.   # <limits.h> exists even on freestanding compilers.
  3436.   # On the NeXT, cc -E runs the code through the compiler's parser,
  3437.   # not just through cpp. "Syntax error" is here to catch this case.
  3438.   cat >conftest.$ac_ext <<_ACEOF
  3439. #line $LINENO "configure"
  3440. /* confdefs.h.  */
  3441. _ACEOF
  3442. cat confdefs.h >>conftest.$ac_ext
  3443. cat >>conftest.$ac_ext <<_ACEOF
  3444. /* end confdefs.h.  */
  3445. #ifdef __STDC__
  3446. # include <limits.h>
  3447. #else
  3448. # include <assert.h>
  3449. #endif
  3450.                      Syntax error
  3451. _ACEOF
  3452. if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
  3453.   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
  3454.   ac_status=$?
  3455.   grep -v '^ *+' conftest.er1 >conftest.err
  3456.   rm -f conftest.er1
  3457.   cat conftest.err >&5
  3458.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  3459.   (exit $ac_status); } >/dev/null; then
  3460.   if test -s conftest.err; then
  3461.     ac_cpp_err=$ac_c_preproc_warn_flag
  3462.   else
  3463.     ac_cpp_err=
  3464.   fi
  3465. else
  3466.   ac_cpp_err=yes
  3467. fi
  3468. if test -z "$ac_cpp_err"; then
  3469.   :
  3470. else
  3471.   echo "$as_me: failed program was:" >&5
  3472. sed 's/^/| /' conftest.$ac_ext >&5
  3473.  
  3474.   # Broken: fails on valid input.
  3475. continue
  3476. fi
  3477. rm -f conftest.err conftest.$ac_ext
  3478.  
  3479.   # OK, works on sane cases.  Now check whether non-existent headers
  3480.   # can be detected and how.
  3481.   cat >conftest.$ac_ext <<_ACEOF
  3482. #line $LINENO "configure"
  3483. /* confdefs.h.  */
  3484. _ACEOF
  3485. cat confdefs.h >>conftest.$ac_ext
  3486. cat >>conftest.$ac_ext <<_ACEOF
  3487. /* end confdefs.h.  */
  3488. #include <ac_nonexistent.h>
  3489. _ACEOF
  3490. if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
  3491.   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
  3492.   ac_status=$?
  3493.   grep -v '^ *+' conftest.er1 >conftest.err
  3494.   rm -f conftest.er1
  3495.   cat conftest.err >&5
  3496.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  3497.   (exit $ac_status); } >/dev/null; then
  3498.   if test -s conftest.err; then
  3499.     ac_cpp_err=$ac_c_preproc_warn_flag
  3500.   else
  3501.     ac_cpp_err=
  3502.   fi
  3503. else
  3504.   ac_cpp_err=yes
  3505. fi
  3506. if test -z "$ac_cpp_err"; then
  3507.   # Broken: success on invalid input.
  3508. continue
  3509. else
  3510.   echo "$as_me: failed program was:" >&5
  3511. sed 's/^/| /' conftest.$ac_ext >&5
  3512.  
  3513.   # Passes both tests.
  3514. ac_preproc_ok=:
  3515. break
  3516. fi
  3517. rm -f conftest.err conftest.$ac_ext
  3518.  
  3519. done
  3520. # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
  3521. rm -f conftest.err conftest.$ac_ext
  3522. if $ac_preproc_ok; then
  3523.   break
  3524. fi
  3525.  
  3526.     done
  3527.     ac_cv_prog_CPP=$CPP
  3528.  
  3529. fi
  3530.   CPP=$ac_cv_prog_CPP
  3531. else
  3532.   ac_cv_prog_CPP=$CPP
  3533. fi
  3534. echo "$as_me:$LINENO: result: $CPP" >&5
  3535. echo "${ECHO_T}$CPP" >&6
  3536. ac_preproc_ok=false
  3537. for ac_c_preproc_warn_flag in '' yes
  3538. do
  3539.   # Use a header file that comes with gcc, so configuring glibc
  3540.   # with a fresh cross-compiler works.
  3541.   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  3542.   # <limits.h> exists even on freestanding compilers.
  3543.   # On the NeXT, cc -E runs the code through the compiler's parser,
  3544.   # not just through cpp. "Syntax error" is here to catch this case.
  3545.   cat >conftest.$ac_ext <<_ACEOF
  3546. #line $LINENO "configure"
  3547. /* confdefs.h.  */
  3548. _ACEOF
  3549. cat confdefs.h >>conftest.$ac_ext
  3550. cat >>conftest.$ac_ext <<_ACEOF
  3551. /* end confdefs.h.  */
  3552. #ifdef __STDC__
  3553. # include <limits.h>
  3554. #else
  3555. # include <assert.h>
  3556. #endif
  3557.                      Syntax error
  3558. _ACEOF
  3559. if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
  3560.   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
  3561.   ac_status=$?
  3562.   grep -v '^ *+' conftest.er1 >conftest.err
  3563.   rm -f conftest.er1
  3564.   cat conftest.err >&5
  3565.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  3566.   (exit $ac_status); } >/dev/null; then
  3567.   if test -s conftest.err; then
  3568.     ac_cpp_err=$ac_c_preproc_warn_flag
  3569.   else
  3570.     ac_cpp_err=
  3571.   fi
  3572. else
  3573.   ac_cpp_err=yes
  3574. fi
  3575. if test -z "$ac_cpp_err"; then
  3576.   :
  3577. else
  3578.   echo "$as_me: failed program was:" >&5
  3579. sed 's/^/| /' conftest.$ac_ext >&5
  3580.  
  3581.   # Broken: fails on valid input.
  3582. continue
  3583. fi
  3584. rm -f conftest.err conftest.$ac_ext
  3585.  
  3586.   # OK, works on sane cases.  Now check whether non-existent headers
  3587.   # can be detected and how.
  3588.   cat >conftest.$ac_ext <<_ACEOF
  3589. #line $LINENO "configure"
  3590. /* confdefs.h.  */
  3591. _ACEOF
  3592. cat confdefs.h >>conftest.$ac_ext
  3593. cat >>conftest.$ac_ext <<_ACEOF
  3594. /* end confdefs.h.  */
  3595. #include <ac_nonexistent.h>
  3596. _ACEOF
  3597. if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
  3598.   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
  3599.   ac_status=$?
  3600.   grep -v '^ *+' conftest.er1 >conftest.err
  3601.   rm -f conftest.er1
  3602.   cat conftest.err >&5
  3603.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  3604.   (exit $ac_status); } >/dev/null; then
  3605.   if test -s conftest.err; then
  3606.     ac_cpp_err=$ac_c_preproc_warn_flag
  3607.   else
  3608.     ac_cpp_err=
  3609.   fi
  3610. else
  3611.   ac_cpp_err=yes
  3612. fi
  3613. if test -z "$ac_cpp_err"; then
  3614.   # Broken: success on invalid input.
  3615. continue
  3616. else
  3617.   echo "$as_me: failed program was:" >&5
  3618. sed 's/^/| /' conftest.$ac_ext >&5
  3619.  
  3620.   # Passes both tests.
  3621. ac_preproc_ok=:
  3622. break
  3623. fi
  3624. rm -f conftest.err conftest.$ac_ext
  3625.  
  3626. done
  3627. # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
  3628. rm -f conftest.err conftest.$ac_ext
  3629. if $ac_preproc_ok; then
  3630.   :
  3631. else
  3632.   { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
  3633. See \`config.log' for more details." >&5
  3634. echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
  3635. See \`config.log' for more details." >&2;}
  3636.    { (exit 1); exit 1; }; }
  3637. fi
  3638.  
  3639. ac_ext=c
  3640. ac_cpp='$CPP $CPPFLAGS'
  3641. ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  3642. ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  3643. ac_compiler_gnu=$ac_cv_c_compiler_gnu
  3644.  
  3645.  
  3646. echo "$as_me:$LINENO: checking for egrep" >&5
  3647. echo $ECHO_N "checking for egrep... $ECHO_C" >&6
  3648. if test "${ac_cv_prog_egrep+set}" = set; then
  3649.   echo $ECHO_N "(cached) $ECHO_C" >&6
  3650. else
  3651.   if echo a | (grep -E '(a|b)') >/dev/null 2>&1
  3652.     then ac_cv_prog_egrep='grep -E'
  3653.     else ac_cv_prog_egrep='egrep'
  3654.     fi
  3655. fi
  3656. echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
  3657. echo "${ECHO_T}$ac_cv_prog_egrep" >&6
  3658.  EGREP=$ac_cv_prog_egrep
  3659.  
  3660.  
  3661. echo "$as_me:$LINENO: checking for ANSI C header files" >&5
  3662. echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
  3663. if test "${ac_cv_header_stdc+set}" = set; then
  3664.   echo $ECHO_N "(cached) $ECHO_C" >&6
  3665. else
  3666.   cat >conftest.$ac_ext <<_ACEOF
  3667. #line $LINENO "configure"
  3668. /* confdefs.h.  */
  3669. _ACEOF
  3670. cat confdefs.h >>conftest.$ac_ext
  3671. cat >>conftest.$ac_ext <<_ACEOF
  3672. /* end confdefs.h.  */
  3673. #include <stdlib.h>
  3674. #include <stdarg.h>
  3675. #include <string.h>
  3676. #include <float.h>
  3677.  
  3678. int
  3679. main ()
  3680. {
  3681.  
  3682.   ;
  3683.   return 0;
  3684. }
  3685. _ACEOF
  3686. rm -f conftest.$ac_objext
  3687. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  3688.   (eval $ac_compile) 2>&5
  3689.   ac_status=$?
  3690.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  3691.   (exit $ac_status); } &&
  3692.          { ac_try='test -s conftest.$ac_objext'
  3693.   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  3694.   (eval $ac_try) 2>&5
  3695.   ac_status=$?
  3696.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  3697.   (exit $ac_status); }; }; then
  3698.   ac_cv_header_stdc=yes
  3699. else
  3700.   echo "$as_me: failed program was:" >&5
  3701. sed 's/^/| /' conftest.$ac_ext >&5
  3702.  
  3703. ac_cv_header_stdc=no
  3704. fi
  3705. rm -f conftest.$ac_objext conftest.$ac_ext
  3706.  
  3707. if test $ac_cv_header_stdc = yes; then
  3708.   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
  3709.   cat >conftest.$ac_ext <<_ACEOF
  3710. #line $LINENO "configure"
  3711. /* confdefs.h.  */
  3712. _ACEOF
  3713. cat confdefs.h >>conftest.$ac_ext
  3714. cat >>conftest.$ac_ext <<_ACEOF
  3715. /* end confdefs.h.  */
  3716. #include <string.h>
  3717.  
  3718. _ACEOF
  3719. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  3720.   $EGREP "memchr" >/dev/null 2>&1; then
  3721.   :
  3722. else
  3723.   ac_cv_header_stdc=no
  3724. fi
  3725. rm -f conftest*
  3726.  
  3727. fi
  3728.  
  3729. if test $ac_cv_header_stdc = yes; then
  3730.   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
  3731.   cat >conftest.$ac_ext <<_ACEOF
  3732. #line $LINENO "configure"
  3733. /* confdefs.h.  */
  3734. _ACEOF
  3735. cat confdefs.h >>conftest.$ac_ext
  3736. cat >>conftest.$ac_ext <<_ACEOF
  3737. /* end confdefs.h.  */
  3738. #include <stdlib.h>
  3739.  
  3740. _ACEOF
  3741. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  3742.   $EGREP "free" >/dev/null 2>&1; then
  3743.   :
  3744. else
  3745.   ac_cv_header_stdc=no
  3746. fi
  3747. rm -f conftest*
  3748.  
  3749. fi
  3750.  
  3751. if test $ac_cv_header_stdc = yes; then
  3752.   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
  3753.   if test "$cross_compiling" = yes; then
  3754.   :
  3755. else
  3756.   cat >conftest.$ac_ext <<_ACEOF
  3757. #line $LINENO "configure"
  3758. /* confdefs.h.  */
  3759. _ACEOF
  3760. cat confdefs.h >>conftest.$ac_ext
  3761. cat >>conftest.$ac_ext <<_ACEOF
  3762. /* end confdefs.h.  */
  3763. #include <ctype.h>
  3764. #if ((' ' & 0x0FF) == 0x020)
  3765. # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
  3766. # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
  3767. #else
  3768. # define ISLOWER(c) \
  3769.                    (('a' <= (c) && (c) <= 'i') \
  3770.                      || ('j' <= (c) && (c) <= 'r') \
  3771.                      || ('s' <= (c) && (c) <= 'z'))
  3772. # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
  3773. #endif
  3774.  
  3775. #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
  3776. int
  3777. main ()
  3778. {
  3779.   int i;
  3780.   for (i = 0; i < 256; i++)
  3781.     if (XOR (islower (i), ISLOWER (i))
  3782.         || toupper (i) != TOUPPER (i))
  3783.       exit(2);
  3784.   exit (0);
  3785. }
  3786. _ACEOF
  3787. rm -f conftest$ac_exeext
  3788. if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  3789.   (eval $ac_link) 2>&5
  3790.   ac_status=$?
  3791.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  3792.   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
  3793.   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  3794.   (eval $ac_try) 2>&5
  3795.   ac_status=$?
  3796.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  3797.   (exit $ac_status); }; }; then
  3798.   :
  3799. else
  3800.   echo "$as_me: program exited with status $ac_status" >&5
  3801. echo "$as_me: failed program was:" >&5
  3802. sed 's/^/| /' conftest.$ac_ext >&5
  3803.  
  3804. ( exit $ac_status )
  3805. ac_cv_header_stdc=no
  3806. fi
  3807. rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
  3808. fi
  3809. fi
  3810. fi
  3811. echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
  3812. echo "${ECHO_T}$ac_cv_header_stdc" >&6
  3813. if test $ac_cv_header_stdc = yes; then
  3814.  
  3815. cat >>confdefs.h <<\_ACEOF
  3816. #define STDC_HEADERS 1
  3817. _ACEOF
  3818.  
  3819. fi
  3820.  
  3821. # On IRIX 5.3, sys/types and inttypes.h are conflicting.
  3822.  
  3823.  
  3824.  
  3825.  
  3826.  
  3827.  
  3828.  
  3829.  
  3830.  
  3831. for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
  3832.                   inttypes.h stdint.h unistd.h
  3833. do
  3834. as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
  3835. echo "$as_me:$LINENO: checking for $ac_header" >&5
  3836. echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  3837. if eval "test \"\${$as_ac_Header+set}\" = set"; then
  3838.   echo $ECHO_N "(cached) $ECHO_C" >&6
  3839. else
  3840.   cat >conftest.$ac_ext <<_ACEOF
  3841. #line $LINENO "configure"
  3842. /* confdefs.h.  */
  3843. _ACEOF
  3844. cat confdefs.h >>conftest.$ac_ext
  3845. cat >>conftest.$ac_ext <<_ACEOF
  3846. /* end confdefs.h.  */
  3847. $ac_includes_default
  3848.  
  3849. #include <$ac_header>
  3850. _ACEOF
  3851. rm -f conftest.$ac_objext
  3852. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  3853.   (eval $ac_compile) 2>&5
  3854.   ac_status=$?
  3855.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  3856.   (exit $ac_status); } &&
  3857.          { ac_try='test -s conftest.$ac_objext'
  3858.   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  3859.   (eval $ac_try) 2>&5
  3860.   ac_status=$?
  3861.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  3862.   (exit $ac_status); }; }; then
  3863.   eval "$as_ac_Header=yes"
  3864. else
  3865.   echo "$as_me: failed program was:" >&5
  3866. sed 's/^/| /' conftest.$ac_ext >&5
  3867.  
  3868. eval "$as_ac_Header=no"
  3869. fi
  3870. rm -f conftest.$ac_objext conftest.$ac_ext
  3871. fi
  3872. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  3873. echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  3874. if test `eval echo '${'$as_ac_Header'}'` = yes; then
  3875.   cat >>confdefs.h <<_ACEOF
  3876. #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
  3877. _ACEOF
  3878.  
  3879. fi
  3880.  
  3881. done
  3882.  
  3883.  
  3884.  
  3885. for ac_header in dlfcn.h
  3886. do
  3887. as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
  3888. if eval "test \"\${$as_ac_Header+set}\" = set"; then
  3889.   echo "$as_me:$LINENO: checking for $ac_header" >&5
  3890. echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  3891. if eval "test \"\${$as_ac_Header+set}\" = set"; then
  3892.   echo $ECHO_N "(cached) $ECHO_C" >&6
  3893. fi
  3894. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  3895. echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  3896. else
  3897.   # Is the header compilable?
  3898. echo "$as_me:$LINENO: checking $ac_header usability" >&5
  3899. echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
  3900. cat >conftest.$ac_ext <<_ACEOF
  3901. #line $LINENO "configure"
  3902. /* confdefs.h.  */
  3903. _ACEOF
  3904. cat confdefs.h >>conftest.$ac_ext
  3905. cat >>conftest.$ac_ext <<_ACEOF
  3906. /* end confdefs.h.  */
  3907. $ac_includes_default
  3908. #include <$ac_header>
  3909. _ACEOF
  3910. rm -f conftest.$ac_objext
  3911. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  3912.   (eval $ac_compile) 2>&5
  3913.   ac_status=$?
  3914.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  3915.   (exit $ac_status); } &&
  3916.          { ac_try='test -s conftest.$ac_objext'
  3917.   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  3918.   (eval $ac_try) 2>&5
  3919.   ac_status=$?
  3920.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  3921.   (exit $ac_status); }; }; then
  3922.   ac_header_compiler=yes
  3923. else
  3924.   echo "$as_me: failed program was:" >&5
  3925. sed 's/^/| /' conftest.$ac_ext >&5
  3926.  
  3927. ac_header_compiler=no
  3928. fi
  3929. rm -f conftest.$ac_objext conftest.$ac_ext
  3930. echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
  3931. echo "${ECHO_T}$ac_header_compiler" >&6
  3932.  
  3933. # Is the header present?
  3934. echo "$as_me:$LINENO: checking $ac_header presence" >&5
  3935. echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
  3936. cat >conftest.$ac_ext <<_ACEOF
  3937. #line $LINENO "configure"
  3938. /* confdefs.h.  */
  3939. _ACEOF
  3940. cat confdefs.h >>conftest.$ac_ext
  3941. cat >>conftest.$ac_ext <<_ACEOF
  3942. /* end confdefs.h.  */
  3943. #include <$ac_header>
  3944. _ACEOF
  3945. if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
  3946.   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
  3947.   ac_status=$?
  3948.   grep -v '^ *+' conftest.er1 >conftest.err
  3949.   rm -f conftest.er1
  3950.   cat conftest.err >&5
  3951.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  3952.   (exit $ac_status); } >/dev/null; then
  3953.   if test -s conftest.err; then
  3954.     ac_cpp_err=$ac_c_preproc_warn_flag
  3955.   else
  3956.     ac_cpp_err=
  3957.   fi
  3958. else
  3959.   ac_cpp_err=yes
  3960. fi
  3961. if test -z "$ac_cpp_err"; then
  3962.   ac_header_preproc=yes
  3963. else
  3964.   echo "$as_me: failed program was:" >&5
  3965. sed 's/^/| /' conftest.$ac_ext >&5
  3966.  
  3967.   ac_header_preproc=no
  3968. fi
  3969. rm -f conftest.err conftest.$ac_ext
  3970. echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
  3971. echo "${ECHO_T}$ac_header_preproc" >&6
  3972.  
  3973. # So?  What about this header?
  3974. case $ac_header_compiler:$ac_header_preproc in
  3975.   yes:no )
  3976.     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
  3977. echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
  3978.     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
  3979. echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
  3980.     (
  3981.       cat <<\_ASBOX
  3982. ## ------------------------------------ ##
  3983. ## Report this to bug-autoconf@gnu.org. ##
  3984. ## ------------------------------------ ##
  3985. _ASBOX
  3986.     ) |
  3987.       sed "s/^/$as_me: WARNING:     /" >&2
  3988.     ;;
  3989.   no:yes )
  3990.     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
  3991. echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
  3992.     { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
  3993. echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
  3994.     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
  3995. echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
  3996.     (
  3997.       cat <<\_ASBOX
  3998. ## ------------------------------------ ##
  3999. ## Report this to bug-autoconf@gnu.org. ##
  4000. ## ------------------------------------ ##
  4001. _ASBOX
  4002.     ) |
  4003.       sed "s/^/$as_me: WARNING:     /" >&2
  4004.     ;;
  4005. esac
  4006. echo "$as_me:$LINENO: checking for $ac_header" >&5
  4007. echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  4008. if eval "test \"\${$as_ac_Header+set}\" = set"; then
  4009.   echo $ECHO_N "(cached) $ECHO_C" >&6
  4010. else
  4011.   eval "$as_ac_Header=$ac_header_preproc"
  4012. fi
  4013. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  4014. echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  4015.  
  4016. fi
  4017. if test `eval echo '${'$as_ac_Header'}'` = yes; then
  4018.   cat >>confdefs.h <<_ACEOF
  4019. #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
  4020. _ACEOF
  4021.  
  4022. fi
  4023.  
  4024. done
  4025.  
  4026.  
  4027.  
  4028.  
  4029.  
  4030.  
  4031. # Only perform the check for file, if the check method requires it
  4032. case $deplibs_check_method in
  4033. file_magic*)
  4034.   if test "$file_magic_cmd" = '$MAGIC_CMD'; then
  4035.     echo "$as_me:$LINENO: checking for ${ac_tool_prefix}file" >&5
  4036. echo $ECHO_N "checking for ${ac_tool_prefix}file... $ECHO_C" >&6
  4037. if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
  4038.   echo $ECHO_N "(cached) $ECHO_C" >&6
  4039. else
  4040.   case $MAGIC_CMD in
  4041.   /*)
  4042.   lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
  4043.   ;;
  4044.   ?:/*)
  4045.   lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a dos path.
  4046.   ;;
  4047.   *)
  4048.   ac_save_MAGIC_CMD="$MAGIC_CMD"
  4049.   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
  4050.   ac_dummy="/usr/bin:$PATH"
  4051.   for ac_dir in $ac_dummy; do
  4052.     test -z "$ac_dir" && ac_dir=.
  4053.     if test -f $ac_dir/${ac_tool_prefix}file; then
  4054.       lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
  4055.       if test -n "$file_magic_test_file"; then
  4056.     case $deplibs_check_method in
  4057.     "file_magic "*)
  4058.       file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
  4059.       MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
  4060.       if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
  4061.         egrep "$file_magic_regex" > /dev/null; then
  4062.         :
  4063.       else
  4064.         cat <<EOF 1>&2
  4065.  
  4066. *** Warning: the command libtool uses to detect shared libraries,
  4067. *** $file_magic_cmd, produces output that libtool cannot recognize.
  4068. *** The result is that libtool may fail to recognize shared libraries
  4069. *** as such.  This will affect the creation of libtool libraries that
  4070. *** depend on shared libraries, but programs linked with such libtool
  4071. *** libraries will work regardless of this problem.  Nevertheless, you
  4072. *** may want to report the problem to your system manager and/or to
  4073. *** bug-libtool@gnu.org
  4074.  
  4075. EOF
  4076.       fi ;;
  4077.     esac
  4078.       fi
  4079.       break
  4080.     fi
  4081.   done
  4082.   IFS="$ac_save_ifs"
  4083.   MAGIC_CMD="$ac_save_MAGIC_CMD"
  4084.   ;;
  4085. esac
  4086. fi
  4087.  
  4088. MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
  4089. if test -n "$MAGIC_CMD"; then
  4090.   echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
  4091. echo "${ECHO_T}$MAGIC_CMD" >&6
  4092. else
  4093.   echo "$as_me:$LINENO: result: no" >&5
  4094. echo "${ECHO_T}no" >&6
  4095. fi
  4096.  
  4097. if test -z "$lt_cv_path_MAGIC_CMD"; then
  4098.   if test -n "$ac_tool_prefix"; then
  4099.     echo "$as_me:$LINENO: checking for file" >&5
  4100. echo $ECHO_N "checking for file... $ECHO_C" >&6
  4101. if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
  4102.   echo $ECHO_N "(cached) $ECHO_C" >&6
  4103. else
  4104.   case $MAGIC_CMD in
  4105.   /*)
  4106.   lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
  4107.   ;;
  4108.   ?:/*)
  4109.   lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a dos path.
  4110.   ;;
  4111.   *)
  4112.   ac_save_MAGIC_CMD="$MAGIC_CMD"
  4113.   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
  4114.   ac_dummy="/usr/bin:$PATH"
  4115.   for ac_dir in $ac_dummy; do
  4116.     test -z "$ac_dir" && ac_dir=.
  4117.     if test -f $ac_dir/file; then
  4118.       lt_cv_path_MAGIC_CMD="$ac_dir/file"
  4119.       if test -n "$file_magic_test_file"; then
  4120.     case $deplibs_check_method in
  4121.     "file_magic "*)
  4122.       file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
  4123.       MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
  4124.       if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
  4125.         egrep "$file_magic_regex" > /dev/null; then
  4126.         :
  4127.       else
  4128.         cat <<EOF 1>&2
  4129.  
  4130. *** Warning: the command libtool uses to detect shared libraries,
  4131. *** $file_magic_cmd, produces output that libtool cannot recognize.
  4132. *** The result is that libtool may fail to recognize shared libraries
  4133. *** as such.  This will affect the creation of libtool libraries that
  4134. *** depend on shared libraries, but programs linked with such libtool
  4135. *** libraries will work regardless of this problem.  Nevertheless, you
  4136. *** may want to report the problem to your system manager and/or to
  4137. *** bug-libtool@gnu.org
  4138.  
  4139. EOF
  4140.       fi ;;
  4141.     esac
  4142.       fi
  4143.       break
  4144.     fi
  4145.   done
  4146.   IFS="$ac_save_ifs"
  4147.   MAGIC_CMD="$ac_save_MAGIC_CMD"
  4148.   ;;
  4149. esac
  4150. fi
  4151.  
  4152. MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
  4153. if test -n "$MAGIC_CMD"; then
  4154.   echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
  4155. echo "${ECHO_T}$MAGIC_CMD" >&6
  4156. else
  4157.   echo "$as_me:$LINENO: result: no" >&5
  4158. echo "${ECHO_T}no" >&6
  4159. fi
  4160.  
  4161.   else
  4162.     MAGIC_CMD=:
  4163.   fi
  4164. fi
  4165.  
  4166.   fi
  4167.   ;;
  4168. esac
  4169.  
  4170. if test -n "$ac_tool_prefix"; then
  4171.   # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
  4172. set dummy ${ac_tool_prefix}ranlib; ac_word=$2
  4173. echo "$as_me:$LINENO: checking for $ac_word" >&5
  4174. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  4175. if test "${ac_cv_prog_RANLIB+set}" = set; then
  4176.   echo $ECHO_N "(cached) $ECHO_C" >&6
  4177. else
  4178.   if test -n "$RANLIB"; then
  4179.   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
  4180. else
  4181. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  4182. for as_dir in $PATH
  4183. do
  4184.   IFS=$as_save_IFS
  4185.   test -z "$as_dir" && as_dir=.
  4186.   for ac_exec_ext in '' $ac_executable_extensions; do
  4187.   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  4188.     ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
  4189.     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  4190.     break 2
  4191.   fi
  4192. done
  4193. done
  4194.  
  4195. fi
  4196. fi
  4197. RANLIB=$ac_cv_prog_RANLIB
  4198. if test -n "$RANLIB"; then
  4199.   echo "$as_me:$LINENO: result: $RANLIB" >&5
  4200. echo "${ECHO_T}$RANLIB" >&6
  4201. else
  4202.   echo "$as_me:$LINENO: result: no" >&5
  4203. echo "${ECHO_T}no" >&6
  4204. fi
  4205.  
  4206. fi
  4207. if test -z "$ac_cv_prog_RANLIB"; then
  4208.   ac_ct_RANLIB=$RANLIB
  4209.   # Extract the first word of "ranlib", so it can be a program name with args.
  4210. set dummy ranlib; ac_word=$2
  4211. echo "$as_me:$LINENO: checking for $ac_word" >&5
  4212. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  4213. if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
  4214.   echo $ECHO_N "(cached) $ECHO_C" >&6
  4215. else
  4216.   if test -n "$ac_ct_RANLIB"; then
  4217.   ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
  4218. else
  4219. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  4220. for as_dir in $PATH
  4221. do
  4222.   IFS=$as_save_IFS
  4223.   test -z "$as_dir" && as_dir=.
  4224.   for ac_exec_ext in '' $ac_executable_extensions; do
  4225.   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  4226.     ac_cv_prog_ac_ct_RANLIB="ranlib"
  4227.     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  4228.     break 2
  4229.   fi
  4230. done
  4231. done
  4232.  
  4233.   test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
  4234. fi
  4235. fi
  4236. ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
  4237. if test -n "$ac_ct_RANLIB"; then
  4238.   echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
  4239. echo "${ECHO_T}$ac_ct_RANLIB" >&6
  4240. else
  4241.   echo "$as_me:$LINENO: result: no" >&5
  4242. echo "${ECHO_T}no" >&6
  4243. fi
  4244.  
  4245.   RANLIB=$ac_ct_RANLIB
  4246. else
  4247.   RANLIB="$ac_cv_prog_RANLIB"
  4248. fi
  4249.  
  4250. if test -n "$ac_tool_prefix"; then
  4251.   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
  4252. set dummy ${ac_tool_prefix}strip; ac_word=$2
  4253. echo "$as_me:$LINENO: checking for $ac_word" >&5
  4254. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  4255. if test "${ac_cv_prog_STRIP+set}" = set; then
  4256.   echo $ECHO_N "(cached) $ECHO_C" >&6
  4257. else
  4258.   if test -n "$STRIP"; then
  4259.   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
  4260. else
  4261. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  4262. for as_dir in $PATH
  4263. do
  4264.   IFS=$as_save_IFS
  4265.   test -z "$as_dir" && as_dir=.
  4266.   for ac_exec_ext in '' $ac_executable_extensions; do
  4267.   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  4268.     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
  4269.     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  4270.     break 2
  4271.   fi
  4272. done
  4273. done
  4274.  
  4275. fi
  4276. fi
  4277. STRIP=$ac_cv_prog_STRIP
  4278. if test -n "$STRIP"; then
  4279.   echo "$as_me:$LINENO: result: $STRIP" >&5
  4280. echo "${ECHO_T}$STRIP" >&6
  4281. else
  4282.   echo "$as_me:$LINENO: result: no" >&5
  4283. echo "${ECHO_T}no" >&6
  4284. fi
  4285.  
  4286. fi
  4287. if test -z "$ac_cv_prog_STRIP"; then
  4288.   ac_ct_STRIP=$STRIP
  4289.   # Extract the first word of "strip", so it can be a program name with args.
  4290. set dummy strip; ac_word=$2
  4291. echo "$as_me:$LINENO: checking for $ac_word" >&5
  4292. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  4293. if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
  4294.   echo $ECHO_N "(cached) $ECHO_C" >&6
  4295. else
  4296.   if test -n "$ac_ct_STRIP"; then
  4297.   ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
  4298. else
  4299. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  4300. for as_dir in $PATH
  4301. do
  4302.   IFS=$as_save_IFS
  4303.   test -z "$as_dir" && as_dir=.
  4304.   for ac_exec_ext in '' $ac_executable_extensions; do
  4305.   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  4306.     ac_cv_prog_ac_ct_STRIP="strip"
  4307.     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  4308.     break 2
  4309.   fi
  4310. done
  4311. done
  4312.  
  4313.   test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
  4314. fi
  4315. fi
  4316. ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
  4317. if test -n "$ac_ct_STRIP"; then
  4318.   echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
  4319. echo "${ECHO_T}$ac_ct_STRIP" >&6
  4320. else
  4321.   echo "$as_me:$LINENO: result: no" >&5
  4322. echo "${ECHO_T}no" >&6
  4323. fi
  4324.  
  4325.   STRIP=$ac_ct_STRIP
  4326. else
  4327.   STRIP="$ac_cv_prog_STRIP"
  4328. fi
  4329.  
  4330.  
  4331. enable_dlopen=no
  4332. enable_win32_dll=no
  4333.  
  4334. # Check whether --enable-libtool-lock or --disable-libtool-lock was given.
  4335. if test "${enable_libtool_lock+set}" = set; then
  4336.   enableval="$enable_libtool_lock"
  4337.  
  4338. fi;
  4339. test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
  4340.  
  4341. # Some flags need to be propagated to the compiler or linker for good
  4342. # libtool support.
  4343. case $host in
  4344. *-*-irix6*)
  4345.   # Find out which ABI we are using.
  4346.   echo '#line 4346 "configure"' > conftest.$ac_ext
  4347.   if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  4348.   (eval $ac_compile) 2>&5
  4349.   ac_status=$?
  4350.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  4351.   (exit $ac_status); }; then
  4352.     case `/usr/bin/file conftest.$ac_objext` in
  4353.     *32-bit*)
  4354.       LD="${LD-ld} -32"
  4355.       ;;
  4356.     *N32*)
  4357.       LD="${LD-ld} -n32"
  4358.       ;;
  4359.     *64-bit*)
  4360.       LD="${LD-ld} -64"
  4361.       ;;
  4362.     esac
  4363.   fi
  4364.   rm -rf conftest*
  4365.   ;;
  4366.  
  4367. *-*-sco3.2v5*)
  4368.   # On SCO OpenServer 5, we need -belf to get full-featured binaries.
  4369.   SAVE_CFLAGS="$CFLAGS"
  4370.   CFLAGS="$CFLAGS -belf"
  4371.   echo "$as_me:$LINENO: checking whether the C compiler needs -belf" >&5
  4372. echo $ECHO_N "checking whether the C compiler needs -belf... $ECHO_C" >&6
  4373. if test "${lt_cv_cc_needs_belf+set}" = set; then
  4374.   echo $ECHO_N "(cached) $ECHO_C" >&6
  4375. else
  4376.  
  4377.  
  4378.      ac_ext=c
  4379. ac_cpp='$CPP $CPPFLAGS'
  4380. ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  4381. ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  4382. ac_compiler_gnu=$ac_cv_c_compiler_gnu
  4383.  
  4384.      cat >conftest.$ac_ext <<_ACEOF
  4385. #line $LINENO "configure"
  4386. /* confdefs.h.  */
  4387. _ACEOF
  4388. cat confdefs.h >>conftest.$ac_ext
  4389. cat >>conftest.$ac_ext <<_ACEOF
  4390. /* end confdefs.h.  */
  4391.  
  4392. int
  4393. main ()
  4394. {
  4395.  
  4396.   ;
  4397.   return 0;
  4398. }
  4399. _ACEOF
  4400. rm -f conftest.$ac_objext conftest$ac_exeext
  4401. if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  4402.   (eval $ac_link) 2>&5
  4403.   ac_status=$?
  4404.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  4405.   (exit $ac_status); } &&
  4406.          { ac_try='test -s conftest$ac_exeext'
  4407.   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  4408.   (eval $ac_try) 2>&5
  4409.   ac_status=$?
  4410.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  4411.   (exit $ac_status); }; }; then
  4412.   lt_cv_cc_needs_belf=yes
  4413. else
  4414.   echo "$as_me: failed program was:" >&5
  4415. sed 's/^/| /' conftest.$ac_ext >&5
  4416.  
  4417. lt_cv_cc_needs_belf=no
  4418. fi
  4419. rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  4420.      ac_ext=c
  4421. ac_cpp='$CPP $CPPFLAGS'
  4422. ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  4423. ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  4424. ac_compiler_gnu=$ac_cv_c_compiler_gnu
  4425.  
  4426. fi
  4427. echo "$as_me:$LINENO: result: $lt_cv_cc_needs_belf" >&5
  4428. echo "${ECHO_T}$lt_cv_cc_needs_belf" >&6
  4429.   if test x"$lt_cv_cc_needs_belf" != x"yes"; then
  4430.     # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
  4431.     CFLAGS="$SAVE_CFLAGS"
  4432.   fi
  4433.   ;;
  4434.  
  4435.  
  4436. esac
  4437.  
  4438. # Sed substitution that helps us do robust quoting.  It backslashifies
  4439. # metacharacters that are still active within double-quoted strings.
  4440. Xsed='sed -e s/^X//'
  4441. sed_quote_subst='s/\([\\"\\`$\\\\]\)/\\\1/g'
  4442.  
  4443. # Same as above, but do not quote variable references.
  4444. double_quote_subst='s/\([\\"\\`\\\\]\)/\\\1/g'
  4445.  
  4446. # Sed substitution to delay expansion of an escaped shell variable in a
  4447. # double_quote_subst'ed string.
  4448. delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
  4449.  
  4450. # Constants:
  4451. rm="rm -f"
  4452.  
  4453. # Global variables:
  4454. default_ofile=libtool
  4455. can_build_shared=yes
  4456.  
  4457. # All known linkers require a `.a' archive for static linking (except M$VC,
  4458. # which needs '.lib').
  4459. libext=a
  4460. ltmain="$ac_aux_dir/ltmain.sh"
  4461. ofile="$default_ofile"
  4462. with_gnu_ld="$lt_cv_prog_gnu_ld"
  4463. need_locks="$enable_libtool_lock"
  4464.  
  4465. old_CC="$CC"
  4466. old_CFLAGS="$CFLAGS"
  4467.  
  4468. # Set sane defaults for various variables
  4469. test -z "$AR" && AR=ar
  4470. test -z "$AR_FLAGS" && AR_FLAGS=cru
  4471. test -z "$AS" && AS=as
  4472. test -z "$CC" && CC=cc
  4473. test -z "$DLLTOOL" && DLLTOOL=dlltool
  4474. test -z "$LD" && LD=ld
  4475. test -z "$LN_S" && LN_S="ln -s"
  4476. test -z "$MAGIC_CMD" && MAGIC_CMD=file
  4477. test -z "$NM" && NM=nm
  4478. test -z "$OBJDUMP" && OBJDUMP=objdump
  4479. test -z "$RANLIB" && RANLIB=:
  4480. test -z "$STRIP" && STRIP=:
  4481. test -z "$ac_objext" && ac_objext=o
  4482.  
  4483. if test x"$host" != x"$build"; then
  4484.   ac_tool_prefix=${host_alias}-
  4485. else
  4486.   ac_tool_prefix=
  4487. fi
  4488.  
  4489. # Transform linux* to *-*-linux-gnu*, to support old configure scripts.
  4490. case $host_os in
  4491. linux-gnu*) ;;
  4492. linux*) host=`echo $host | sed 's/^\(.*-.*-linux\)\(.*\)$/\1-gnu\2/'`
  4493. esac
  4494.  
  4495. case $host_os in
  4496. aix3*)
  4497.   # AIX sometimes has problems with the GCC collect2 program.  For some
  4498.   # reason, if we set the COLLECT_NAMES environment variable, the problems
  4499.   # vanish in a puff of smoke.
  4500.   if test "X${COLLECT_NAMES+set}" != Xset; then
  4501.     COLLECT_NAMES=
  4502.     export COLLECT_NAMES
  4503.   fi
  4504.   ;;
  4505. esac
  4506.  
  4507. # Determine commands to create old-style static archives.
  4508. old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs$old_deplibs'
  4509. old_postinstall_cmds='chmod 644 $oldlib'
  4510. old_postuninstall_cmds=
  4511.  
  4512. if test -n "$RANLIB"; then
  4513.   case $host_os in
  4514.   openbsd*)
  4515.     old_postinstall_cmds="\$RANLIB -t \$oldlib~$old_postinstall_cmds"
  4516.     ;;
  4517.   *)
  4518.     old_postinstall_cmds="\$RANLIB \$oldlib~$old_postinstall_cmds"
  4519.     ;;
  4520.   esac
  4521.   old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
  4522. fi
  4523.  
  4524. # Allow CC to be a program name with arguments.
  4525. set dummy $CC
  4526. compiler="$2"
  4527.  
  4528. echo "$as_me:$LINENO: checking for objdir" >&5
  4529. echo $ECHO_N "checking for objdir... $ECHO_C" >&6
  4530. rm -f .libs 2>/dev/null
  4531. mkdir .libs 2>/dev/null
  4532. if test -d .libs; then
  4533.   objdir=.libs
  4534. else
  4535.   # MS-DOS does not allow filenames that begin with a dot.
  4536.   objdir=_libs
  4537. fi
  4538. rmdir .libs 2>/dev/null
  4539. echo "$as_me:$LINENO: result: $objdir" >&5
  4540. echo "${ECHO_T}$objdir" >&6
  4541.  
  4542.  
  4543.  
  4544. # Check whether --with-pic or --without-pic was given.
  4545. if test "${with_pic+set}" = set; then
  4546.   withval="$with_pic"
  4547.   pic_mode="$withval"
  4548. else
  4549.   pic_mode=default
  4550. fi;
  4551. test -z "$pic_mode" && pic_mode=default
  4552.  
  4553. # We assume here that the value for lt_cv_prog_cc_pic will not be cached
  4554. # in isolation, and that seeing it set (from the cache) indicates that
  4555. # the associated values are set (in the cache) correctly too.
  4556. echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
  4557. echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6
  4558. if test "${lt_cv_prog_cc_pic+set}" = set; then
  4559.   echo $ECHO_N "(cached) $ECHO_C" >&6
  4560. else
  4561.    lt_cv_prog_cc_pic=
  4562.   lt_cv_prog_cc_shlib=
  4563.   lt_cv_prog_cc_wl=
  4564.   lt_cv_prog_cc_static=
  4565.   lt_cv_prog_cc_no_builtin=
  4566.   lt_cv_prog_cc_can_build_shared=$can_build_shared
  4567.  
  4568.   if test "$GCC" = yes; then
  4569.     lt_cv_prog_cc_wl='-Wl,'
  4570.     lt_cv_prog_cc_static='-static'
  4571.  
  4572.     case $host_os in
  4573.     aix*)
  4574.       # Below there is a dirty hack to force normal static linking with -ldl
  4575.       # The problem is because libdl dynamically linked with both libc and
  4576.       # libC (AIX C++ library), which obviously doesn't included in libraries
  4577.       # list by gcc. This cause undefined symbols with -static flags.
  4578.       # This hack allows C programs to be linked with "-static -ldl", but
  4579.       # not sure about C++ programs.
  4580.       lt_cv_prog_cc_static="$lt_cv_prog_cc_static ${lt_cv_prog_cc_wl}-lC"
  4581.       ;;
  4582.     amigaos*)
  4583.       # FIXME: we need at least 68020 code to build shared libraries, but
  4584.       # adding the `-m68020' flag to GCC prevents building anything better,
  4585.       # like `-m68040'.
  4586.       lt_cv_prog_cc_pic='-m68020 -resident32 -malways-restore-a4'
  4587.       ;;
  4588.     beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
  4589.       # PIC is the default for these OSes.
  4590.       ;;
  4591.     darwin* | rhapsody*)
  4592.       # PIC is the default on this platform
  4593.       # Common symbols not allowed in MH_DYLIB files
  4594.       lt_cv_prog_cc_pic='-fno-common'
  4595.       ;;
  4596.     cygwin* | mingw* | pw32* | os2*)
  4597.       # This hack is so that the source file can tell whether it is being
  4598.       # built for inclusion in a dll (and should export symbols for example).
  4599.       lt_cv_prog_cc_pic='-DDLL_EXPORT'
  4600.       ;;
  4601.     sysv4*MP*)
  4602.       if test -d /usr/nec; then
  4603.      lt_cv_prog_cc_pic=-Kconform_pic
  4604.       fi
  4605.       ;;
  4606.     *)
  4607.       lt_cv_prog_cc_pic='-fPIC'
  4608.       ;;
  4609.     esac
  4610.   else
  4611.     # PORTME Check for PIC flags for the system compiler.
  4612.     case $host_os in
  4613.     aix3* | aix4* | aix5*)
  4614.       lt_cv_prog_cc_wl='-Wl,'
  4615.       # All AIX code is PIC.
  4616.       if test "$host_cpu" = ia64; then
  4617.     # AIX 5 now supports IA64 processor
  4618.     lt_cv_prog_cc_static='-Bstatic'
  4619.       else
  4620.     lt_cv_prog_cc_static='-bnso -bI:/lib/syscalls.exp'
  4621.       fi
  4622.       ;;
  4623.  
  4624.     hpux9* | hpux10* | hpux11*)
  4625.       # Is there a better lt_cv_prog_cc_static that works with the bundled CC?
  4626.       lt_cv_prog_cc_wl='-Wl,'
  4627.       lt_cv_prog_cc_static="${lt_cv_prog_cc_wl}-a ${lt_cv_prog_cc_wl}archive"
  4628.       lt_cv_prog_cc_pic='+Z'
  4629.       ;;
  4630.  
  4631.     irix5* | irix6* | nonstopux*)
  4632.       lt_cv_prog_cc_wl='-Wl,'
  4633.       lt_cv_prog_cc_static='-non_shared'
  4634.       # PIC (with -KPIC) is the default.
  4635.       ;;
  4636.  
  4637.     cygwin* | mingw* | pw32* | os2*)
  4638.       # This hack is so that the source file can tell whether it is being
  4639.       # built for inclusion in a dll (and should export symbols for example).
  4640.       lt_cv_prog_cc_pic='-DDLL_EXPORT'
  4641.       ;;
  4642.  
  4643.     newsos6)
  4644.       lt_cv_prog_cc_pic='-KPIC'
  4645.       lt_cv_prog_cc_static='-Bstatic'
  4646.       ;;
  4647.  
  4648.     osf3* | osf4* | osf5*)
  4649.       # All OSF/1 code is PIC.
  4650.       lt_cv_prog_cc_wl='-Wl,'
  4651.       lt_cv_prog_cc_static='-non_shared'
  4652.       ;;
  4653.  
  4654.     sco3.2v5*)
  4655.       lt_cv_prog_cc_pic='-Kpic'
  4656.       lt_cv_prog_cc_static='-dn'
  4657.       lt_cv_prog_cc_shlib='-belf'
  4658.       ;;
  4659.  
  4660.     solaris*)
  4661.       lt_cv_prog_cc_pic='-KPIC'
  4662.       lt_cv_prog_cc_static='-Bstatic'
  4663.       lt_cv_prog_cc_wl='-Wl,'
  4664.       ;;
  4665.  
  4666.     sunos4*)
  4667.       lt_cv_prog_cc_pic='-PIC'
  4668.       lt_cv_prog_cc_static='-Bstatic'
  4669.       lt_cv_prog_cc_wl='-Qoption ld '
  4670.       ;;
  4671.  
  4672.     sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
  4673.       lt_cv_prog_cc_pic='-KPIC'
  4674.       lt_cv_prog_cc_static='-Bstatic'
  4675.       lt_cv_prog_cc_wl='-Wl,'
  4676.       ;;
  4677.  
  4678.     uts4*)
  4679.       lt_cv_prog_cc_pic='-pic'
  4680.       lt_cv_prog_cc_static='-Bstatic'
  4681.       ;;
  4682.  
  4683.     sysv4*MP*)
  4684.       if test -d /usr/nec ;then
  4685.     lt_cv_prog_cc_pic='-Kconform_pic'
  4686.     lt_cv_prog_cc_static='-Bstatic'
  4687.       fi
  4688.       ;;
  4689.  
  4690.     *)
  4691.       lt_cv_prog_cc_can_build_shared=no
  4692.       ;;
  4693.     esac
  4694.   fi
  4695.  
  4696. fi
  4697.  
  4698. if test -z "$lt_cv_prog_cc_pic"; then
  4699.   echo "$as_me:$LINENO: result: none" >&5
  4700. echo "${ECHO_T}none" >&6
  4701. else
  4702.   echo "$as_me:$LINENO: result: $lt_cv_prog_cc_pic" >&5
  4703. echo "${ECHO_T}$lt_cv_prog_cc_pic" >&6
  4704.  
  4705.   # Check to make sure the pic_flag actually works.
  4706.   echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_cv_prog_cc_pic works" >&5
  4707. echo $ECHO_N "checking if $compiler PIC flag $lt_cv_prog_cc_pic works... $ECHO_C" >&6
  4708.   if test "${lt_cv_prog_cc_pic_works+set}" = set; then
  4709.   echo $ECHO_N "(cached) $ECHO_C" >&6
  4710. else
  4711.       save_CFLAGS="$CFLAGS"
  4712.     CFLAGS="$CFLAGS $lt_cv_prog_cc_pic -DPIC"
  4713.     cat >conftest.$ac_ext <<_ACEOF
  4714. #line $LINENO "configure"
  4715. /* confdefs.h.  */
  4716. _ACEOF
  4717. cat confdefs.h >>conftest.$ac_ext
  4718. cat >>conftest.$ac_ext <<_ACEOF
  4719. /* end confdefs.h.  */
  4720.  
  4721. int
  4722. main ()
  4723. {
  4724.  
  4725.   ;
  4726.   return 0;
  4727. }
  4728. _ACEOF
  4729. rm -f conftest.$ac_objext
  4730. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  4731.   (eval $ac_compile) 2>&5
  4732.   ac_status=$?
  4733.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  4734.   (exit $ac_status); } &&
  4735.          { ac_try='test -s conftest.$ac_objext'
  4736.   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  4737.   (eval $ac_try) 2>&5
  4738.   ac_status=$?
  4739.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  4740.   (exit $ac_status); }; }; then
  4741.         case $host_os in
  4742.       hpux9* | hpux10* | hpux11*)
  4743.     # On HP-UX, both CC and GCC only warn that PIC is supported... then
  4744.     # they create non-PIC objects.  So, if there were any warnings, we
  4745.     # assume that PIC is not supported.
  4746.     if test -s conftest.err; then
  4747.       lt_cv_prog_cc_pic_works=no
  4748.     else
  4749.       lt_cv_prog_cc_pic_works=yes
  4750.     fi
  4751.     ;;
  4752.       *)
  4753.     lt_cv_prog_cc_pic_works=yes
  4754.     ;;
  4755.       esac
  4756.  
  4757. else
  4758.   echo "$as_me: failed program was:" >&5
  4759. sed 's/^/| /' conftest.$ac_ext >&5
  4760.  
  4761.       lt_cv_prog_cc_pic_works=no
  4762.  
  4763. fi
  4764. rm -f conftest.$ac_objext conftest.$ac_ext
  4765.     CFLAGS="$save_CFLAGS"
  4766.  
  4767. fi
  4768.  
  4769.  
  4770.   if test "X$lt_cv_prog_cc_pic_works" = Xno; then
  4771.     lt_cv_prog_cc_pic=
  4772.     lt_cv_prog_cc_can_build_shared=no
  4773.   else
  4774.     lt_cv_prog_cc_pic=" $lt_cv_prog_cc_pic"
  4775.   fi
  4776.  
  4777.   echo "$as_me:$LINENO: result: $lt_cv_prog_cc_pic_works" >&5
  4778. echo "${ECHO_T}$lt_cv_prog_cc_pic_works" >&6
  4779. fi
  4780.  
  4781. # Check for any special shared library compilation flags.
  4782. if test -n "$lt_cv_prog_cc_shlib"; then
  4783.   { echo "$as_me:$LINENO: WARNING: \`$CC' requires \`$lt_cv_prog_cc_shlib' to build shared libraries" >&5
  4784. echo "$as_me: WARNING: \`$CC' requires \`$lt_cv_prog_cc_shlib' to build shared libraries" >&2;}
  4785.   if echo "$old_CC $old_CFLAGS " | egrep -e "[     ]$lt_cv_prog_cc_shlib[     ]" >/dev/null; then :
  4786.   else
  4787.    { echo "$as_me:$LINENO: WARNING: add \`$lt_cv_prog_cc_shlib' to the CC or CFLAGS env variable and reconfigure" >&5
  4788. echo "$as_me: WARNING: add \`$lt_cv_prog_cc_shlib' to the CC or CFLAGS env variable and reconfigure" >&2;}
  4789.     lt_cv_prog_cc_can_build_shared=no
  4790.   fi
  4791. fi
  4792.  
  4793. echo "$as_me:$LINENO: checking if $compiler static flag $lt_cv_prog_cc_static works" >&5
  4794. echo $ECHO_N "checking if $compiler static flag $lt_cv_prog_cc_static works... $ECHO_C" >&6
  4795. if test "${lt_cv_prog_cc_static_works+set}" = set; then
  4796.   echo $ECHO_N "(cached) $ECHO_C" >&6
  4797. else
  4798.     lt_cv_prog_cc_static_works=no
  4799.   save_LDFLAGS="$LDFLAGS"
  4800.   LDFLAGS="$LDFLAGS $lt_cv_prog_cc_static"
  4801.   cat >conftest.$ac_ext <<_ACEOF
  4802. #line $LINENO "configure"
  4803. /* confdefs.h.  */
  4804. _ACEOF
  4805. cat confdefs.h >>conftest.$ac_ext
  4806. cat >>conftest.$ac_ext <<_ACEOF
  4807. /* end confdefs.h.  */
  4808.  
  4809. int
  4810. main ()
  4811. {
  4812.  
  4813.   ;
  4814.   return 0;
  4815. }
  4816. _ACEOF
  4817. rm -f conftest.$ac_objext conftest$ac_exeext
  4818. if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  4819.   (eval $ac_link) 2>&5
  4820.   ac_status=$?
  4821.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  4822.   (exit $ac_status); } &&
  4823.          { ac_try='test -s conftest$ac_exeext'
  4824.   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  4825.   (eval $ac_try) 2>&5
  4826.   ac_status=$?
  4827.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  4828.   (exit $ac_status); }; }; then
  4829.   lt_cv_prog_cc_static_works=yes
  4830. else
  4831.   echo "$as_me: failed program was:" >&5
  4832. sed 's/^/| /' conftest.$ac_ext >&5
  4833.  
  4834. fi
  4835. rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  4836.   LDFLAGS="$save_LDFLAGS"
  4837.  
  4838. fi
  4839.  
  4840.  
  4841. # Belt *and* braces to stop my trousers falling down:
  4842. test "X$lt_cv_prog_cc_static_works" = Xno && lt_cv_prog_cc_static=
  4843. echo "$as_me:$LINENO: result: $lt_cv_prog_cc_static_works" >&5
  4844. echo "${ECHO_T}$lt_cv_prog_cc_static_works" >&6
  4845.  
  4846. pic_flag="$lt_cv_prog_cc_pic"
  4847. special_shlib_compile_flags="$lt_cv_prog_cc_shlib"
  4848. wl="$lt_cv_prog_cc_wl"
  4849. link_static_flag="$lt_cv_prog_cc_static"
  4850. no_builtin_flag="$lt_cv_prog_cc_no_builtin"
  4851. can_build_shared="$lt_cv_prog_cc_can_build_shared"
  4852.  
  4853.  
  4854. # Check to see if options -o and -c are simultaneously supported by compiler
  4855. echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
  4856. echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6
  4857. if test "${lt_cv_compiler_c_o+set}" = set; then
  4858.   echo $ECHO_N "(cached) $ECHO_C" >&6
  4859. else
  4860.  
  4861. $rm -r conftest 2>/dev/null
  4862. mkdir conftest
  4863. cd conftest
  4864. echo "int some_variable = 0;" > conftest.$ac_ext
  4865. mkdir out
  4866. # According to Tom Tromey, Ian Lance Taylor reported there are C compilers
  4867. # that will create temporary files in the current directory regardless of
  4868. # the output directory.  Thus, making CWD read-only will cause this test
  4869. # to fail, enabling locking or at least warning the user not to do parallel
  4870. # builds.
  4871. chmod -w .
  4872. save_CFLAGS="$CFLAGS"
  4873. CFLAGS="$CFLAGS -o out/conftest2.$ac_objext"
  4874. compiler_c_o=no
  4875. if { (eval echo configure:4875: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>out/conftest.err; } && test -s out/conftest2.$ac_objext; then
  4876.   # The compiler can only warn and ignore the option if not recognized
  4877.   # So say no if there are warnings
  4878.   if test -s out/conftest.err; then
  4879.     lt_cv_compiler_c_o=no
  4880.   else
  4881.     lt_cv_compiler_c_o=yes
  4882.   fi
  4883. else
  4884.   # Append any errors to the config.log.
  4885.   cat out/conftest.err 1>&5
  4886.   lt_cv_compiler_c_o=no
  4887. fi
  4888. CFLAGS="$save_CFLAGS"
  4889. chmod u+w .
  4890. $rm conftest* out/*
  4891. rmdir out
  4892. cd ..
  4893. rmdir conftest
  4894. $rm -r conftest 2>/dev/null
  4895.  
  4896. fi
  4897.  
  4898. compiler_c_o=$lt_cv_compiler_c_o
  4899. echo "$as_me:$LINENO: result: $compiler_c_o" >&5
  4900. echo "${ECHO_T}$compiler_c_o" >&6
  4901.  
  4902. if test x"$compiler_c_o" = x"yes"; then
  4903.   # Check to see if we can write to a .lo
  4904.   echo "$as_me:$LINENO: checking if $compiler supports -c -o file.lo" >&5
  4905. echo $ECHO_N "checking if $compiler supports -c -o file.lo... $ECHO_C" >&6
  4906.   if test "${lt_cv_compiler_o_lo+set}" = set; then
  4907.   echo $ECHO_N "(cached) $ECHO_C" >&6
  4908. else
  4909.  
  4910.   lt_cv_compiler_o_lo=no
  4911.   save_CFLAGS="$CFLAGS"
  4912.   CFLAGS="$CFLAGS -c -o conftest.lo"
  4913.   save_objext="$ac_objext"
  4914.   ac_objext=lo
  4915.   cat >conftest.$ac_ext <<_ACEOF
  4916. #line $LINENO "configure"
  4917. /* confdefs.h.  */
  4918. _ACEOF
  4919. cat confdefs.h >>conftest.$ac_ext
  4920. cat >>conftest.$ac_ext <<_ACEOF
  4921. /* end confdefs.h.  */
  4922.  
  4923. int
  4924. main ()
  4925. {
  4926. int some_variable = 0;
  4927.   ;
  4928.   return 0;
  4929. }
  4930. _ACEOF
  4931. rm -f conftest.$ac_objext
  4932. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  4933.   (eval $ac_compile) 2>&5
  4934.   ac_status=$?
  4935.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  4936.   (exit $ac_status); } &&
  4937.          { ac_try='test -s conftest.$ac_objext'
  4938.   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  4939.   (eval $ac_try) 2>&5
  4940.   ac_status=$?
  4941.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  4942.   (exit $ac_status); }; }; then
  4943.       # The compiler can only warn and ignore the option if not recognized
  4944.     # So say no if there are warnings
  4945.     if test -s conftest.err; then
  4946.       lt_cv_compiler_o_lo=no
  4947.     else
  4948.       lt_cv_compiler_o_lo=yes
  4949.     fi
  4950.  
  4951. else
  4952.   echo "$as_me: failed program was:" >&5
  4953. sed 's/^/| /' conftest.$ac_ext >&5
  4954.  
  4955. fi
  4956. rm -f conftest.$ac_objext conftest.$ac_ext
  4957.   ac_objext="$save_objext"
  4958.   CFLAGS="$save_CFLAGS"
  4959.  
  4960. fi
  4961.  
  4962.   compiler_o_lo=$lt_cv_compiler_o_lo
  4963.   echo "$as_me:$LINENO: result: $compiler_o_lo" >&5
  4964. echo "${ECHO_T}$compiler_o_lo" >&6
  4965. else
  4966.   compiler_o_lo=no
  4967. fi
  4968.  
  4969. # Check to see if we can do hard links to lock some files if needed
  4970. hard_links="nottested"
  4971. if test "$compiler_c_o" = no && test "$need_locks" != no; then
  4972.   # do not overwrite the value of need_locks provided by the user
  4973.   echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
  4974. echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6
  4975.   hard_links=yes
  4976.   $rm conftest*
  4977.   ln conftest.a conftest.b 2>/dev/null && hard_links=no
  4978.   touch conftest.a
  4979.   ln conftest.a conftest.b 2>&5 || hard_links=no
  4980.   ln conftest.a conftest.b 2>/dev/null && hard_links=no
  4981.   echo "$as_me:$LINENO: result: $hard_links" >&5
  4982. echo "${ECHO_T}$hard_links" >&6
  4983.   if test "$hard_links" = no; then
  4984.     { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
  4985. echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
  4986.     need_locks=warn
  4987.   fi
  4988. else
  4989.   need_locks=no
  4990. fi
  4991.  
  4992. if test "$GCC" = yes; then
  4993.   # Check to see if options -fno-rtti -fno-exceptions are supported by compiler
  4994.   echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
  4995. echo $ECHO_N "checking if $compiler supports -fno-rtti -fno-exceptions... $ECHO_C" >&6
  4996.   echo "int some_variable = 0;" > conftest.$ac_ext
  4997.   save_CFLAGS="$CFLAGS"
  4998.   CFLAGS="$CFLAGS -fno-rtti -fno-exceptions -c conftest.$ac_ext"
  4999.   compiler_rtti_exceptions=no
  5000.   cat >conftest.$ac_ext <<_ACEOF
  5001. #line $LINENO "configure"
  5002. /* confdefs.h.  */
  5003. _ACEOF
  5004. cat confdefs.h >>conftest.$ac_ext
  5005. cat >>conftest.$ac_ext <<_ACEOF
  5006. /* end confdefs.h.  */
  5007.  
  5008. int
  5009. main ()
  5010. {
  5011. int some_variable = 0;
  5012.   ;
  5013.   return 0;
  5014. }
  5015. _ACEOF
  5016. rm -f conftest.$ac_objext
  5017. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  5018.   (eval $ac_compile) 2>&5
  5019.   ac_status=$?
  5020.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  5021.   (exit $ac_status); } &&
  5022.          { ac_try='test -s conftest.$ac_objext'
  5023.   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  5024.   (eval $ac_try) 2>&5
  5025.   ac_status=$?
  5026.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  5027.   (exit $ac_status); }; }; then
  5028.       # The compiler can only warn and ignore the option if not recognized
  5029.     # So say no if there are warnings
  5030.     if test -s conftest.err; then
  5031.       compiler_rtti_exceptions=no
  5032.     else
  5033.       compiler_rtti_exceptions=yes
  5034.     fi
  5035.  
  5036. else
  5037.   echo "$as_me: failed program was:" >&5
  5038. sed 's/^/| /' conftest.$ac_ext >&5
  5039.  
  5040. fi
  5041. rm -f conftest.$ac_objext conftest.$ac_ext
  5042.   CFLAGS="$save_CFLAGS"
  5043.   echo "$as_me:$LINENO: result: $compiler_rtti_exceptions" >&5
  5044. echo "${ECHO_T}$compiler_rtti_exceptions" >&6
  5045.  
  5046.   if test "$compiler_rtti_exceptions" = "yes"; then
  5047.     no_builtin_flag=' -fno-builtin -fno-rtti -fno-exceptions'
  5048.   else
  5049.     no_builtin_flag=' -fno-builtin'
  5050.   fi
  5051. fi
  5052.  
  5053. # See if the linker supports building shared libraries.
  5054. echo "$as_me:$LINENO: checking whether the linker ($LD) supports shared libraries" >&5
  5055. echo $ECHO_N "checking whether the linker ($LD) supports shared libraries... $ECHO_C" >&6
  5056.  
  5057. allow_undefined_flag=
  5058. no_undefined_flag=
  5059. need_lib_prefix=unknown
  5060. need_version=unknown
  5061. # when you set need_version to no, make sure it does not cause -set_version
  5062. # flags to be left without arguments
  5063. archive_cmds=
  5064. archive_expsym_cmds=
  5065. old_archive_from_new_cmds=
  5066. old_archive_from_expsyms_cmds=
  5067. export_dynamic_flag_spec=
  5068. whole_archive_flag_spec=
  5069. thread_safe_flag_spec=
  5070. hardcode_into_libs=no
  5071. hardcode_libdir_flag_spec=
  5072. hardcode_libdir_separator=
  5073. hardcode_direct=no
  5074. hardcode_minus_L=no
  5075. hardcode_shlibpath_var=unsupported
  5076. runpath_var=
  5077. link_all_deplibs=unknown
  5078. always_export_symbols=no
  5079. export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | sed '\''s/.* //'\'' | sort | uniq > $export_symbols'
  5080. # include_expsyms should be a list of space-separated symbols to be *always*
  5081. # included in the symbol list
  5082. include_expsyms=
  5083. # exclude_expsyms can be an egrep regular expression of symbols to exclude
  5084. # it will be wrapped by ` (' and `)$', so one must not match beginning or
  5085. # end of line.  Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
  5086. # as well as any symbol that contains `d'.
  5087. exclude_expsyms="_GLOBAL_OFFSET_TABLE_"
  5088. # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
  5089. # platforms (ab)use it in PIC code, but their linkers get confused if
  5090. # the symbol is explicitly referenced.  Since portable code cannot
  5091. # rely on this symbol name, it's probably fine to never include it in
  5092. # preloaded symbol tables.
  5093. extract_expsyms_cmds=
  5094.  
  5095. case $host_os in
  5096. cygwin* | mingw* | pw32*)
  5097.   # FIXME: the MSVC++ port hasn't been tested in a loooong time
  5098.   # When not using gcc, we currently assume that we are using
  5099.   # Microsoft Visual C++.
  5100.   if test "$GCC" != yes; then
  5101.     with_gnu_ld=no
  5102.   fi
  5103.   ;;
  5104. openbsd*)
  5105.   with_gnu_ld=no
  5106.   ;;
  5107. esac
  5108.  
  5109. ld_shlibs=yes
  5110. if test "$with_gnu_ld" = yes; then
  5111.   # If archive_cmds runs LD, not CC, wlarc should be empty
  5112.   wlarc='${wl}'
  5113.  
  5114.   # See if GNU ld supports shared libraries.
  5115.   case $host_os in
  5116.   aix3* | aix4* | aix5*)
  5117.     # On AIX, the GNU linker is very broken
  5118.     # Note:Check GNU linker on AIX 5-IA64 when/if it becomes available.
  5119.     ld_shlibs=no
  5120.     cat <<EOF 1>&2
  5121.  
  5122. *** Warning: the GNU linker, at least up to release 2.9.1, is reported
  5123. *** to be unable to reliably create shared libraries on AIX.
  5124. *** Therefore, libtool is disabling shared libraries support.  If you
  5125. *** really care for shared libraries, you may want to modify your PATH
  5126. *** so that a non-GNU linker is found, and then restart.
  5127.  
  5128. EOF
  5129.     ;;
  5130.  
  5131.   amigaos*)
  5132.     archive_cmds='$rm $output_objdir/a2ixlibrary.data~$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
  5133.     hardcode_libdir_flag_spec='-L$libdir'
  5134.     hardcode_minus_L=yes
  5135.  
  5136.     # Samuel A. Falvo II <kc5tja@dolphin.openprojects.net> reports
  5137.     # that the semantics of dynamic libraries on AmigaOS, at least up
  5138.     # to version 4, is to share data among multiple programs linked
  5139.     # with the same dynamic library.  Since this doesn't match the
  5140.     # behavior of shared libraries on other platforms, we can use
  5141.     # them.
  5142.     ld_shlibs=no
  5143.     ;;
  5144.  
  5145.   beos*)
  5146.     if $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then
  5147.       allow_undefined_flag=unsupported
  5148.       # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
  5149.       # support --undefined.  This deserves some investigation.  FIXME
  5150.       archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
  5151.     else
  5152.       ld_shlibs=no
  5153.     fi
  5154.     ;;
  5155.  
  5156.   cygwin* | mingw* | pw32*)
  5157.     # hardcode_libdir_flag_spec is actually meaningless, as there is
  5158.     # no search path for DLLs.
  5159.     hardcode_libdir_flag_spec='-L$libdir'
  5160.     allow_undefined_flag=unsupported
  5161.     always_export_symbols=yes
  5162.  
  5163.     extract_expsyms_cmds='test -f $output_objdir/impgen.c || \
  5164.       sed -e "/^# \/\* impgen\.c starts here \*\//,/^# \/\* impgen.c ends here \*\// { s/^# //;s/^# *$//; p; }" -e d < $''0 > $output_objdir/impgen.c~
  5165.       test -f $output_objdir/impgen.exe || (cd $output_objdir && \
  5166.       if test "x$HOST_CC" != "x" ; then $HOST_CC -o impgen impgen.c ; \
  5167.       else $CC -o impgen impgen.c ; fi)~
  5168.       $output_objdir/impgen $dir/$soroot > $output_objdir/$soname-def'
  5169.  
  5170.     old_archive_from_expsyms_cmds='$DLLTOOL --as=$AS --dllname $soname --def $output_objdir/$soname-def --output-lib $output_objdir/$newlib'
  5171.  
  5172.     # cygwin and mingw dlls have different entry points and sets of symbols
  5173.     # to exclude.
  5174.     # FIXME: what about values for MSVC?
  5175.     dll_entry=__cygwin_dll_entry@12
  5176.     dll_exclude_symbols=DllMain@12,_cygwin_dll_entry@12,_cygwin_noncygwin_dll_entry@12~
  5177.     case $host_os in
  5178.     mingw*)
  5179.       # mingw values
  5180.       dll_entry=_DllMainCRTStartup@12
  5181.       dll_exclude_symbols=DllMain@12,DllMainCRTStartup@12,DllEntryPoint@12~
  5182.       ;;
  5183.     esac
  5184.  
  5185.     # mingw and cygwin differ, and it's simplest to just exclude the union
  5186.     # of the two symbol sets.
  5187.     dll_exclude_symbols=DllMain@12,_cygwin_dll_entry@12,_cygwin_noncygwin_dll_entry@12,DllMainCRTStartup@12,DllEntryPoint@12
  5188.  
  5189.     # recent cygwin and mingw systems supply a stub DllMain which the user
  5190.     # can override, but on older systems we have to supply one (in ltdll.c)
  5191.     if test "x$lt_cv_need_dllmain" = "xyes"; then
  5192.       ltdll_obj='$output_objdir/$soname-ltdll.'"$ac_objext "
  5193.       ltdll_cmds='test -f $output_objdir/$soname-ltdll.c || sed -e "/^# \/\* ltdll\.c starts here \*\//,/^# \/\* ltdll.c ends here \*\// { s/^# //; p; }" -e d < $''0 > $output_objdir/$soname-ltdll.c~
  5194.     test -f $output_objdir/$soname-ltdll.$ac_objext || (cd $output_objdir && $CC -c $soname-ltdll.c)~'
  5195.     else
  5196.       ltdll_obj=
  5197.       ltdll_cmds=
  5198.     fi
  5199.  
  5200.     # Extract the symbol export list from an `--export-all' def file,
  5201.     # then regenerate the def file from the symbol export list, so that
  5202.     # the compiled dll only exports the symbol export list.
  5203.     # Be careful not to strip the DATA tag left be newer dlltools.
  5204.     export_symbols_cmds="$ltdll_cmds"'
  5205.       $DLLTOOL --export-all --exclude-symbols '$dll_exclude_symbols' --output-def $output_objdir/$soname-def '$ltdll_obj'$libobjs $convenience~
  5206.       sed -e "1,/EXPORTS/d" -e "s/ @ [0-9]*//" -e "s/ *;.*$//" < $output_objdir/$soname-def > $export_symbols'
  5207.  
  5208.     # If the export-symbols file already is a .def file (1st line
  5209.     # is EXPORTS), use it as is.
  5210.     # If DATA tags from a recent dlltool are present, honour them!
  5211.     archive_expsym_cmds='if test "x`sed 1q $export_symbols`" = xEXPORTS; then
  5212.     cp $export_symbols $output_objdir/$soname-def;
  5213.       else
  5214.     echo EXPORTS > $output_objdir/$soname-def;
  5215.     _lt_hint=1;
  5216.     cat $export_symbols | while read symbol; do
  5217.      set dummy \$symbol;
  5218.      case \$# in
  5219.        2) echo "   \$2 @ \$_lt_hint ; " >> $output_objdir/$soname-def;;
  5220.        4) echo "   \$2 \$3 \$4 ; " >> $output_objdir/$soname-def; _lt_hint=`expr \$_lt_hint - 1`;;
  5221.        *) echo "     \$2 @ \$_lt_hint \$3 ; " >> $output_objdir/$soname-def;;
  5222.      esac;
  5223.      _lt_hint=`expr 1 + \$_lt_hint`;
  5224.     done;
  5225.       fi~
  5226.       '"$ltdll_cmds"'
  5227.       $CC -Wl,--base-file,$output_objdir/$soname-base '$lt_cv_cc_dll_switch' -Wl,-e,'$dll_entry' -o $output_objdir/$soname '$ltdll_obj'$libobjs $deplibs $compiler_flags~
  5228.       $DLLTOOL --as=$AS --dllname $soname --exclude-symbols '$dll_exclude_symbols' --def $output_objdir/$soname-def --base-file $output_objdir/$soname-base --output-exp $output_objdir/$soname-exp~
  5229.       $CC -Wl,--base-file,$output_objdir/$soname-base $output_objdir/$soname-exp '$lt_cv_cc_dll_switch' -Wl,-e,'$dll_entry' -o $output_objdir/$soname '$ltdll_obj'$libobjs $deplibs $compiler_flags~
  5230.       $DLLTOOL --as=$AS --dllname $soname --exclude-symbols '$dll_exclude_symbols' --def $output_objdir/$soname-def --base-file $output_objdir/$soname-base --output-exp $output_objdir/$soname-exp --output-lib $output_objdir/$libname.dll.a~
  5231.       $CC $output_objdir/$soname-exp '$lt_cv_cc_dll_switch' -Wl,-e,'$dll_entry' -o $output_objdir/$soname '$ltdll_obj'$libobjs $deplibs $compiler_flags'
  5232.     ;;
  5233.  
  5234.   netbsd*)
  5235.     if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
  5236.       archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
  5237.       wlarc=
  5238.     else
  5239.       archive_cmds='$CC -shared -nodefaultlibs $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
  5240.       archive_expsym_cmds='$CC -shared -nodefaultlibs $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
  5241.     fi
  5242.     ;;
  5243.  
  5244.   solaris* | sysv5*)
  5245.     if $LD -v 2>&1 | egrep 'BFD 2\.8' > /dev/null; then
  5246.       ld_shlibs=no
  5247.       cat <<EOF 1>&2
  5248.  
  5249. *** Warning: The releases 2.8.* of the GNU linker cannot reliably
  5250. *** create shared libraries on Solaris systems.  Therefore, libtool
  5251. *** is disabling shared libraries support.  We urge you to upgrade GNU
  5252. *** binutils to release 2.9.1 or newer.  Another option is to modify
  5253. *** your PATH or compiler configuration so that the native linker is
  5254. *** used, and then restart.
  5255.  
  5256. EOF
  5257.     elif $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then
  5258.       archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
  5259.       archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
  5260.     else
  5261.       ld_shlibs=no
  5262.     fi
  5263.     ;;
  5264.  
  5265.   sunos4*)
  5266.     archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
  5267.     wlarc=
  5268.     hardcode_direct=yes
  5269.     hardcode_shlibpath_var=no
  5270.     ;;
  5271.  
  5272.   *)
  5273.     if $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then
  5274.       archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
  5275.       archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
  5276.     else
  5277.       ld_shlibs=no
  5278.     fi
  5279.     ;;
  5280.   esac
  5281.  
  5282.   if test "$ld_shlibs" = yes; then
  5283.     runpath_var=LD_RUN_PATH
  5284.     hardcode_libdir_flag_spec='${wl}--rpath ${wl}$libdir'
  5285.     export_dynamic_flag_spec='${wl}--export-dynamic'
  5286.     case $host_os in
  5287.     cygwin* | mingw* | pw32*)
  5288.       # dlltool doesn't understand --whole-archive et. al.
  5289.       whole_archive_flag_spec=
  5290.       ;;
  5291.     *)
  5292.       # ancient GNU ld didn't support --whole-archive et. al.
  5293.       if $LD --help 2>&1 | egrep 'no-whole-archive' > /dev/null; then
  5294.     whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
  5295.       else
  5296.     whole_archive_flag_spec=
  5297.       fi
  5298.       ;;
  5299.     esac
  5300.   fi
  5301. else
  5302.   # PORTME fill in a description of your system's linker (not GNU ld)
  5303.   case $host_os in
  5304.   aix3*)
  5305.     allow_undefined_flag=unsupported
  5306.     always_export_symbols=yes
  5307.     archive_expsym_cmds='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname'
  5308.     # Note: this linker hardcodes the directories in LIBPATH if there
  5309.     # are no directories specified by -L.
  5310.     hardcode_minus_L=yes
  5311.     if test "$GCC" = yes && test -z "$link_static_flag"; then
  5312.       # Neither direct hardcoding nor static linking is supported with a
  5313.       # broken collect2.
  5314.       hardcode_direct=unsupported
  5315.     fi
  5316.     ;;
  5317.  
  5318.   aix4* | aix5*)
  5319.     if test "$host_cpu" = ia64; then
  5320.       # On IA64, the linker does run time linking by default, so we don't
  5321.       # have to do anything special.
  5322.       aix_use_runtimelinking=no
  5323.       exp_sym_flag='-Bexport'
  5324.       no_entry_flag=""
  5325.     else
  5326.       aix_use_runtimelinking=no
  5327.  
  5328.       # Test if we are trying to use run time linking or normal
  5329.       # AIX style linking. If -brtl is somewhere in LDFLAGS, we
  5330.       # need to do runtime linking.
  5331.       case $host_os in aix4.[23]|aix4.[23].*|aix5*)
  5332.     for ld_flag in $LDFLAGS; do
  5333.       case $ld_flag in
  5334.       *-brtl*)
  5335.         aix_use_runtimelinking=yes
  5336.         break
  5337.       ;;
  5338.       esac
  5339.     done
  5340.       esac
  5341.  
  5342.       exp_sym_flag='-bexport'
  5343.       no_entry_flag='-bnoentry'
  5344.     fi
  5345.  
  5346.     # When large executables or shared objects are built, AIX ld can
  5347.     # have problems creating the table of contents.  If linking a library
  5348.     # or program results in "error TOC overflow" add -mminimal-toc to
  5349.     # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
  5350.     # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
  5351.  
  5352.     hardcode_direct=yes
  5353.     archive_cmds=''
  5354.     hardcode_libdir_separator=':'
  5355.     if test "$GCC" = yes; then
  5356.       case $host_os in aix4.[012]|aix4.[012].*)
  5357.     collect2name=`${CC} -print-prog-name=collect2`
  5358.     if test -f "$collect2name" && \
  5359.       strings "$collect2name" | grep resolve_lib_name >/dev/null
  5360.     then
  5361.       # We have reworked collect2
  5362.       hardcode_direct=yes
  5363.     else
  5364.       # We have old collect2
  5365.       hardcode_direct=unsupported
  5366.       # It fails to find uninstalled libraries when the uninstalled
  5367.       # path is not listed in the libpath.  Setting hardcode_minus_L
  5368.       # to unsupported forces relinking
  5369.       hardcode_minus_L=yes
  5370.       hardcode_libdir_flag_spec='-L$libdir'
  5371.       hardcode_libdir_separator=
  5372.     fi
  5373.       esac
  5374.  
  5375.       shared_flag='-shared'
  5376.     else
  5377.       # not using gcc
  5378.       if test "$host_cpu" = ia64; then
  5379.     shared_flag='${wl}-G'
  5380.       else
  5381.     if test "$aix_use_runtimelinking" = yes; then
  5382.       shared_flag='${wl}-G'
  5383.     else
  5384.       shared_flag='${wl}-bM:SRE'
  5385.     fi
  5386.       fi
  5387.     fi
  5388.  
  5389.     # It seems that -bexpall can do strange things, so it is better to
  5390.     # generate a list of symbols to export.
  5391.     always_export_symbols=yes
  5392.     if test "$aix_use_runtimelinking" = yes; then
  5393.       # Warning - without using the other runtime loading flags (-brtl),
  5394.       # -berok will link without error, but may produce a broken library.
  5395.       allow_undefined_flag='-berok'
  5396.       hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:/usr/lib:/lib'
  5397.       archive_expsym_cmds="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols $shared_flag"
  5398.     else
  5399.       if test "$host_cpu" = ia64; then
  5400.     hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
  5401.     allow_undefined_flag="-z nodefs"
  5402.     archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname ${wl}-h$soname $libobjs $deplibs $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols"
  5403.       else
  5404.     hardcode_libdir_flag_spec='${wl}-bnolibpath ${wl}-blibpath:$libdir:/usr/lib:/lib'
  5405.     # Warning - without using the other run time loading flags,
  5406.     # -berok will link without error, but may produce a broken library.
  5407.     allow_undefined_flag='${wl}-berok'
  5408.     # This is a bit strange, but is similar to how AIX traditionally builds
  5409.     # it's shared libraries.
  5410.     archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols"' ~$AR -crlo $output_objdir/$libname$release.a $output_objdir/$soname'
  5411.       fi
  5412.     fi
  5413.     ;;
  5414.  
  5415.   amigaos*)
  5416.     archive_cmds='$rm $output_objdir/a2ixlibrary.data~$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
  5417.     hardcode_libdir_flag_spec='-L$libdir'
  5418.     hardcode_minus_L=yes
  5419.     # see comment about different semantics on the GNU ld section
  5420.     ld_shlibs=no
  5421.     ;;
  5422.  
  5423.   cygwin* | mingw* | pw32*)
  5424.     # When not using gcc, we currently assume that we are using
  5425.     # Microsoft Visual C++.
  5426.     # hardcode_libdir_flag_spec is actually meaningless, as there is
  5427.     # no search path for DLLs.
  5428.     hardcode_libdir_flag_spec=' '
  5429.     allow_undefined_flag=unsupported
  5430.     # Tell ltmain to make .lib files, not .a files.
  5431.     libext=lib
  5432.     # FIXME: Setting linknames here is a bad hack.
  5433.     archive_cmds='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | sed -e '\''s/ -lc$//'\''` -link -dll~linknames='
  5434.     # The linker will automatically build a .lib file if we build a DLL.
  5435.     old_archive_from_new_cmds='true'
  5436.     # FIXME: Should let the user specify the lib program.
  5437.     old_archive_cmds='lib /OUT:$oldlib$oldobjs$old_deplibs'
  5438.     fix_srcfile_path='`cygpath -w "$srcfile"`'
  5439.     ;;
  5440.  
  5441.   darwin* | rhapsody*)
  5442.     case "$host_os" in
  5443.     rhapsody* | darwin1.[012])
  5444.       allow_undefined_flag='-undefined suppress'
  5445.       ;;
  5446.     *) # Darwin 1.3 on
  5447.       allow_undefined_flag='-flat_namespace -undefined suppress'
  5448.       ;;
  5449.     esac
  5450.     # FIXME: Relying on posixy $() will cause problems for
  5451.     #        cross-compilation, but unfortunately the echo tests do not
  5452.     #        yet detect zsh echo's removal of \ escapes.  Also zsh mangles
  5453.     #         `"' quotes if we put them in here... so don't!
  5454.     archive_cmds='$CC -r -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs && $CC $(test .$module = .yes && echo -bundle || echo -dynamiclib) $allow_undefined_flag -o $lib ${lib}-master.o $deplibs$linker_flags $(test .$module != .yes && echo -install_name $rpath/$soname $verstring)'
  5455.     # We need to add '_' to the symbols in $export_symbols first
  5456.     #archive_expsym_cmds="$archive_cmds"' && strip -s $export_symbols'
  5457.     hardcode_direct=yes
  5458.     hardcode_shlibpath_var=no
  5459.     whole_archive_flag_spec='-all_load $convenience'
  5460.     ;;
  5461.  
  5462.   freebsd1*)
  5463.     ld_shlibs=no
  5464.     ;;
  5465.  
  5466.   # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
  5467.   # support.  Future versions do this automatically, but an explicit c++rt0.o
  5468.   # does not break anything, and helps significantly (at the cost of a little
  5469.   # extra space).
  5470.   freebsd2.2*)
  5471.     archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
  5472.     hardcode_libdir_flag_spec='-R$libdir'
  5473.     hardcode_direct=yes
  5474.     hardcode_shlibpath_var=no
  5475.     ;;
  5476.  
  5477.   # Unfortunately, older versions of FreeBSD 2 do not have this feature.
  5478.   freebsd2*)
  5479.     archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
  5480.     hardcode_direct=yes
  5481.     hardcode_minus_L=yes
  5482.     hardcode_shlibpath_var=no
  5483.     ;;
  5484.  
  5485.   # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
  5486.   freebsd*)
  5487.     archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
  5488.     hardcode_libdir_flag_spec='-R$libdir'
  5489.     hardcode_direct=yes
  5490.     hardcode_shlibpath_var=no
  5491.     ;;
  5492.  
  5493.   hpux9* | hpux10* | hpux11*)
  5494.     case $host_os in
  5495.     hpux9*) archive_cmds='$rm $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' ;;
  5496.     *) archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' ;;
  5497.     esac
  5498.     hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
  5499.     hardcode_libdir_separator=:
  5500.     hardcode_direct=yes
  5501.     hardcode_minus_L=yes # Not in the search PATH, but as the default
  5502.              # location of the library.
  5503.     export_dynamic_flag_spec='${wl}-E'
  5504.     ;;
  5505.  
  5506.   irix5* | irix6* | nonstopux*)
  5507.     if test "$GCC" = yes; then
  5508.       archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
  5509.       hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
  5510.     else
  5511.       archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
  5512.       hardcode_libdir_flag_spec='-rpath $libdir'
  5513.     fi
  5514.     hardcode_libdir_separator=:
  5515.     link_all_deplibs=yes
  5516.     ;;
  5517.  
  5518.   netbsd*)
  5519.     if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
  5520.       archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
  5521.     else
  5522.       archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags'      # ELF
  5523.     fi
  5524.     hardcode_libdir_flag_spec='-R$libdir'
  5525.     hardcode_direct=yes
  5526.     hardcode_shlibpath_var=no
  5527.     ;;
  5528.  
  5529.   newsos6)
  5530.     archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
  5531.     hardcode_direct=yes
  5532.     hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
  5533.     hardcode_libdir_separator=:
  5534.     hardcode_shlibpath_var=no
  5535.     ;;
  5536.  
  5537.   openbsd*)
  5538.     hardcode_direct=yes
  5539.     hardcode_shlibpath_var=no
  5540.     if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
  5541.       archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
  5542.       hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
  5543.       export_dynamic_flag_spec='${wl}-E'
  5544.     else
  5545.       case "$host_os" in
  5546.       openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
  5547.     archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
  5548.     hardcode_libdir_flag_spec='-R$libdir'
  5549.         ;;
  5550.       *)
  5551.         archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
  5552.         hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
  5553.         ;;
  5554.       esac
  5555.     fi
  5556.     ;;
  5557.  
  5558.   os2*)
  5559.     hardcode_libdir_flag_spec='-L$libdir'
  5560.     hardcode_minus_L=yes
  5561.     allow_undefined_flag=unsupported
  5562.     archive_cmds='$echo "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$echo "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~$echo DATA >> $output_objdir/$libname.def~$echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~$echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def'
  5563.     old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
  5564.     ;;
  5565.  
  5566.   osf3*)
  5567.     if test "$GCC" = yes; then
  5568.       allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
  5569.       archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
  5570.     else
  5571.       allow_undefined_flag=' -expect_unresolved \*'
  5572.       archive_cmds='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
  5573.     fi
  5574.     hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
  5575.     hardcode_libdir_separator=:
  5576.     ;;
  5577.  
  5578.   osf4* | osf5*)    # as osf3* with the addition of -msym flag
  5579.     if test "$GCC" = yes; then
  5580.       allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
  5581.       archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
  5582.       hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
  5583.     else
  5584.       allow_undefined_flag=' -expect_unresolved \*'
  5585.       archive_cmds='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
  5586.       archive_expsym_cmds='for i in `cat $export_symbols`; do printf "-exported_symbol " >> $lib.exp; echo "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~
  5587.       $LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib~$rm $lib.exp'
  5588.  
  5589.       #Both c and cxx compiler support -rpath directly
  5590.       hardcode_libdir_flag_spec='-rpath $libdir'
  5591.     fi
  5592.     hardcode_libdir_separator=:
  5593.     ;;
  5594.  
  5595.   sco3.2v5*)
  5596.     archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
  5597.     hardcode_shlibpath_var=no
  5598.     runpath_var=LD_RUN_PATH
  5599.     hardcode_runpath_var=yes
  5600.     export_dynamic_flag_spec='${wl}-Bexport'
  5601.     ;;
  5602.  
  5603.   solaris*)
  5604.     # gcc --version < 3.0 without binutils cannot create self contained
  5605.     # shared libraries reliably, requiring libgcc.a to resolve some of
  5606.     # the object symbols generated in some cases.  Libraries that use
  5607.     # assert need libgcc.a to resolve __eprintf, for example.  Linking
  5608.     # a copy of libgcc.a into every shared library to guarantee resolving
  5609.     # such symbols causes other problems:  According to Tim Van Holder
  5610.     # <tim.van.holder@pandora.be>, C++ libraries end up with a separate
  5611.     # (to the application) exception stack for one thing.
  5612.     no_undefined_flag=' -z defs'
  5613.     if test "$GCC" = yes; then
  5614.       case `$CC --version 2>/dev/null` in
  5615.       [12].*)
  5616.     cat <<EOF 1>&2
  5617.  
  5618. *** Warning: Releases of GCC earlier than version 3.0 cannot reliably
  5619. *** create self contained shared libraries on Solaris systems, without
  5620. *** introducing a dependency on libgcc.a.  Therefore, libtool is disabling
  5621. *** -no-undefined support, which will at least allow you to build shared
  5622. *** libraries.  However, you may find that when you link such libraries
  5623. *** into an application without using GCC, you have to manually add
  5624. *** \`gcc --print-libgcc-file-name\` to the link command.  We urge you to
  5625. *** upgrade to a newer version of GCC.  Another option is to rebuild your
  5626. *** current GCC to use the GNU linker from GNU binutils 2.9.1 or newer.
  5627.  
  5628. EOF
  5629.         no_undefined_flag=
  5630.     ;;
  5631.       esac
  5632.     fi
  5633.     # $CC -shared without GNU ld will not create a library from C++
  5634.     # object files and a static libstdc++, better avoid it by now
  5635.     archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
  5636.     archive_expsym_cmds='$echo "{ global:" > $lib.exp~cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
  5637.         $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
  5638.     hardcode_libdir_flag_spec='-R$libdir'
  5639.     hardcode_shlibpath_var=no
  5640.     case $host_os in
  5641.     solaris2.[0-5] | solaris2.[0-5].*) ;;
  5642.     *) # Supported since Solaris 2.6 (maybe 2.5.1?)
  5643.       whole_archive_flag_spec='-z allextract$convenience -z defaultextract' ;;
  5644.     esac
  5645.     link_all_deplibs=yes
  5646.     ;;
  5647.  
  5648.   sunos4*)
  5649.     if test "x$host_vendor" = xsequent; then
  5650.       # Use $CC to link under sequent, because it throws in some extra .o
  5651.       # files that make .init and .fini sections work.
  5652.       archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
  5653.     else
  5654.       archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
  5655.     fi
  5656.     hardcode_libdir_flag_spec='-L$libdir'
  5657.     hardcode_direct=yes
  5658.     hardcode_minus_L=yes
  5659.     hardcode_shlibpath_var=no
  5660.     ;;
  5661.  
  5662.   sysv4)
  5663.     case $host_vendor in
  5664.       sni)
  5665.         archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
  5666.         hardcode_direct=yes # is this really true???
  5667.         ;;
  5668.       siemens)
  5669.         ## LD is ld it makes a PLAMLIB
  5670.         ## CC just makes a GrossModule.
  5671.         archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
  5672.         reload_cmds='$CC -r -o $output$reload_objs'
  5673.         hardcode_direct=no
  5674.         ;;
  5675.       motorola)
  5676.         archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
  5677.         hardcode_direct=no #Motorola manual says yes, but my tests say they lie
  5678.         ;;
  5679.     esac
  5680.     runpath_var='LD_RUN_PATH'
  5681.     hardcode_shlibpath_var=no
  5682.     ;;
  5683.  
  5684.   sysv4.3*)
  5685.     archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
  5686.     hardcode_shlibpath_var=no
  5687.     export_dynamic_flag_spec='-Bexport'
  5688.     ;;
  5689.  
  5690.   sysv5*)
  5691.     no_undefined_flag=' -z text'
  5692.     # $CC -shared without GNU ld will not create a library from C++
  5693.     # object files and a static libstdc++, better avoid it by now
  5694.     archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
  5695.     archive_expsym_cmds='$echo "{ global:" > $lib.exp~cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
  5696.         $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
  5697.     hardcode_libdir_flag_spec=
  5698.     hardcode_shlibpath_var=no
  5699.     runpath_var='LD_RUN_PATH'
  5700.     ;;
  5701.  
  5702.   uts4*)
  5703.     archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
  5704.     hardcode_libdir_flag_spec='-L$libdir'
  5705.     hardcode_shlibpath_var=no
  5706.     ;;
  5707.  
  5708.   dgux*)
  5709.     archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
  5710.     hardcode_libdir_flag_spec='-L$libdir'
  5711.     hardcode_shlibpath_var=no
  5712.     ;;
  5713.  
  5714.   sysv4*MP*)
  5715.     if test -d /usr/nec; then
  5716.       archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
  5717.       hardcode_shlibpath_var=no
  5718.       runpath_var=LD_RUN_PATH
  5719.       hardcode_runpath_var=yes
  5720.       ld_shlibs=yes
  5721.     fi
  5722.     ;;
  5723.  
  5724.   sysv4.2uw2*)
  5725.     archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
  5726.     hardcode_direct=yes
  5727.     hardcode_minus_L=no
  5728.     hardcode_shlibpath_var=no
  5729.     hardcode_runpath_var=yes
  5730.     runpath_var=LD_RUN_PATH
  5731.     ;;
  5732.  
  5733.   sysv5uw7* | unixware7*)
  5734.     no_undefined_flag='${wl}-z ${wl}text'
  5735.     if test "$GCC" = yes; then
  5736.       archive_cmds='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
  5737.     else
  5738.       archive_cmds='$CC -G ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
  5739.     fi
  5740.     runpath_var='LD_RUN_PATH'
  5741.     hardcode_shlibpath_var=no
  5742.     ;;
  5743.  
  5744.   *)
  5745.     ld_shlibs=no
  5746.     ;;
  5747.   esac
  5748. fi
  5749. echo "$as_me:$LINENO: result: $ld_shlibs" >&5
  5750. echo "${ECHO_T}$ld_shlibs" >&6
  5751. test "$ld_shlibs" = no && can_build_shared=no
  5752.  
  5753. # Check hardcoding attributes.
  5754. echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
  5755. echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6
  5756. hardcode_action=
  5757. if test -n "$hardcode_libdir_flag_spec" || \
  5758.    test -n "$runpath_var"; then
  5759.  
  5760.   # We can hardcode non-existant directories.
  5761.   if test "$hardcode_direct" != no &&
  5762.      # If the only mechanism to avoid hardcoding is shlibpath_var, we
  5763.      # have to relink, otherwise we might link with an installed library
  5764.      # when we should be linking with a yet-to-be-installed one
  5765.      ## test "$hardcode_shlibpath_var" != no &&
  5766.      test "$hardcode_minus_L" != no; then
  5767.     # Linking always hardcodes the temporary library directory.
  5768.     hardcode_action=relink
  5769.   else
  5770.     # We can link without hardcoding, and we can hardcode nonexisting dirs.
  5771.     hardcode_action=immediate
  5772.   fi
  5773. else
  5774.   # We cannot hardcode anything, or else we can only hardcode existing
  5775.   # directories.
  5776.   hardcode_action=unsupported
  5777. fi
  5778. echo "$as_me:$LINENO: result: $hardcode_action" >&5
  5779. echo "${ECHO_T}$hardcode_action" >&6
  5780.  
  5781. striplib=
  5782. old_striplib=
  5783. echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5
  5784. echo $ECHO_N "checking whether stripping libraries is possible... $ECHO_C" >&6
  5785. if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then
  5786.   test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
  5787.   test -z "$striplib" && striplib="$STRIP --strip-unneeded"
  5788.   echo "$as_me:$LINENO: result: yes" >&5
  5789. echo "${ECHO_T}yes" >&6
  5790. else
  5791.   echo "$as_me:$LINENO: result: no" >&5
  5792. echo "${ECHO_T}no" >&6
  5793. fi
  5794.  
  5795. reload_cmds='$LD$reload_flag -o $output$reload_objs'
  5796. test -z "$deplibs_check_method" && deplibs_check_method=unknown
  5797.  
  5798. # PORTME Fill in your ld.so characteristics
  5799. echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
  5800. echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6
  5801. library_names_spec=
  5802. libname_spec='lib$name'
  5803. soname_spec=
  5804. postinstall_cmds=
  5805. postuninstall_cmds=
  5806. finish_cmds=
  5807. finish_eval=
  5808. shlibpath_var=
  5809. shlibpath_overrides_runpath=unknown
  5810. version_type=none
  5811. dynamic_linker="$host_os ld.so"
  5812. sys_lib_dlsearch_path_spec="/lib /usr/lib"
  5813. sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
  5814.  
  5815. case $host_os in
  5816. aix3*)
  5817.   version_type=linux
  5818.   library_names_spec='${libname}${release}.so$versuffix $libname.a'
  5819.   shlibpath_var=LIBPATH
  5820.  
  5821.   # AIX has no versioning support, so we append a major version to the name.
  5822.   soname_spec='${libname}${release}.so$major'
  5823.   ;;
  5824.  
  5825. aix4* | aix5*)
  5826.   version_type=linux
  5827.   need_lib_prefix=no
  5828.   need_version=no
  5829.   hardcode_into_libs=yes
  5830.   if test "$host_cpu" = ia64; then
  5831.     # AIX 5 supports IA64
  5832.     library_names_spec='${libname}${release}.so$major ${libname}${release}.so$versuffix $libname.so'
  5833.     shlibpath_var=LD_LIBRARY_PATH
  5834.   else
  5835.     # With GCC up to 2.95.x, collect2 would create an import file
  5836.     # for dependence libraries.  The import file would start with
  5837.     # the line `#! .'.  This would cause the generated library to
  5838.     # depend on `.', always an invalid library.  This was fixed in
  5839.     # development snapshots of GCC prior to 3.0.
  5840.     case $host_os in
  5841.       aix4 | aix4.[01] | aix4.[01].*)
  5842.     if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
  5843.          echo ' yes '
  5844.          echo '#endif'; } | ${CC} -E - | grep yes > /dev/null; then
  5845.       :
  5846.     else
  5847.       can_build_shared=no
  5848.     fi
  5849.     ;;
  5850.     esac
  5851.     # AIX (on Power*) has no versioning support, so currently we can
  5852.     # not hardcode correct soname into executable. Probably we can
  5853.     # add versioning support to collect2, so additional links can
  5854.     # be useful in future.
  5855.     if test "$aix_use_runtimelinking" = yes; then
  5856.       # If using run time linking (on AIX 4.2 or later) use lib<name>.so
  5857.       # instead of lib<name>.a to let people know that these are not
  5858.       # typical AIX shared libraries.
  5859.       library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so'
  5860.     else
  5861.       # We preserve .a as extension for shared libraries through AIX4.2
  5862.       # and later when we are not doing run time linking.
  5863.       library_names_spec='${libname}${release}.a $libname.a'
  5864.       soname_spec='${libname}${release}.so$major'
  5865.     fi
  5866.     shlibpath_var=LIBPATH
  5867.   fi
  5868.   hardcode_into_libs=yes
  5869.   ;;
  5870.  
  5871. amigaos*)
  5872.   library_names_spec='$libname.ixlibrary $libname.a'
  5873.   # Create ${libname}_ixlibrary.a entries in /sys/libs.
  5874.   finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "(cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a)"; (cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a) || exit 1; done'
  5875.   ;;
  5876.  
  5877. beos*)
  5878.   library_names_spec='${libname}.so'
  5879.   dynamic_linker="$host_os ld.so"
  5880.   shlibpath_var=LIBRARY_PATH
  5881.   ;;
  5882.  
  5883. bsdi4*)
  5884.   version_type=linux
  5885.   need_version=no
  5886.   library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so'
  5887.   soname_spec='${libname}${release}.so$major'
  5888.   finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
  5889.   shlibpath_var=LD_LIBRARY_PATH
  5890.   sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
  5891.   sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
  5892.   export_dynamic_flag_spec=-rdynamic
  5893.   # the default ld.so.conf also contains /usr/contrib/lib and
  5894.   # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
  5895.   # libtool to hard-code these into programs
  5896.   ;;
  5897.  
  5898. cygwin* | mingw* | pw32*)
  5899.   version_type=windows
  5900.   need_version=no
  5901.   need_lib_prefix=no
  5902.   case $GCC,$host_os in
  5903.   yes,cygwin*)
  5904.     library_names_spec='$libname.dll.a'
  5905.     soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | sed -e 's/[.]/-/g'`${versuffix}.dll'
  5906.     postinstall_cmds='dlpath=`bash 2>&1 -c '\''. $dir/${file}i;echo \$dlname'\''`~
  5907.       dldir=$destdir/`dirname \$dlpath`~
  5908.       test -d \$dldir || mkdir -p \$dldir~
  5909.       $install_prog .libs/$dlname \$dldir/$dlname'
  5910.     postuninstall_cmds='dldll=`bash 2>&1 -c '\''. $file; echo \$dlname'\''`~
  5911.       dlpath=$dir/\$dldll~
  5912.        $rm \$dlpath'
  5913.     ;;
  5914.   yes,mingw*)
  5915.     library_names_spec='${libname}`echo ${release} | sed -e 's/[.]/-/g'`${versuffix}.dll'
  5916.     sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | sed -e "s/^libraries://" -e "s/;/ /g" -e "s,=/,/,g"`
  5917.     ;;
  5918.   yes,pw32*)
  5919.     library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | sed -e 's/./-/g'`${versuffix}.dll'
  5920.     ;;
  5921.   *)
  5922.     library_names_spec='${libname}`echo ${release} | sed -e 's/[.]/-/g'`${versuffix}.dll $libname.lib'
  5923.     ;;
  5924.   esac
  5925.   dynamic_linker='Win32 ld.exe'
  5926.   # FIXME: first we should search . and the directory the executable is in
  5927.   shlibpath_var=PATH
  5928.   ;;
  5929.  
  5930. darwin* | rhapsody*)
  5931.   dynamic_linker="$host_os dyld"
  5932.   version_type=darwin
  5933.   need_lib_prefix=no
  5934.   need_version=no
  5935.   # FIXME: Relying on posixy $() will cause problems for
  5936.   #        cross-compilation, but unfortunately the echo tests do not
  5937.   #        yet detect zsh echo's removal of \ escapes.
  5938.   library_names_spec='${libname}${release}${versuffix}.$(test .$module = .yes && echo so || echo dylib) ${libname}${release}${major}.$(test .$module = .yes && echo so || echo dylib) ${libname}.$(test .$module = .yes && echo so || echo dylib)'
  5939.   soname_spec='${libname}${release}${major}.$(test .$module = .yes && echo so || echo dylib)'
  5940.   shlibpath_overrides_runpath=yes
  5941.   shlibpath_var=DYLD_LIBRARY_PATH
  5942.   ;;
  5943.  
  5944. freebsd1*)
  5945.   dynamic_linker=no
  5946.   ;;
  5947.  
  5948. freebsd*-gnu*)
  5949.   version_type=linux
  5950.   need_lib_prefix=no
  5951.   need_version=no
  5952.   library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so'
  5953.   soname_spec='${libname}${release}.so$major'
  5954.   shlibpath_var=LD_LIBRARY_PATH
  5955.   shlibpath_overrides_runpath=no
  5956.   hardcode_into_libs=yes
  5957.   dynamic_linker='GNU/FreeBSD ld.so'
  5958.   ;;
  5959.  
  5960. freebsd*)
  5961.   objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout`
  5962.   version_type=freebsd-$objformat
  5963.   case $version_type in
  5964.     freebsd-elf*)
  5965.       library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so $libname.so'
  5966.       need_version=no
  5967.       need_lib_prefix=no
  5968.       ;;
  5969.     freebsd-*)
  5970.       library_names_spec='${libname}${release}.so$versuffix $libname.so$versuffix'
  5971.       need_version=yes
  5972.       ;;
  5973.   esac
  5974.   shlibpath_var=LD_LIBRARY_PATH
  5975.   case $host_os in
  5976.   freebsd2*)
  5977.     shlibpath_overrides_runpath=yes
  5978.     ;;
  5979.   *)
  5980.     shlibpath_overrides_runpath=no
  5981.     hardcode_into_libs=yes
  5982.     ;;
  5983.   esac
  5984.   ;;
  5985.  
  5986. gnu*)
  5987.   version_type=linux
  5988.   need_lib_prefix=no
  5989.   need_version=no
  5990.   library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so${major} ${libname}.so'
  5991.   soname_spec='${libname}${release}.so$major'
  5992.   shlibpath_var=LD_LIBRARY_PATH
  5993.   hardcode_into_libs=yes
  5994.   ;;
  5995.  
  5996. hpux9* | hpux10* | hpux11*)
  5997.   # Give a soname corresponding to the major version so that dld.sl refuses to
  5998.   # link against other versions.
  5999.   dynamic_linker="$host_os dld.sl"
  6000.   version_type=sunos
  6001.   need_lib_prefix=no
  6002.   need_version=no
  6003.   shlibpath_var=SHLIB_PATH
  6004.   shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
  6005.   library_names_spec='${libname}${release}.sl$versuffix ${libname}${release}.sl$major $libname.sl'
  6006.   soname_spec='${libname}${release}.sl$major'
  6007.   # HP-UX runs *really* slowly unless shared libraries are mode 555.
  6008.   postinstall_cmds='chmod 555 $lib'
  6009.   ;;
  6010.  
  6011. irix5* | irix6* | nonstopux*)
  6012.   case $host_os in
  6013.     nonstopux*) version_type=nonstopux ;;
  6014.     *)          version_type=irix ;;
  6015.   esac
  6016.   need_lib_prefix=no
  6017.   need_version=no
  6018.   soname_spec='${libname}${release}.so$major'
  6019.   library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major ${libname}${release}.so $libname.so'
  6020.   case $host_os in
  6021.   irix5* | nonstopux*)
  6022.     libsuff= shlibsuff=
  6023.     ;;
  6024.   *)
  6025.     case $LD in # libtool.m4 will add one of these switches to LD
  6026.     *-32|*"-32 ") libsuff= shlibsuff= libmagic=32-bit;;
  6027.     *-n32|*"-n32 ") libsuff=32 shlibsuff=N32 libmagic=N32;;
  6028.     *-64|*"-64 ") libsuff=64 shlibsuff=64 libmagic=64-bit;;
  6029.     *) libsuff= shlibsuff= libmagic=never-match;;
  6030.     esac
  6031.     ;;
  6032.   esac
  6033.   shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
  6034.   shlibpath_overrides_runpath=no
  6035.   sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
  6036.   sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
  6037.   ;;
  6038.  
  6039. # No shared lib support for Linux oldld, aout, or coff.
  6040. linux-gnuoldld* | linux-gnuaout* | linux-gnucoff*)
  6041.   dynamic_linker=no
  6042.   ;;
  6043.  
  6044. # This must be Linux ELF.
  6045. linux-gnu*)
  6046.   version_type=linux
  6047.   need_lib_prefix=no
  6048.   need_version=no
  6049.   library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so'
  6050.   soname_spec='${libname}${release}.so$major'
  6051.   finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
  6052.   shlibpath_var=LD_LIBRARY_PATH
  6053.   shlibpath_overrides_runpath=no
  6054.   # This implies no fast_install, which is unacceptable.
  6055.   # Some rework will be needed to allow for fast_install
  6056.   # before this can be enabled.
  6057.   hardcode_into_libs=yes
  6058.  
  6059.   # We used to test for /lib/ld.so.1 and disable shared libraries on
  6060.   # powerpc, because MkLinux only supported shared libraries with the
  6061.   # GNU dynamic linker.  Since this was broken with cross compilers,
  6062.   # most powerpc-linux boxes support dynamic linking these days and
  6063.   # people can always --disable-shared, the test was removed, and we
  6064.   # assume the GNU/Linux dynamic linker is in use.
  6065.   dynamic_linker='GNU/Linux ld.so'
  6066.   ;;
  6067.  
  6068. netbsd*)
  6069.   version_type=sunos
  6070.   need_lib_prefix=no
  6071.   need_version=no
  6072.   if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
  6073.     library_names_spec='${libname}${release}.so$versuffix ${libname}.so$versuffix'
  6074.     finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
  6075.     dynamic_linker='NetBSD (a.out) ld.so'
  6076.   else
  6077.     library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major ${libname}${release}.so ${libname}.so'
  6078.     soname_spec='${libname}${release}.so$major'
  6079.     dynamic_linker='NetBSD ld.elf_so'
  6080.   fi
  6081.   shlibpath_var=LD_LIBRARY_PATH
  6082.   shlibpath_overrides_runpath=yes
  6083.   hardcode_into_libs=yes
  6084.   ;;
  6085.  
  6086. newsos6)
  6087.   version_type=linux
  6088.   library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so'
  6089.   shlibpath_var=LD_LIBRARY_PATH
  6090.   shlibpath_overrides_runpath=yes
  6091.   ;;
  6092.  
  6093. openbsd*)
  6094.   version_type=sunos
  6095.   need_lib_prefix=no
  6096.   need_version=no
  6097.   if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
  6098.     case "$host_os" in
  6099.     openbsd2.[89] | openbsd2.[89].*)
  6100.       shlibpath_overrides_runpath=no
  6101.       ;;
  6102.     *)
  6103.       shlibpath_overrides_runpath=yes
  6104.       ;;
  6105.     esac
  6106.   else
  6107.     shlibpath_overrides_runpath=yes
  6108.   fi
  6109.   library_names_spec='${libname}${release}.so$versuffix ${libname}.so$versuffix'
  6110.   finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
  6111.   shlibpath_var=LD_LIBRARY_PATH
  6112.   ;;
  6113.  
  6114. os2*)
  6115.   libname_spec='$name'
  6116.   need_lib_prefix=no
  6117.   library_names_spec='$libname.dll $libname.a'
  6118.   dynamic_linker='OS/2 ld.exe'
  6119.   shlibpath_var=LIBPATH
  6120.   ;;
  6121.  
  6122. osf3* | osf4* | osf5*)
  6123.   version_type=osf
  6124.   need_version=no
  6125.   need_lib_prefix=no
  6126.   soname_spec='${libname}${release}.so$major'
  6127.   library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so'
  6128.   shlibpath_var=LD_LIBRARY_PATH
  6129.   sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
  6130.   sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
  6131.   hardcode_into_libs=yes
  6132.   ;;
  6133.  
  6134. sco3.2v5*)
  6135.   version_type=osf
  6136.   soname_spec='${libname}${release}.so$major'
  6137.   library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so'
  6138.   shlibpath_var=LD_LIBRARY_PATH
  6139.   ;;
  6140.  
  6141. solaris*)
  6142.   version_type=linux
  6143.   need_lib_prefix=no
  6144.   need_version=no
  6145.   library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so'
  6146.   soname_spec='${libname}${release}.so$major'
  6147.   shlibpath_var=LD_LIBRARY_PATH
  6148.   shlibpath_overrides_runpath=yes
  6149.   hardcode_into_libs=yes
  6150.   # ldd complains unless libraries are executable
  6151.   postinstall_cmds='chmod +x $lib'
  6152.   ;;
  6153.  
  6154. sunos4*)
  6155.   version_type=sunos
  6156.   library_names_spec='${libname}${release}.so$versuffix ${libname}.so$versuffix'
  6157.   finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
  6158.   shlibpath_var=LD_LIBRARY_PATH
  6159.   shlibpath_overrides_runpath=yes
  6160.   if test "$with_gnu_ld" = yes; then
  6161.     need_lib_prefix=no
  6162.   fi
  6163.   need_version=yes
  6164.   ;;
  6165.  
  6166. sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
  6167.   version_type=linux
  6168.   library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so'
  6169.   soname_spec='${libname}${release}.so$major'
  6170.   shlibpath_var=LD_LIBRARY_PATH
  6171.   case $host_vendor in
  6172.     sni)
  6173.       shlibpath_overrides_runpath=no
  6174.       need_lib_prefix=no
  6175.       export_dynamic_flag_spec='${wl}-Blargedynsym'
  6176.       runpath_var=LD_RUN_PATH
  6177.       ;;
  6178.     siemens)
  6179.       need_lib_prefix=no
  6180.       ;;
  6181.     motorola)
  6182.       need_lib_prefix=no
  6183.       need_version=no
  6184.       shlibpath_overrides_runpath=no
  6185.       sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
  6186.       ;;
  6187.   esac
  6188.   ;;
  6189.  
  6190. uts4*)
  6191.   version_type=linux
  6192.   library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so'
  6193.   soname_spec='${libname}${release}.so$major'
  6194.   shlibpath_var=LD_LIBRARY_PATH
  6195.   ;;
  6196.  
  6197. dgux*)
  6198.   version_type=linux
  6199.   need_lib_prefix=no
  6200.   need_version=no
  6201.   library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so'
  6202.   soname_spec='${libname}${release}.so$major'
  6203.   shlibpath_var=LD_LIBRARY_PATH
  6204.   ;;
  6205.  
  6206. sysv4*MP*)
  6207.   if test -d /usr/nec ;then
  6208.     version_type=linux
  6209.     library_names_spec='$libname.so.$versuffix $libname.so.$major $libname.so'
  6210.     soname_spec='$libname.so.$major'
  6211.     shlibpath_var=LD_LIBRARY_PATH
  6212.   fi
  6213.   ;;
  6214.  
  6215. *)
  6216.   dynamic_linker=no
  6217.   ;;
  6218. esac
  6219. echo "$as_me:$LINENO: result: $dynamic_linker" >&5
  6220. echo "${ECHO_T}$dynamic_linker" >&6
  6221. test "$dynamic_linker" = no && can_build_shared=no
  6222.  
  6223. # Report the final consequences.
  6224. echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5
  6225. echo $ECHO_N "checking if libtool supports shared libraries... $ECHO_C" >&6
  6226. echo "$as_me:$LINENO: result: $can_build_shared" >&5
  6227. echo "${ECHO_T}$can_build_shared" >&6
  6228.  
  6229. echo "$as_me:$LINENO: checking whether to build shared libraries" >&5
  6230. echo $ECHO_N "checking whether to build shared libraries... $ECHO_C" >&6
  6231. test "$can_build_shared" = "no" && enable_shared=no
  6232.  
  6233. # On AIX, shared libraries and static libraries use the same namespace, and
  6234. # are all built from PIC.
  6235. case "$host_os" in
  6236. aix3*)
  6237.   test "$enable_shared" = yes && enable_static=no
  6238.   if test -n "$RANLIB"; then
  6239.     archive_cmds="$archive_cmds~\$RANLIB \$lib"
  6240.     postinstall_cmds='$RANLIB $lib'
  6241.   fi
  6242.   ;;
  6243.  
  6244. aix4*)
  6245.   if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
  6246.     test "$enable_shared" = yes && enable_static=no
  6247.   fi
  6248.   ;;
  6249. esac
  6250. echo "$as_me:$LINENO: result: $enable_shared" >&5
  6251. echo "${ECHO_T}$enable_shared" >&6
  6252.  
  6253. echo "$as_me:$LINENO: checking whether to build static libraries" >&5
  6254. echo $ECHO_N "checking whether to build static libraries... $ECHO_C" >&6
  6255. # Make sure either enable_shared or enable_static is yes.
  6256. test "$enable_shared" = yes || enable_static=yes
  6257. echo "$as_me:$LINENO: result: $enable_static" >&5
  6258. echo "${ECHO_T}$enable_static" >&6
  6259.  
  6260. if test "$hardcode_action" = relink; then
  6261.   # Fast installation is not supported
  6262.   enable_fast_install=no
  6263. elif test "$shlibpath_overrides_runpath" = yes ||
  6264.      test "$enable_shared" = no; then
  6265.   # Fast installation is not necessary
  6266.   enable_fast_install=needless
  6267. fi
  6268.  
  6269. variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
  6270. if test "$GCC" = yes; then
  6271.   variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
  6272. fi
  6273.  
  6274. if test "x$enable_dlopen" != xyes; then
  6275.   enable_dlopen=unknown
  6276.   enable_dlopen_self=unknown
  6277.   enable_dlopen_self_static=unknown
  6278. else
  6279.   lt_cv_dlopen=no
  6280.   lt_cv_dlopen_libs=
  6281.  
  6282.   case $host_os in
  6283.   beos*)
  6284.     lt_cv_dlopen="load_add_on"
  6285.     lt_cv_dlopen_libs=
  6286.     lt_cv_dlopen_self=yes
  6287.     ;;
  6288.  
  6289.   cygwin* | mingw* | pw32*)
  6290.     lt_cv_dlopen="LoadLibrary"
  6291.     lt_cv_dlopen_libs=
  6292.    ;;
  6293.  
  6294.   *)
  6295.     echo "$as_me:$LINENO: checking for shl_load" >&5
  6296. echo $ECHO_N "checking for shl_load... $ECHO_C" >&6
  6297. if test "${ac_cv_func_shl_load+set}" = set; then
  6298.   echo $ECHO_N "(cached) $ECHO_C" >&6
  6299. else
  6300.   cat >conftest.$ac_ext <<_ACEOF
  6301. #line $LINENO "configure"
  6302. /* confdefs.h.  */
  6303. _ACEOF
  6304. cat confdefs.h >>conftest.$ac_ext
  6305. cat >>conftest.$ac_ext <<_ACEOF
  6306. /* end confdefs.h.  */
  6307. /* System header to define __stub macros and hopefully few prototypes,
  6308.     which can conflict with char shl_load (); below.
  6309.     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  6310.     <limits.h> exists even on freestanding compilers.  */
  6311. #ifdef __STDC__
  6312. # include <limits.h>
  6313. #else
  6314. # include <assert.h>
  6315. #endif
  6316. /* Override any gcc2 internal prototype to avoid an error.  */
  6317. #ifdef __cplusplus
  6318. extern "C"
  6319. {
  6320. #endif
  6321. /* We use char because int might match the return type of a gcc2
  6322.    builtin and then its argument prototype would still apply.  */
  6323. char shl_load ();
  6324. /* The GNU C library defines this for functions which it implements
  6325.     to always fail with ENOSYS.  Some functions are actually named
  6326.     something starting with __ and the normal name is an alias.  */
  6327. #if defined (__stub_shl_load) || defined (__stub___shl_load)
  6328. choke me
  6329. #else
  6330. char (*f) () = shl_load;
  6331. #endif
  6332. #ifdef __cplusplus
  6333. }
  6334. #endif
  6335.  
  6336. int
  6337. main ()
  6338. {
  6339. return f != shl_load;
  6340.   ;
  6341.   return 0;
  6342. }
  6343. _ACEOF
  6344. rm -f conftest.$ac_objext conftest$ac_exeext
  6345. if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  6346.   (eval $ac_link) 2>&5
  6347.   ac_status=$?
  6348.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  6349.   (exit $ac_status); } &&
  6350.          { ac_try='test -s conftest$ac_exeext'
  6351.   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  6352.   (eval $ac_try) 2>&5
  6353.   ac_status=$?
  6354.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  6355.   (exit $ac_status); }; }; then
  6356.   ac_cv_func_shl_load=yes
  6357. else
  6358.   echo "$as_me: failed program was:" >&5
  6359. sed 's/^/| /' conftest.$ac_ext >&5
  6360.  
  6361. ac_cv_func_shl_load=no
  6362. fi
  6363. rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  6364. fi
  6365. echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5
  6366. echo "${ECHO_T}$ac_cv_func_shl_load" >&6
  6367. if test $ac_cv_func_shl_load = yes; then
  6368.   lt_cv_dlopen="shl_load"
  6369. else
  6370.   echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5
  6371. echo $ECHO_N "checking for shl_load in -ldld... $ECHO_C" >&6
  6372. if test "${ac_cv_lib_dld_shl_load+set}" = set; then
  6373.   echo $ECHO_N "(cached) $ECHO_C" >&6
  6374. else
  6375.   ac_check_lib_save_LIBS=$LIBS
  6376. LIBS="-ldld  $LIBS"
  6377. cat >conftest.$ac_ext <<_ACEOF
  6378. #line $LINENO "configure"
  6379. /* confdefs.h.  */
  6380. _ACEOF
  6381. cat confdefs.h >>conftest.$ac_ext
  6382. cat >>conftest.$ac_ext <<_ACEOF
  6383. /* end confdefs.h.  */
  6384.  
  6385. /* Override any gcc2 internal prototype to avoid an error.  */
  6386. #ifdef __cplusplus
  6387. extern "C"
  6388. #endif
  6389. /* We use char because int might match the return type of a gcc2
  6390.    builtin and then its argument prototype would still apply.  */
  6391. char shl_load ();
  6392. int
  6393. main ()
  6394. {
  6395. shl_load ();
  6396.   ;
  6397.   return 0;
  6398. }
  6399. _ACEOF
  6400. rm -f conftest.$ac_objext conftest$ac_exeext
  6401. if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  6402.   (eval $ac_link) 2>&5
  6403.   ac_status=$?
  6404.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  6405.   (exit $ac_status); } &&
  6406.          { ac_try='test -s conftest$ac_exeext'
  6407.   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  6408.   (eval $ac_try) 2>&5
  6409.   ac_status=$?
  6410.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  6411.   (exit $ac_status); }; }; then
  6412.   ac_cv_lib_dld_shl_load=yes
  6413. else
  6414.   echo "$as_me: failed program was:" >&5
  6415. sed 's/^/| /' conftest.$ac_ext >&5
  6416.  
  6417. ac_cv_lib_dld_shl_load=no
  6418. fi
  6419. rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  6420. LIBS=$ac_check_lib_save_LIBS
  6421. fi
  6422. echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
  6423. echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6
  6424. if test $ac_cv_lib_dld_shl_load = yes; then
  6425.   lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-dld"
  6426. else
  6427.   echo "$as_me:$LINENO: checking for dlopen" >&5
  6428. echo $ECHO_N "checking for dlopen... $ECHO_C" >&6
  6429. if test "${ac_cv_func_dlopen+set}" = set; then
  6430.   echo $ECHO_N "(cached) $ECHO_C" >&6
  6431. else
  6432.   cat >conftest.$ac_ext <<_ACEOF
  6433. #line $LINENO "configure"
  6434. /* confdefs.h.  */
  6435. _ACEOF
  6436. cat confdefs.h >>conftest.$ac_ext
  6437. cat >>conftest.$ac_ext <<_ACEOF
  6438. /* end confdefs.h.  */
  6439. /* System header to define __stub macros and hopefully few prototypes,
  6440.     which can conflict with char dlopen (); below.
  6441.     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  6442.     <limits.h> exists even on freestanding compilers.  */
  6443. #ifdef __STDC__
  6444. # include <limits.h>
  6445. #else
  6446. # include <assert.h>
  6447. #endif
  6448. /* Override any gcc2 internal prototype to avoid an error.  */
  6449. #ifdef __cplusplus
  6450. extern "C"
  6451. {
  6452. #endif
  6453. /* We use char because int might match the return type of a gcc2
  6454.    builtin and then its argument prototype would still apply.  */
  6455. char dlopen ();
  6456. /* The GNU C library defines this for functions which it implements
  6457.     to always fail with ENOSYS.  Some functions are actually named
  6458.     something starting with __ and the normal name is an alias.  */
  6459. #if defined (__stub_dlopen) || defined (__stub___dlopen)
  6460. choke me
  6461. #else
  6462. char (*f) () = dlopen;
  6463. #endif
  6464. #ifdef __cplusplus
  6465. }
  6466. #endif
  6467.  
  6468. int
  6469. main ()
  6470. {
  6471. return f != dlopen;
  6472.   ;
  6473.   return 0;
  6474. }
  6475. _ACEOF
  6476. rm -f conftest.$ac_objext conftest$ac_exeext
  6477. if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  6478.   (eval $ac_link) 2>&5
  6479.   ac_status=$?
  6480.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  6481.   (exit $ac_status); } &&
  6482.          { ac_try='test -s conftest$ac_exeext'
  6483.   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  6484.   (eval $ac_try) 2>&5
  6485.   ac_status=$?
  6486.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  6487.   (exit $ac_status); }; }; then
  6488.   ac_cv_func_dlopen=yes
  6489. else
  6490.   echo "$as_me: failed program was:" >&5
  6491. sed 's/^/| /' conftest.$ac_ext >&5
  6492.  
  6493. ac_cv_func_dlopen=no
  6494. fi
  6495. rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  6496. fi
  6497. echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5
  6498. echo "${ECHO_T}$ac_cv_func_dlopen" >&6
  6499. if test $ac_cv_func_dlopen = yes; then
  6500.   lt_cv_dlopen="dlopen"
  6501. else
  6502.   echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
  6503. echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
  6504. if test "${ac_cv_lib_dl_dlopen+set}" = set; then
  6505.   echo $ECHO_N "(cached) $ECHO_C" >&6
  6506. else
  6507.   ac_check_lib_save_LIBS=$LIBS
  6508. LIBS="-ldl  $LIBS"
  6509. cat >conftest.$ac_ext <<_ACEOF
  6510. #line $LINENO "configure"
  6511. /* confdefs.h.  */
  6512. _ACEOF
  6513. cat confdefs.h >>conftest.$ac_ext
  6514. cat >>conftest.$ac_ext <<_ACEOF
  6515. /* end confdefs.h.  */
  6516.  
  6517. /* Override any gcc2 internal prototype to avoid an error.  */
  6518. #ifdef __cplusplus
  6519. extern "C"
  6520. #endif
  6521. /* We use char because int might match the return type of a gcc2
  6522.    builtin and then its argument prototype would still apply.  */
  6523. char dlopen ();
  6524. int
  6525. main ()
  6526. {
  6527. dlopen ();
  6528.   ;
  6529.   return 0;
  6530. }
  6531. _ACEOF
  6532. rm -f conftest.$ac_objext conftest$ac_exeext
  6533. if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  6534.   (eval $ac_link) 2>&5
  6535.   ac_status=$?
  6536.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  6537.   (exit $ac_status); } &&
  6538.          { ac_try='test -s conftest$ac_exeext'
  6539.   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  6540.   (eval $ac_try) 2>&5
  6541.   ac_status=$?
  6542.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  6543.   (exit $ac_status); }; }; then
  6544.   ac_cv_lib_dl_dlopen=yes
  6545. else
  6546.   echo "$as_me: failed program was:" >&5
  6547. sed 's/^/| /' conftest.$ac_ext >&5
  6548.  
  6549. ac_cv_lib_dl_dlopen=no
  6550. fi
  6551. rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  6552. LIBS=$ac_check_lib_save_LIBS
  6553. fi
  6554. echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
  6555. echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
  6556. if test $ac_cv_lib_dl_dlopen = yes; then
  6557.   lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
  6558. else
  6559.   echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5
  6560. echo $ECHO_N "checking for dlopen in -lsvld... $ECHO_C" >&6
  6561. if test "${ac_cv_lib_svld_dlopen+set}" = set; then
  6562.   echo $ECHO_N "(cached) $ECHO_C" >&6
  6563. else
  6564.   ac_check_lib_save_LIBS=$LIBS
  6565. LIBS="-lsvld  $LIBS"
  6566. cat >conftest.$ac_ext <<_ACEOF
  6567. #line $LINENO "configure"
  6568. /* confdefs.h.  */
  6569. _ACEOF
  6570. cat confdefs.h >>conftest.$ac_ext
  6571. cat >>conftest.$ac_ext <<_ACEOF
  6572. /* end confdefs.h.  */
  6573.  
  6574. /* Override any gcc2 internal prototype to avoid an error.  */
  6575. #ifdef __cplusplus
  6576. extern "C"
  6577. #endif
  6578. /* We use char because int might match the return type of a gcc2
  6579.    builtin and then its argument prototype would still apply.  */
  6580. char dlopen ();
  6581. int
  6582. main ()
  6583. {
  6584. dlopen ();
  6585.   ;
  6586.   return 0;
  6587. }
  6588. _ACEOF
  6589. rm -f conftest.$ac_objext conftest$ac_exeext
  6590. if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  6591.   (eval $ac_link) 2>&5
  6592.   ac_status=$?
  6593.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  6594.   (exit $ac_status); } &&
  6595.          { ac_try='test -s conftest$ac_exeext'
  6596.   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  6597.   (eval $ac_try) 2>&5
  6598.   ac_status=$?
  6599.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  6600.   (exit $ac_status); }; }; then
  6601.   ac_cv_lib_svld_dlopen=yes
  6602. else
  6603.   echo "$as_me: failed program was:" >&5
  6604. sed 's/^/| /' conftest.$ac_ext >&5
  6605.  
  6606. ac_cv_lib_svld_dlopen=no
  6607. fi
  6608. rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  6609. LIBS=$ac_check_lib_save_LIBS
  6610. fi
  6611. echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5
  6612. echo "${ECHO_T}$ac_cv_lib_svld_dlopen" >&6
  6613. if test $ac_cv_lib_svld_dlopen = yes; then
  6614.   lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
  6615. else
  6616.   echo "$as_me:$LINENO: checking for dld_link in -ldld" >&5
  6617. echo $ECHO_N "checking for dld_link in -ldld... $ECHO_C" >&6
  6618. if test "${ac_cv_lib_dld_dld_link+set}" = set; then
  6619.   echo $ECHO_N "(cached) $ECHO_C" >&6
  6620. else
  6621.   ac_check_lib_save_LIBS=$LIBS
  6622. LIBS="-ldld  $LIBS"
  6623. cat >conftest.$ac_ext <<_ACEOF
  6624. #line $LINENO "configure"
  6625. /* confdefs.h.  */
  6626. _ACEOF
  6627. cat confdefs.h >>conftest.$ac_ext
  6628. cat >>conftest.$ac_ext <<_ACEOF
  6629. /* end confdefs.h.  */
  6630.  
  6631. /* Override any gcc2 internal prototype to avoid an error.  */
  6632. #ifdef __cplusplus
  6633. extern "C"
  6634. #endif
  6635. /* We use char because int might match the return type of a gcc2
  6636.    builtin and then its argument prototype would still apply.  */
  6637. char dld_link ();
  6638. int
  6639. main ()
  6640. {
  6641. dld_link ();
  6642.   ;
  6643.   return 0;
  6644. }
  6645. _ACEOF
  6646. rm -f conftest.$ac_objext conftest$ac_exeext
  6647. if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  6648.   (eval $ac_link) 2>&5
  6649.   ac_status=$?
  6650.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  6651.   (exit $ac_status); } &&
  6652.          { ac_try='test -s conftest$ac_exeext'
  6653.   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  6654.   (eval $ac_try) 2>&5
  6655.   ac_status=$?
  6656.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  6657.   (exit $ac_status); }; }; then
  6658.   ac_cv_lib_dld_dld_link=yes
  6659. else
  6660.   echo "$as_me: failed program was:" >&5
  6661. sed 's/^/| /' conftest.$ac_ext >&5
  6662.  
  6663. ac_cv_lib_dld_dld_link=no
  6664. fi
  6665. rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  6666. LIBS=$ac_check_lib_save_LIBS
  6667. fi
  6668. echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5
  6669. echo "${ECHO_T}$ac_cv_lib_dld_dld_link" >&6
  6670. if test $ac_cv_lib_dld_dld_link = yes; then
  6671.   lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"
  6672. fi
  6673.  
  6674.  
  6675. fi
  6676.  
  6677.  
  6678. fi
  6679.  
  6680.  
  6681. fi
  6682.  
  6683.  
  6684. fi
  6685.  
  6686.  
  6687. fi
  6688.  
  6689.     ;;
  6690.   esac
  6691.  
  6692.   if test "x$lt_cv_dlopen" != xno; then
  6693.     enable_dlopen=yes
  6694.   else
  6695.     enable_dlopen=no
  6696.   fi
  6697.  
  6698.   case $lt_cv_dlopen in
  6699.   dlopen)
  6700.     save_CPPFLAGS="$CPPFLAGS"
  6701.         test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
  6702.  
  6703.     save_LDFLAGS="$LDFLAGS"
  6704.     eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
  6705.  
  6706.     save_LIBS="$LIBS"
  6707.     LIBS="$lt_cv_dlopen_libs $LIBS"
  6708.  
  6709.     echo "$as_me:$LINENO: checking whether a program can dlopen itself" >&5
  6710. echo $ECHO_N "checking whether a program can dlopen itself... $ECHO_C" >&6
  6711. if test "${lt_cv_dlopen_self+set}" = set; then
  6712.   echo $ECHO_N "(cached) $ECHO_C" >&6
  6713. else
  6714.         if test "$cross_compiling" = yes; then :
  6715.   lt_cv_dlopen_self=cross
  6716. else
  6717.     lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
  6718.   lt_status=$lt_dlunknown
  6719.   cat > conftest.$ac_ext <<EOF
  6720. #line 6720 "configure"
  6721. #include "confdefs.h"
  6722.  
  6723. #if HAVE_DLFCN_H
  6724. #include <dlfcn.h>
  6725. #endif
  6726.  
  6727. #include <stdio.h>
  6728.  
  6729. #ifdef RTLD_GLOBAL
  6730. #  define LT_DLGLOBAL        RTLD_GLOBAL
  6731. #else
  6732. #  ifdef DL_GLOBAL
  6733. #    define LT_DLGLOBAL        DL_GLOBAL
  6734. #  else
  6735. #    define LT_DLGLOBAL        0
  6736. #  endif
  6737. #endif
  6738.  
  6739. /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
  6740.    find out it does not work in some platform. */
  6741. #ifndef LT_DLLAZY_OR_NOW
  6742. #  ifdef RTLD_LAZY
  6743. #    define LT_DLLAZY_OR_NOW        RTLD_LAZY
  6744. #  else
  6745. #    ifdef DL_LAZY
  6746. #      define LT_DLLAZY_OR_NOW        DL_LAZY
  6747. #    else
  6748. #      ifdef RTLD_NOW
  6749. #        define LT_DLLAZY_OR_NOW    RTLD_NOW
  6750. #      else
  6751. #        ifdef DL_NOW
  6752. #          define LT_DLLAZY_OR_NOW    DL_NOW
  6753. #        else
  6754. #          define LT_DLLAZY_OR_NOW    0
  6755. #        endif
  6756. #      endif
  6757. #    endif
  6758. #  endif
  6759. #endif
  6760.  
  6761. #ifdef __cplusplus
  6762. extern "C" void exit (int);
  6763. #endif
  6764.  
  6765. void fnord() { int i=42;}
  6766. int main ()
  6767. {
  6768.   void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
  6769.   int status = $lt_dlunknown;
  6770.  
  6771.   if (self)
  6772.     {
  6773.       if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
  6774.       else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
  6775.       /* dlclose (self); */
  6776.     }
  6777.  
  6778.     exit (status);
  6779. }
  6780. EOF
  6781.   if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  6782.   (eval $ac_link) 2>&5
  6783.   ac_status=$?
  6784.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  6785.   (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
  6786.     (./conftest; exit; ) 2>/dev/null
  6787.     lt_status=$?
  6788.     case x$lt_status in
  6789.       x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
  6790.       x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
  6791.       x$lt_unknown|x*) lt_cv_dlopen_self=no ;;
  6792.     esac
  6793.   else :
  6794.     # compilation failed
  6795.     lt_cv_dlopen_self=no
  6796.   fi
  6797. fi
  6798. rm -fr conftest*
  6799.  
  6800.  
  6801. fi
  6802. echo "$as_me:$LINENO: result: $lt_cv_dlopen_self" >&5
  6803. echo "${ECHO_T}$lt_cv_dlopen_self" >&6
  6804.  
  6805.     if test "x$lt_cv_dlopen_self" = xyes; then
  6806.       LDFLAGS="$LDFLAGS $link_static_flag"
  6807.       echo "$as_me:$LINENO: checking whether a statically linked program can dlopen itself" >&5
  6808. echo $ECHO_N "checking whether a statically linked program can dlopen itself... $ECHO_C" >&6
  6809. if test "${lt_cv_dlopen_self_static+set}" = set; then
  6810.   echo $ECHO_N "(cached) $ECHO_C" >&6
  6811. else
  6812.         if test "$cross_compiling" = yes; then :
  6813.   lt_cv_dlopen_self_static=cross
  6814. else
  6815.     lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
  6816.   lt_status=$lt_dlunknown
  6817.   cat > conftest.$ac_ext <<EOF
  6818. #line 6818 "configure"
  6819. #include "confdefs.h"
  6820.  
  6821. #if HAVE_DLFCN_H
  6822. #include <dlfcn.h>
  6823. #endif
  6824.  
  6825. #include <stdio.h>
  6826.  
  6827. #ifdef RTLD_GLOBAL
  6828. #  define LT_DLGLOBAL        RTLD_GLOBAL
  6829. #else
  6830. #  ifdef DL_GLOBAL
  6831. #    define LT_DLGLOBAL        DL_GLOBAL
  6832. #  else
  6833. #    define LT_DLGLOBAL        0
  6834. #  endif
  6835. #endif
  6836.  
  6837. /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
  6838.    find out it does not work in some platform. */
  6839. #ifndef LT_DLLAZY_OR_NOW
  6840. #  ifdef RTLD_LAZY
  6841. #    define LT_DLLAZY_OR_NOW        RTLD_LAZY
  6842. #  else
  6843. #    ifdef DL_LAZY
  6844. #      define LT_DLLAZY_OR_NOW        DL_LAZY
  6845. #    else
  6846. #      ifdef RTLD_NOW
  6847. #        define LT_DLLAZY_OR_NOW    RTLD_NOW
  6848. #      else
  6849. #        ifdef DL_NOW
  6850. #          define LT_DLLAZY_OR_NOW    DL_NOW
  6851. #        else
  6852. #          define LT_DLLAZY_OR_NOW    0
  6853. #        endif
  6854. #      endif
  6855. #    endif
  6856. #  endif
  6857. #endif
  6858.  
  6859. #ifdef __cplusplus
  6860. extern "C" void exit (int);
  6861. #endif
  6862.  
  6863. void fnord() { int i=42;}
  6864. int main ()
  6865. {
  6866.   void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
  6867.   int status = $lt_dlunknown;
  6868.  
  6869.   if (self)
  6870.     {
  6871.       if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
  6872.       else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
  6873.       /* dlclose (self); */
  6874.     }
  6875.  
  6876.     exit (status);
  6877. }
  6878. EOF
  6879.   if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  6880.   (eval $ac_link) 2>&5
  6881.   ac_status=$?
  6882.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  6883.   (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
  6884.     (./conftest; exit; ) 2>/dev/null
  6885.     lt_status=$?
  6886.     case x$lt_status in
  6887.       x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
  6888.       x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
  6889.       x$lt_unknown|x*) lt_cv_dlopen_self_static=no ;;
  6890.     esac
  6891.   else :
  6892.     # compilation failed
  6893.     lt_cv_dlopen_self_static=no
  6894.   fi
  6895. fi
  6896. rm -fr conftest*
  6897.  
  6898.  
  6899. fi
  6900. echo "$as_me:$LINENO: result: $lt_cv_dlopen_self_static" >&5
  6901. echo "${ECHO_T}$lt_cv_dlopen_self_static" >&6
  6902.     fi
  6903.  
  6904.     CPPFLAGS="$save_CPPFLAGS"
  6905.     LDFLAGS="$save_LDFLAGS"
  6906.     LIBS="$save_LIBS"
  6907.     ;;
  6908.   esac
  6909.  
  6910.   case $lt_cv_dlopen_self in
  6911.   yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
  6912.   *) enable_dlopen_self=unknown ;;
  6913.   esac
  6914.  
  6915.   case $lt_cv_dlopen_self_static in
  6916.   yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
  6917.   *) enable_dlopen_self_static=unknown ;;
  6918.   esac
  6919. fi
  6920.  
  6921.  
  6922. if test "$enable_shared" = yes && test "$GCC" = yes; then
  6923.   case $archive_cmds in
  6924.   *'~'*)
  6925.     # FIXME: we may have to deal with multi-command sequences.
  6926.     ;;
  6927.   '$CC '*)
  6928.     # Test whether the compiler implicitly links with -lc since on some
  6929.     # systems, -lgcc has to come before -lc. If gcc already passes -lc
  6930.     # to ld, don't add -lc before -lgcc.
  6931.     echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
  6932. echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6
  6933.     if test "${lt_cv_archive_cmds_need_lc+set}" = set; then
  6934.   echo $ECHO_N "(cached) $ECHO_C" >&6
  6935. else
  6936.   $rm conftest*
  6937.     echo 'static int dummy;' > conftest.$ac_ext
  6938.  
  6939.     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  6940.   (eval $ac_compile) 2>&5
  6941.   ac_status=$?
  6942.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  6943.   (exit $ac_status); }; then
  6944.       soname=conftest
  6945.       lib=conftest
  6946.       libobjs=conftest.$ac_objext
  6947.       deplibs=
  6948.       wl=$lt_cv_prog_cc_wl
  6949.       compiler_flags=-v
  6950.       linker_flags=-v
  6951.       verstring=
  6952.       output_objdir=.
  6953.       libname=conftest
  6954.       save_allow_undefined_flag=$allow_undefined_flag
  6955.       allow_undefined_flag=
  6956.       if { (eval echo "$as_me:$LINENO: \"$archive_cmds 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\"") >&5
  6957.   (eval $archive_cmds 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) 2>&5
  6958.   ac_status=$?
  6959.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  6960.   (exit $ac_status); }
  6961.       then
  6962.     lt_cv_archive_cmds_need_lc=no
  6963.       else
  6964.     lt_cv_archive_cmds_need_lc=yes
  6965.       fi
  6966.       allow_undefined_flag=$save_allow_undefined_flag
  6967.     else
  6968.       cat conftest.err 1>&5
  6969.     fi
  6970. fi
  6971.  
  6972.     echo "$as_me:$LINENO: result: $lt_cv_archive_cmds_need_lc" >&5
  6973. echo "${ECHO_T}$lt_cv_archive_cmds_need_lc" >&6
  6974.     ;;
  6975.   esac
  6976. fi
  6977. need_lc=${lt_cv_archive_cmds_need_lc-yes}
  6978.  
  6979. # The second clause should only fire when bootstrapping the
  6980. # libtool distribution, otherwise you forgot to ship ltmain.sh
  6981. # with your package, and you will get complaints that there are
  6982. # no rules to generate ltmain.sh.
  6983. if test -f "$ltmain"; then
  6984.   :
  6985. else
  6986.   # If there is no Makefile yet, we rely on a make rule to execute
  6987.   # `config.status --recheck' to rerun these tests and create the
  6988.   # libtool script then.
  6989.   test -f Makefile && make "$ltmain"
  6990. fi
  6991.  
  6992. if test -f "$ltmain"; then
  6993.   trap "$rm \"${ofile}T\"; exit 1" 1 2 15
  6994.   $rm -f "${ofile}T"
  6995.  
  6996.   echo creating $ofile
  6997.  
  6998.   # Now quote all the things that may contain metacharacters while being
  6999.   # careful not to overquote the AC_SUBSTed values.  We take copies of the
  7000.   # variables and quote the copies for generation of the libtool script.
  7001.   for var in echo old_CC old_CFLAGS SED \
  7002.     AR AR_FLAGS CC LD LN_S NM SHELL \
  7003.     reload_flag reload_cmds wl \
  7004.     pic_flag link_static_flag no_builtin_flag export_dynamic_flag_spec \
  7005.     thread_safe_flag_spec whole_archive_flag_spec libname_spec \
  7006.     library_names_spec soname_spec \
  7007.     RANLIB old_archive_cmds old_archive_from_new_cmds old_postinstall_cmds \
  7008.     old_postuninstall_cmds archive_cmds archive_expsym_cmds postinstall_cmds \
  7009.     postuninstall_cmds extract_expsyms_cmds old_archive_from_expsyms_cmds \
  7010.     old_striplib striplib file_magic_cmd export_symbols_cmds \
  7011.     deplibs_check_method allow_undefined_flag no_undefined_flag \
  7012.     finish_cmds finish_eval global_symbol_pipe global_symbol_to_cdecl \
  7013.     global_symbol_to_c_name_address \
  7014.     hardcode_libdir_flag_spec hardcode_libdir_separator  \
  7015.     sys_lib_search_path_spec sys_lib_dlsearch_path_spec \
  7016.     compiler_c_o compiler_o_lo need_locks exclude_expsyms include_expsyms; do
  7017.  
  7018.     case $var in
  7019.     reload_cmds | old_archive_cmds | old_archive_from_new_cmds | \
  7020.     old_postinstall_cmds | old_postuninstall_cmds | \
  7021.     export_symbols_cmds | archive_cmds | archive_expsym_cmds | \
  7022.     extract_expsyms_cmds | old_archive_from_expsyms_cmds | \
  7023.     postinstall_cmds | postuninstall_cmds | \
  7024.     finish_cmds | sys_lib_search_path_spec | sys_lib_dlsearch_path_spec)
  7025.       # Double-quote double-evaled strings.
  7026.       eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
  7027.       ;;
  7028.     *)
  7029.       eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
  7030.       ;;
  7031.     esac
  7032.   done
  7033.  
  7034.   cat <<__EOF__ > "${ofile}T"
  7035. #! $SHELL
  7036.  
  7037. # `$echo "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
  7038. # Generated automatically by $PROGRAM (GNU $PACKAGE $VERSION$TIMESTAMP)
  7039. # NOTE: Changes made to this file will be lost: look at ltmain.sh.
  7040. #
  7041. # Copyright (C) 1996-2000 Free Software Foundation, Inc.
  7042. # Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
  7043. #
  7044. # This program is free software; you can redistribute it and/or modify
  7045. # it under the terms of the GNU General Public License as published by
  7046. # the Free Software Foundation; either version 2 of the License, or
  7047. # (at your option) any later version.
  7048. #
  7049. # This program is distributed in the hope that it will be useful, but
  7050. # WITHOUT ANY WARRANTY; without even the implied warranty of
  7051. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  7052. # General Public License for more details.
  7053. #
  7054. # You should have received a copy of the GNU General Public License
  7055. # along with this program; if not, write to the Free Software
  7056. # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  7057. #
  7058. # As a special exception to the GNU General Public License, if you
  7059. # distribute this file as part of a program that contains a
  7060. # configuration script generated by Autoconf, you may include it under
  7061. # the same distribution terms that you use for the rest of that program.
  7062.  
  7063. # A sed that does not truncate output.
  7064. SED=$lt_SED
  7065.  
  7066. # Sed that helps us avoid accidentally triggering echo(1) options like -n.
  7067. Xsed="${SED} -e s/^X//"
  7068.  
  7069. # The HP-UX ksh and POSIX shell print the target directory to stdout
  7070. # if CDPATH is set.
  7071. if test "X\${CDPATH+set}" = Xset; then CDPATH=:; export CDPATH; fi
  7072.  
  7073. # ### BEGIN LIBTOOL CONFIG
  7074.  
  7075. # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
  7076.  
  7077. # Shell to use when invoking shell scripts.
  7078. SHELL=$lt_SHELL
  7079.  
  7080. # Whether or not to build shared libraries.
  7081. build_libtool_libs=$enable_shared
  7082.  
  7083. # Whether or not to build static libraries.
  7084. build_old_libs=$enable_static
  7085.  
  7086. # Whether or not to add -lc for building shared libraries.
  7087. build_libtool_need_lc=$need_lc
  7088.  
  7089. # Whether or not to optimize for fast installation.
  7090. fast_install=$enable_fast_install
  7091.  
  7092. # The host system.
  7093. host_alias=$host_alias
  7094. host=$host
  7095.  
  7096. # An echo program that does not interpret backslashes.
  7097. echo=$lt_echo
  7098.  
  7099. # The archiver.
  7100. AR=$lt_AR
  7101. AR_FLAGS=$lt_AR_FLAGS
  7102.  
  7103. # The default C compiler.
  7104. CC=$lt_CC
  7105.  
  7106. # Is the compiler the GNU C compiler?
  7107. with_gcc=$GCC
  7108.  
  7109. # The linker used to build libraries.
  7110. LD=$lt_LD
  7111.  
  7112. # Whether we need hard or soft links.
  7113. LN_S=$lt_LN_S
  7114.  
  7115. # A BSD-compatible nm program.
  7116. NM=$lt_NM
  7117.  
  7118. # A symbol stripping program
  7119. STRIP=$STRIP
  7120.  
  7121. # Used to examine libraries when file_magic_cmd begins "file"
  7122. MAGIC_CMD=$MAGIC_CMD
  7123.  
  7124. # Used on cygwin: DLL creation program.
  7125. DLLTOOL="$DLLTOOL"
  7126.  
  7127. # Used on cygwin: object dumper.
  7128. OBJDUMP="$OBJDUMP"
  7129.  
  7130. # Used on cygwin: assembler.
  7131. AS="$AS"
  7132.  
  7133. # The name of the directory that contains temporary libtool files.
  7134. objdir=$objdir
  7135.  
  7136. # How to create reloadable object files.
  7137. reload_flag=$lt_reload_flag
  7138. reload_cmds=$lt_reload_cmds
  7139.  
  7140. # How to pass a linker flag through the compiler.
  7141. wl=$lt_wl
  7142.  
  7143. # Object file suffix (normally "o").
  7144. objext="$ac_objext"
  7145.  
  7146. # Old archive suffix (normally "a").
  7147. libext="$libext"
  7148.  
  7149. # Executable file suffix (normally "").
  7150. exeext="$exeext"
  7151.  
  7152. # Additional compiler flags for building library objects.
  7153. pic_flag=$lt_pic_flag
  7154. pic_mode=$pic_mode
  7155.  
  7156. # Does compiler simultaneously support -c and -o options?
  7157. compiler_c_o=$lt_compiler_c_o
  7158.  
  7159. # Can we write directly to a .lo ?
  7160. compiler_o_lo=$lt_compiler_o_lo
  7161.  
  7162. # Must we lock files when doing compilation ?
  7163. need_locks=$lt_need_locks
  7164.  
  7165. # Do we need the lib prefix for modules?
  7166. need_lib_prefix=$need_lib_prefix
  7167.  
  7168. # Do we need a version for libraries?
  7169. need_version=$need_version
  7170.  
  7171. # Whether dlopen is supported.
  7172. dlopen_support=$enable_dlopen
  7173.  
  7174. # Whether dlopen of programs is supported.
  7175. dlopen_self=$enable_dlopen_self
  7176.  
  7177. # Whether dlopen of statically linked programs is supported.
  7178. dlopen_self_static=$enable_dlopen_self_static
  7179.  
  7180. # Compiler flag to prevent dynamic linking.
  7181. link_static_flag=$lt_link_static_flag
  7182.  
  7183. # Compiler flag to turn off builtin functions.
  7184. no_builtin_flag=$lt_no_builtin_flag
  7185.  
  7186. # Compiler flag to allow reflexive dlopens.
  7187. export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
  7188.  
  7189. # Compiler flag to generate shared objects directly from archives.
  7190. whole_archive_flag_spec=$lt_whole_archive_flag_spec
  7191.  
  7192. # Compiler flag to generate thread-safe objects.
  7193. thread_safe_flag_spec=$lt_thread_safe_flag_spec
  7194.  
  7195. # Library versioning type.
  7196. version_type=$version_type
  7197.  
  7198. # Format of library name prefix.
  7199. libname_spec=$lt_libname_spec
  7200.  
  7201. # List of archive names.  First name is the real one, the rest are links.
  7202. # The last name is the one that the linker finds with -lNAME.
  7203. library_names_spec=$lt_library_names_spec
  7204.  
  7205. # The coded name of the library, if different from the real name.
  7206. soname_spec=$lt_soname_spec
  7207.  
  7208. # Commands used to build and install an old-style archive.
  7209. RANLIB=$lt_RANLIB
  7210. old_archive_cmds=$lt_old_archive_cmds
  7211. old_postinstall_cmds=$lt_old_postinstall_cmds
  7212. old_postuninstall_cmds=$lt_old_postuninstall_cmds
  7213.  
  7214. # Create an old-style archive from a shared archive.
  7215. old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
  7216.  
  7217. # Create a temporary old-style archive to link instead of a shared archive.
  7218. old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
  7219.  
  7220. # Commands used to build and install a shared archive.
  7221. archive_cmds=$lt_archive_cmds
  7222. archive_expsym_cmds=$lt_archive_expsym_cmds
  7223. postinstall_cmds=$lt_postinstall_cmds
  7224. postuninstall_cmds=$lt_postuninstall_cmds
  7225.  
  7226. # Commands to strip libraries.
  7227. old_striplib=$lt_old_striplib
  7228. striplib=$lt_striplib
  7229.  
  7230. # Method to check whether dependent libraries are shared objects.
  7231. deplibs_check_method=$lt_deplibs_check_method
  7232.  
  7233. # Command to use when deplibs_check_method == file_magic.
  7234. file_magic_cmd=$lt_file_magic_cmd
  7235.  
  7236. # Flag that allows shared libraries with undefined symbols to be built.
  7237. allow_undefined_flag=$lt_allow_undefined_flag
  7238.  
  7239. # Flag that forces no undefined symbols.
  7240. no_undefined_flag=$lt_no_undefined_flag
  7241.  
  7242. # Commands used to finish a libtool library installation in a directory.
  7243. finish_cmds=$lt_finish_cmds
  7244.  
  7245. # Same as above, but a single script fragment to be evaled but not shown.
  7246. finish_eval=$lt_finish_eval
  7247.  
  7248. # Take the output of nm and produce a listing of raw symbols and C names.
  7249. global_symbol_pipe=$lt_global_symbol_pipe
  7250.  
  7251. # Transform the output of nm in a proper C declaration
  7252. global_symbol_to_cdecl=$lt_global_symbol_to_cdecl
  7253.  
  7254. # Transform the output of nm in a C name address pair
  7255. global_symbol_to_c_name_address=$lt_global_symbol_to_c_name_address
  7256.  
  7257. # This is the shared library runtime path variable.
  7258. runpath_var=$runpath_var
  7259.  
  7260. # This is the shared library path variable.
  7261. shlibpath_var=$shlibpath_var
  7262.  
  7263. # Is shlibpath searched before the hard-coded library search path?
  7264. shlibpath_overrides_runpath=$shlibpath_overrides_runpath
  7265.  
  7266. # How to hardcode a shared library path into an executable.
  7267. hardcode_action=$hardcode_action
  7268.  
  7269. # Whether we should hardcode library paths into libraries.
  7270. hardcode_into_libs=$hardcode_into_libs
  7271.  
  7272. # Flag to hardcode \$libdir into a binary during linking.
  7273. # This must work even if \$libdir does not exist.
  7274. hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
  7275.  
  7276. # Whether we need a single -rpath flag with a separated argument.
  7277. hardcode_libdir_separator=$lt_hardcode_libdir_separator
  7278.  
  7279. # Set to yes if using DIR/libNAME.so during linking hardcodes DIR into the
  7280. # resulting binary.
  7281. hardcode_direct=$hardcode_direct
  7282.  
  7283. # Set to yes if using the -LDIR flag during linking hardcodes DIR into the
  7284. # resulting binary.
  7285. hardcode_minus_L=$hardcode_minus_L
  7286.  
  7287. # Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into
  7288. # the resulting binary.
  7289. hardcode_shlibpath_var=$hardcode_shlibpath_var
  7290.  
  7291. # Variables whose values should be saved in libtool wrapper scripts and
  7292. # restored at relink time.
  7293. variables_saved_for_relink="$variables_saved_for_relink"
  7294.  
  7295. # Whether libtool must link a program against all its dependency libraries.
  7296. link_all_deplibs=$link_all_deplibs
  7297.  
  7298. # Compile-time system search path for libraries
  7299. sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
  7300.  
  7301. # Run-time system search path for libraries
  7302. sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
  7303.  
  7304. # Fix the shell variable \$srcfile for the compiler.
  7305. fix_srcfile_path="$fix_srcfile_path"
  7306.  
  7307. # Set to yes if exported symbols are required.
  7308. always_export_symbols=$always_export_symbols
  7309.  
  7310. # The commands to list exported symbols.
  7311. export_symbols_cmds=$lt_export_symbols_cmds
  7312.  
  7313. # The commands to extract the exported symbol list from a shared archive.
  7314. extract_expsyms_cmds=$lt_extract_expsyms_cmds
  7315.  
  7316. # Symbols that should not be listed in the preloaded symbols.
  7317. exclude_expsyms=$lt_exclude_expsyms
  7318.  
  7319. # Symbols that must always be exported.
  7320. include_expsyms=$lt_include_expsyms
  7321.  
  7322. # ### END LIBTOOL CONFIG
  7323.  
  7324. __EOF__
  7325.  
  7326.   case $host_os in
  7327.   aix3*)
  7328.     cat <<\EOF >> "${ofile}T"
  7329.  
  7330. # AIX sometimes has problems with the GCC collect2 program.  For some
  7331. # reason, if we set the COLLECT_NAMES environment variable, the problems
  7332. # vanish in a puff of smoke.
  7333. if test "X${COLLECT_NAMES+set}" != Xset; then
  7334.   COLLECT_NAMES=
  7335.   export COLLECT_NAMES
  7336. fi
  7337. EOF
  7338.     ;;
  7339.   esac
  7340.  
  7341.   case $host_os in
  7342.   cygwin* | mingw* | pw32* | os2*)
  7343.     cat <<'EOF' >> "${ofile}T"
  7344.       # This is a source program that is used to create dlls on Windows
  7345.       # Don't remove nor modify the starting and closing comments
  7346. # /* ltdll.c starts here */
  7347. # #define WIN32_LEAN_AND_MEAN
  7348. # #include <windows.h>
  7349. # #undef WIN32_LEAN_AND_MEAN
  7350. # #include <stdio.h>
  7351. #
  7352. # #ifndef __CYGWIN__
  7353. # #  ifdef __CYGWIN32__
  7354. # #    define __CYGWIN__ __CYGWIN32__
  7355. # #  endif
  7356. # #endif
  7357. #
  7358. # #ifdef __cplusplus
  7359. # extern "C" {
  7360. # #endif
  7361. # BOOL APIENTRY DllMain (HINSTANCE hInst, DWORD reason, LPVOID reserved);
  7362. # #ifdef __cplusplus
  7363. # }
  7364. # #endif
  7365. #
  7366. # #ifdef __CYGWIN__
  7367. # #include <cygwin/cygwin_dll.h>
  7368. # DECLARE_CYGWIN_DLL( DllMain );
  7369. # #endif
  7370. # HINSTANCE __hDllInstance_base;
  7371. #
  7372. # BOOL APIENTRY
  7373. # DllMain (HINSTANCE hInst, DWORD reason, LPVOID reserved)
  7374. # {
  7375. #   __hDllInstance_base = hInst;
  7376. #   return TRUE;
  7377. # }
  7378. # /* ltdll.c ends here */
  7379.     # This is a source program that is used to create import libraries
  7380.     # on Windows for dlls which lack them. Don't remove nor modify the
  7381.     # starting and closing comments
  7382. # /* impgen.c starts here */
  7383. # /*   Copyright (C) 1999-2000 Free Software Foundation, Inc.
  7384. #
  7385. #  This file is part of GNU libtool.
  7386. #
  7387. #  This program is free software; you can redistribute it and/or modify
  7388. #  it under the terms of the GNU General Public License as published by
  7389. #  the Free Software Foundation; either version 2 of the License, or
  7390. #  (at your option) any later version.
  7391. #
  7392. #  This program is distributed in the hope that it will be useful,
  7393. #  but WITHOUT ANY WARRANTY; without even the implied warranty of
  7394. #  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  7395. #  GNU General Public License for more details.
  7396. #
  7397. #  You should have received a copy of the GNU General Public License
  7398. #  along with this program; if not, write to the Free Software
  7399. #  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  7400. #  */
  7401. #
  7402. # #include <stdio.h>        /* for printf() */
  7403. # #include <unistd.h>        /* for open(), lseek(), read() */
  7404. # #include <fcntl.h>        /* for O_RDONLY, O_BINARY */
  7405. # #include <string.h>        /* for strdup() */
  7406. #
  7407. # /* O_BINARY isn't required (or even defined sometimes) under Unix */
  7408. # #ifndef O_BINARY
  7409. # #define O_BINARY 0
  7410. # #endif
  7411. #
  7412. # static unsigned int
  7413. # pe_get16 (fd, offset)
  7414. #      int fd;
  7415. #      int offset;
  7416. # {
  7417. #   unsigned char b[2];
  7418. #   lseek (fd, offset, SEEK_SET);
  7419. #   read (fd, b, 2);
  7420. #   return b[0] + (b[1]<<8);
  7421. # }
  7422. #
  7423. # static unsigned int
  7424. # pe_get32 (fd, offset)
  7425. #     int fd;
  7426. #     int offset;
  7427. # {
  7428. #   unsigned char b[4];
  7429. #   lseek (fd, offset, SEEK_SET);
  7430. #   read (fd, b, 4);
  7431. #   return b[0] + (b[1]<<8) + (b[2]<<16) + (b[3]<<24);
  7432. # }
  7433. #
  7434. # static unsigned int
  7435. # pe_as32 (ptr)
  7436. #      void *ptr;
  7437. # {
  7438. #   unsigned char *b = ptr;
  7439. #   return b[0] + (b[1]<<8) + (b[2]<<16) + (b[3]<<24);
  7440. # }
  7441. #
  7442. # int
  7443. # main (argc, argv)
  7444. #     int argc;
  7445. #     char *argv[];
  7446. # {
  7447. #     int dll;
  7448. #     unsigned long pe_header_offset, opthdr_ofs, num_entries, i;
  7449. #     unsigned long export_rva, export_size, nsections, secptr, expptr;
  7450. #     unsigned long name_rvas, nexp;
  7451. #     unsigned char *expdata, *erva;
  7452. #     char *filename, *dll_name;
  7453. #
  7454. #     filename = argv[1];
  7455. #
  7456. #     dll = open(filename, O_RDONLY|O_BINARY);
  7457. #     if (dll < 1)
  7458. #     return 1;
  7459. #
  7460. #     dll_name = filename;
  7461. #
  7462. #     for (i=0; filename[i]; i++)
  7463. #     if (filename[i] == '/' || filename[i] == '\\'  || filename[i] == ':')
  7464. #         dll_name = filename + i +1;
  7465. #
  7466. #     pe_header_offset = pe_get32 (dll, 0x3c);
  7467. #     opthdr_ofs = pe_header_offset + 4 + 20;
  7468. #     num_entries = pe_get32 (dll, opthdr_ofs + 92);
  7469. #
  7470. #     if (num_entries < 1) /* no exports */
  7471. #     return 1;
  7472. #
  7473. #     export_rva = pe_get32 (dll, opthdr_ofs + 96);
  7474. #     export_size = pe_get32 (dll, opthdr_ofs + 100);
  7475. #     nsections = pe_get16 (dll, pe_header_offset + 4 +2);
  7476. #     secptr = (pe_header_offset + 4 + 20 +
  7477. #           pe_get16 (dll, pe_header_offset + 4 + 16));
  7478. #
  7479. #     expptr = 0;
  7480. #     for (i = 0; i < nsections; i++)
  7481. #     {
  7482. #     char sname[8];
  7483. #     unsigned long secptr1 = secptr + 40 * i;
  7484. #     unsigned long vaddr = pe_get32 (dll, secptr1 + 12);
  7485. #     unsigned long vsize = pe_get32 (dll, secptr1 + 16);
  7486. #     unsigned long fptr = pe_get32 (dll, secptr1 + 20);
  7487. #     lseek(dll, secptr1, SEEK_SET);
  7488. #     read(dll, sname, 8);
  7489. #     if (vaddr <= export_rva && vaddr+vsize > export_rva)
  7490. #     {
  7491. #         expptr = fptr + (export_rva - vaddr);
  7492. #         if (export_rva + export_size > vaddr + vsize)
  7493. #         export_size = vsize - (export_rva - vaddr);
  7494. #         break;
  7495. #     }
  7496. #     }
  7497. #
  7498. #     expdata = (unsigned char*)malloc(export_size);
  7499. #     lseek (dll, expptr, SEEK_SET);
  7500. #     read (dll, expdata, export_size);
  7501. #     erva = expdata - export_rva;
  7502. #
  7503. #     nexp = pe_as32 (expdata+24);
  7504. #     name_rvas = pe_as32 (expdata+32);
  7505. #
  7506. #     printf ("EXPORTS\n");
  7507. #     for (i = 0; i<nexp; i++)
  7508. #     {
  7509. #     unsigned long name_rva = pe_as32 (erva+name_rvas+i*4);
  7510. #     printf ("\t%s @ %ld ;\n", erva+name_rva, 1+ i);
  7511. #     }
  7512. #
  7513. #     return 0;
  7514. # }
  7515. # /* impgen.c ends here */
  7516.  
  7517. EOF
  7518.     ;;
  7519.   esac
  7520.  
  7521.   # We use sed instead of cat because bash on DJGPP gets confused if
  7522.   # if finds mixed CR/LF and LF-only lines.  Since sed operates in
  7523.   # text mode, it properly converts lines to CR/LF.  This bash problem
  7524.   # is reportedly fixed, but why not run on old versions too?
  7525.   sed '$q' "$ltmain" >> "${ofile}T" || (rm -f "${ofile}T"; exit 1)
  7526.  
  7527.   mv -f "${ofile}T" "$ofile" || \
  7528.     (rm -f "$ofile" && cp "${ofile}T" "$ofile" && rm -f "${ofile}T")
  7529.   chmod +x "$ofile"
  7530. fi
  7531.  
  7532.  
  7533.  
  7534.  
  7535.  
  7536. # This can be used to rebuild libtool when needed
  7537. LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
  7538.  
  7539. # Always use our own libtool.
  7540. LIBTOOL='$(SHELL) $(top_builddir)/libtool'
  7541.  
  7542. # Prevent multiple expansion
  7543.  
  7544.  
  7545.  
  7546. echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
  7547. echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6
  7548.     # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
  7549. if test "${enable_maintainer_mode+set}" = set; then
  7550.   enableval="$enable_maintainer_mode"
  7551.   USE_MAINTAINER_MODE=$enableval
  7552. else
  7553.   USE_MAINTAINER_MODE=no
  7554. fi;
  7555.   echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
  7556. echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6
  7557.  
  7558.  
  7559. if test $USE_MAINTAINER_MODE = yes; then
  7560.   MAINTAINER_MODE_TRUE=
  7561.   MAINTAINER_MODE_FALSE='#'
  7562. else
  7563.   MAINTAINER_MODE_TRUE='#'
  7564.   MAINTAINER_MODE_FALSE=
  7565. fi
  7566.   MAINT=$MAINTAINER_MODE_TRUE
  7567.  
  7568.  
  7569.  
  7570.  
  7571.  
  7572. echo "$as_me:$LINENO: checking for some Win32 platform" >&5
  7573. echo $ECHO_N "checking for some Win32 platform... $ECHO_C" >&6
  7574. case "$host" in
  7575.   *-*-mingw*|*-*-cygwin*)
  7576.     platform_win32=yes
  7577.     ;;
  7578.   *)
  7579.     platform_win32=no
  7580.     ;;
  7581. esac
  7582. echo "$as_me:$LINENO: result: $platform_win32" >&5
  7583. echo "${ECHO_T}$platform_win32" >&6
  7584.  
  7585.  
  7586. if test "$platform_win32" = "yes"; then
  7587.   PLATFORM_WIN32_TRUE=
  7588.   PLATFORM_WIN32_FALSE='#'
  7589. else
  7590.   PLATFORM_WIN32_TRUE='#'
  7591.   PLATFORM_WIN32_FALSE=
  7592. fi
  7593.  
  7594. echo "$as_me:$LINENO: checking for native Win32" >&5
  7595. echo $ECHO_N "checking for native Win32... $ECHO_C" >&6
  7596. case "$host" in
  7597.   *-*-mingw*)
  7598.     os_win32=yes
  7599.     PATHSEP=';'
  7600.     ;;
  7601.   *)
  7602.     os_win32=no
  7603.     PATHSEP=':'
  7604.     ;;
  7605. esac
  7606. echo "$as_me:$LINENO: result: $os_win32" >&5
  7607. echo "${ECHO_T}$os_win32" >&6
  7608.  
  7609.  
  7610.  
  7611. if test "$os_win32" = "yes"; then
  7612.   OS_WIN32_TRUE=
  7613.   OS_WIN32_FALSE='#'
  7614. else
  7615.   OS_WIN32_TRUE='#'
  7616.   OS_WIN32_FALSE=
  7617. fi
  7618.  
  7619. if test "$os_win32" = "yes"; then
  7620.   # Extract the first word of "lib.exe", so it can be a program name with args.
  7621. set dummy lib.exe; ac_word=$2
  7622. echo "$as_me:$LINENO: checking for $ac_word" >&5
  7623. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  7624. if test "${ac_cv_prog_ms_librarian+set}" = set; then
  7625.   echo $ECHO_N "(cached) $ECHO_C" >&6
  7626. else
  7627.   if test -n "$ms_librarian"; then
  7628.   ac_cv_prog_ms_librarian="$ms_librarian" # Let the user override the test.
  7629. else
  7630. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  7631. for as_dir in $PATH
  7632. do
  7633.   IFS=$as_save_IFS
  7634.   test -z "$as_dir" && as_dir=.
  7635.   for ac_exec_ext in '' $ac_executable_extensions; do
  7636.   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  7637.     ac_cv_prog_ms_librarian="yes"
  7638.     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  7639.     break 2
  7640.   fi
  7641. done
  7642. done
  7643.  
  7644.   test -z "$ac_cv_prog_ms_librarian" && ac_cv_prog_ms_librarian="no"
  7645. fi
  7646. fi
  7647. ms_librarian=$ac_cv_prog_ms_librarian
  7648. if test -n "$ms_librarian"; then
  7649.   echo "$as_me:$LINENO: result: $ms_librarian" >&5
  7650. echo "${ECHO_T}$ms_librarian" >&6
  7651. else
  7652.   echo "$as_me:$LINENO: result: no" >&5
  7653. echo "${ECHO_T}no" >&6
  7654. fi
  7655.  
  7656. fi
  7657.  
  7658.  
  7659. if test x$ms_librarian = xyes; then
  7660.   MS_LIB_AVAILABLE_TRUE=
  7661.   MS_LIB_AVAILABLE_FALSE='#'
  7662. else
  7663.   MS_LIB_AVAILABLE_TRUE='#'
  7664.   MS_LIB_AVAILABLE_FALSE=
  7665. fi
  7666.  
  7667.  
  7668.         echo "$as_me:$LINENO: checking for strerror in -lcposix" >&5
  7669. echo $ECHO_N "checking for strerror in -lcposix... $ECHO_C" >&6
  7670. if test "${ac_cv_lib_cposix_strerror+set}" = set; then
  7671.   echo $ECHO_N "(cached) $ECHO_C" >&6
  7672. else
  7673.   ac_check_lib_save_LIBS=$LIBS
  7674. LIBS="-lcposix  $LIBS"
  7675. cat >conftest.$ac_ext <<_ACEOF
  7676. #line $LINENO "configure"
  7677. /* confdefs.h.  */
  7678. _ACEOF
  7679. cat confdefs.h >>conftest.$ac_ext
  7680. cat >>conftest.$ac_ext <<_ACEOF
  7681. /* end confdefs.h.  */
  7682.  
  7683. /* Override any gcc2 internal prototype to avoid an error.  */
  7684. #ifdef __cplusplus
  7685. extern "C"
  7686. #endif
  7687. /* We use char because int might match the return type of a gcc2
  7688.    builtin and then its argument prototype would still apply.  */
  7689. char strerror ();
  7690. int
  7691. main ()
  7692. {
  7693. strerror ();
  7694.   ;
  7695.   return 0;
  7696. }
  7697. _ACEOF
  7698. rm -f conftest.$ac_objext conftest$ac_exeext
  7699. if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  7700.   (eval $ac_link) 2>&5
  7701.   ac_status=$?
  7702.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  7703.   (exit $ac_status); } &&
  7704.          { ac_try='test -s conftest$ac_exeext'
  7705.   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  7706.   (eval $ac_try) 2>&5
  7707.   ac_status=$?
  7708.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  7709.   (exit $ac_status); }; }; then
  7710.   ac_cv_lib_cposix_strerror=yes
  7711. else
  7712.   echo "$as_me: failed program was:" >&5
  7713. sed 's/^/| /' conftest.$ac_ext >&5
  7714.  
  7715. ac_cv_lib_cposix_strerror=no
  7716. fi
  7717. rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  7718. LIBS=$ac_check_lib_save_LIBS
  7719. fi
  7720. echo "$as_me:$LINENO: result: $ac_cv_lib_cposix_strerror" >&5
  7721. echo "${ECHO_T}$ac_cv_lib_cposix_strerror" >&6
  7722. if test $ac_cv_lib_cposix_strerror = yes; then
  7723.   LIBS="$LIBS -lcposix"
  7724. fi
  7725.  
  7726.  
  7727.  
  7728.  
  7729.  
  7730.  
  7731. echo "$as_me:$LINENO: checking for ${CC-cc} option to accept ANSI C" >&5
  7732. echo $ECHO_N "checking for ${CC-cc} option to accept ANSI C... $ECHO_C" >&6
  7733. if test "${am_cv_prog_cc_stdc+set}" = set; then
  7734.   echo $ECHO_N "(cached) $ECHO_C" >&6
  7735. else
  7736.   am_cv_prog_cc_stdc=no
  7737. ac_save_CC="$CC"
  7738. # Don't try gcc -ansi; that turns off useful extensions and
  7739. # breaks some systems' header files.
  7740. # AIX            -qlanglvl=ansi
  7741. # Ultrix and OSF/1    -std1
  7742. # HP-UX            -Aa -D_HPUX_SOURCE
  7743. # SVR4            -Xc -D__EXTENSIONS__
  7744. for ac_arg in "" -qlanglvl=ansi -std1 "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
  7745. do
  7746.   CC="$ac_save_CC $ac_arg"
  7747.   cat >conftest.$ac_ext <<_ACEOF
  7748. #line $LINENO "configure"
  7749. /* confdefs.h.  */
  7750. _ACEOF
  7751. cat confdefs.h >>conftest.$ac_ext
  7752. cat >>conftest.$ac_ext <<_ACEOF
  7753. /* end confdefs.h.  */
  7754. #include <stdarg.h>
  7755. #include <stdio.h>
  7756. #include <sys/types.h>
  7757. #include <sys/stat.h>
  7758. /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
  7759. struct buf { int x; };
  7760. FILE * (*rcsopen) (struct buf *, struct stat *, int);
  7761. static char *e (p, i)
  7762.      char **p;
  7763.      int i;
  7764. {
  7765.   return p[i];
  7766. }
  7767. static char *f (char * (*g) (char **, int), char **p, ...)
  7768. {
  7769.   char *s;
  7770.   va_list v;
  7771.   va_start (v,p);
  7772.   s = g (p, va_arg (v,int));
  7773.   va_end (v);
  7774.   return s;
  7775. }
  7776. int test (int i, double x);
  7777. struct s1 {int (*f) (int a);};
  7778. struct s2 {int (*f) (double a);};
  7779. int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
  7780. int argc;
  7781. char **argv;
  7782.  
  7783. int
  7784. main ()
  7785. {
  7786.  
  7787. return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
  7788.  
  7789.   ;
  7790.   return 0;
  7791. }
  7792. _ACEOF
  7793. rm -f conftest.$ac_objext
  7794. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  7795.   (eval $ac_compile) 2>&5
  7796.   ac_status=$?
  7797.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  7798.   (exit $ac_status); } &&
  7799.          { ac_try='test -s conftest.$ac_objext'
  7800.   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  7801.   (eval $ac_try) 2>&5
  7802.   ac_status=$?
  7803.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  7804.   (exit $ac_status); }; }; then
  7805.   am_cv_prog_cc_stdc="$ac_arg"; break
  7806. else
  7807.   echo "$as_me: failed program was:" >&5
  7808. sed 's/^/| /' conftest.$ac_ext >&5
  7809.  
  7810. fi
  7811. rm -f conftest.$ac_objext conftest.$ac_ext
  7812. done
  7813. CC="$ac_save_CC"
  7814.  
  7815. fi
  7816.  
  7817. if test -z "$am_cv_prog_cc_stdc"; then
  7818.   echo "$as_me:$LINENO: result: none needed" >&5
  7819. echo "${ECHO_T}none needed" >&6
  7820. else
  7821.   echo "$as_me:$LINENO: result: $am_cv_prog_cc_stdc" >&5
  7822. echo "${ECHO_T}$am_cv_prog_cc_stdc" >&6
  7823. fi
  7824. case "x$am_cv_prog_cc_stdc" in
  7825.   x|xno) ;;
  7826.   *) CC="$CC $am_cv_prog_cc_stdc" ;;
  7827. esac
  7828.  
  7829. # Find a good install program.  We prefer a C program (faster),
  7830. # so one script is as good as another.  But avoid the broken or
  7831. # incompatible versions:
  7832. # SysV /etc/install, /usr/sbin/install
  7833. # SunOS /usr/etc/install
  7834. # IRIX /sbin/install
  7835. # AIX /bin/install
  7836. # AmigaOS /C/install, which installs bootblocks on floppy discs
  7837. # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
  7838. # AFS /usr/afsws/bin/install, which mishandles nonexistent args
  7839. # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
  7840. # ./install, which can be erroneously created by make from ./install.sh.
  7841. echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
  7842. echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
  7843. if test -z "$INSTALL"; then
  7844. if test "${ac_cv_path_install+set}" = set; then
  7845.   echo $ECHO_N "(cached) $ECHO_C" >&6
  7846. else
  7847.   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  7848. for as_dir in $PATH
  7849. do
  7850.   IFS=$as_save_IFS
  7851.   test -z "$as_dir" && as_dir=.
  7852.   # Account for people who put trailing slashes in PATH elements.
  7853. case $as_dir/ in
  7854.   ./ | .// | /cC/* | \
  7855.   /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
  7856.   /usr/ucb/* ) ;;
  7857.   *)
  7858.     # OSF1 and SCO ODT 3.0 have their own names for install.
  7859.     # Don't use installbsd from OSF since it installs stuff as root
  7860.     # by default.
  7861.     for ac_prog in ginstall scoinst install; do
  7862.       for ac_exec_ext in '' $ac_executable_extensions; do
  7863.         if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
  7864.           if test $ac_prog = install &&
  7865.             grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
  7866.             # AIX install.  It has an incompatible calling convention.
  7867.             :
  7868.           elif test $ac_prog = install &&
  7869.             grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
  7870.             # program-specific install script used by HP pwplus--don't use.
  7871.             :
  7872.           else
  7873.             ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
  7874.             break 3
  7875.           fi
  7876.         fi
  7877.       done
  7878.     done
  7879.     ;;
  7880. esac
  7881. done
  7882.  
  7883.  
  7884. fi
  7885.   if test "${ac_cv_path_install+set}" = set; then
  7886.     INSTALL=$ac_cv_path_install
  7887.   else
  7888.     # As a last resort, use the slow shell script.  We don't cache a
  7889.     # path for INSTALL within a source directory, because that will
  7890.     # break other packages using the cache if that directory is
  7891.     # removed, or if the path is relative.
  7892.     INSTALL=$ac_install_sh
  7893.   fi
  7894. fi
  7895. echo "$as_me:$LINENO: result: $INSTALL" >&5
  7896. echo "${ECHO_T}$INSTALL" >&6
  7897.  
  7898. # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
  7899. # It thinks the first close brace ends the variable substitution.
  7900. test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
  7901.  
  7902. test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
  7903.  
  7904. test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
  7905.  
  7906. echo "$as_me:$LINENO: checking whether ln -s works" >&5
  7907. echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
  7908. LN_S=$as_ln_s
  7909. if test "$LN_S" = "ln -s"; then
  7910.   echo "$as_me:$LINENO: result: yes" >&5
  7911. echo "${ECHO_T}yes" >&6
  7912. else
  7913.   echo "$as_me:$LINENO: result: no, using $LN_S" >&5
  7914. echo "${ECHO_T}no, using $LN_S" >&6
  7915. fi
  7916.  
  7917. echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
  7918. echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
  7919. set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'`
  7920. if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
  7921.   echo $ECHO_N "(cached) $ECHO_C" >&6
  7922. else
  7923.   cat >conftest.make <<\_ACEOF
  7924. all:
  7925.     @echo 'ac_maketemp="$(MAKE)"'
  7926. _ACEOF
  7927. # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
  7928. eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
  7929. if test -n "$ac_maketemp"; then
  7930.   eval ac_cv_prog_make_${ac_make}_set=yes
  7931. else
  7932.   eval ac_cv_prog_make_${ac_make}_set=no
  7933. fi
  7934. rm -f conftest.make
  7935. fi
  7936. if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
  7937.   echo "$as_me:$LINENO: result: yes" >&5
  7938. echo "${ECHO_T}yes" >&6
  7939.   SET_MAKE=
  7940. else
  7941.   echo "$as_me:$LINENO: result: no" >&5
  7942. echo "${ECHO_T}no" >&6
  7943.   SET_MAKE="MAKE=${MAKE-make}"
  7944. fi
  7945.  
  7946. ac_ext=c
  7947. ac_cpp='$CPP $CPPFLAGS'
  7948. ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  7949. ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  7950. ac_compiler_gnu=$ac_cv_c_compiler_gnu
  7951. echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
  7952. echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
  7953. # On Suns, sometimes $CPP names a directory.
  7954. if test -n "$CPP" && test -d "$CPP"; then
  7955.   CPP=
  7956. fi
  7957. if test -z "$CPP"; then
  7958.   if test "${ac_cv_prog_CPP+set}" = set; then
  7959.   echo $ECHO_N "(cached) $ECHO_C" >&6
  7960. else
  7961.       # Double quotes because CPP needs to be expanded
  7962.     for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
  7963.     do
  7964.       ac_preproc_ok=false
  7965. for ac_c_preproc_warn_flag in '' yes
  7966. do
  7967.   # Use a header file that comes with gcc, so configuring glibc
  7968.   # with a fresh cross-compiler works.
  7969.   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  7970.   # <limits.h> exists even on freestanding compilers.
  7971.   # On the NeXT, cc -E runs the code through the compiler's parser,
  7972.   # not just through cpp. "Syntax error" is here to catch this case.
  7973.   cat >conftest.$ac_ext <<_ACEOF
  7974. #line $LINENO "configure"
  7975. /* confdefs.h.  */
  7976. _ACEOF
  7977. cat confdefs.h >>conftest.$ac_ext
  7978. cat >>conftest.$ac_ext <<_ACEOF
  7979. /* end confdefs.h.  */
  7980. #ifdef __STDC__
  7981. # include <limits.h>
  7982. #else
  7983. # include <assert.h>
  7984. #endif
  7985.                      Syntax error
  7986. _ACEOF
  7987. if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
  7988.   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
  7989.   ac_status=$?
  7990.   grep -v '^ *+' conftest.er1 >conftest.err
  7991.   rm -f conftest.er1
  7992.   cat conftest.err >&5
  7993.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  7994.   (exit $ac_status); } >/dev/null; then
  7995.   if test -s conftest.err; then
  7996.     ac_cpp_err=$ac_c_preproc_warn_flag
  7997.   else
  7998.     ac_cpp_err=
  7999.   fi
  8000. else
  8001.   ac_cpp_err=yes
  8002. fi
  8003. if test -z "$ac_cpp_err"; then
  8004.   :
  8005. else
  8006.   echo "$as_me: failed program was:" >&5
  8007. sed 's/^/| /' conftest.$ac_ext >&5
  8008.  
  8009.   # Broken: fails on valid input.
  8010. continue
  8011. fi
  8012. rm -f conftest.err conftest.$ac_ext
  8013.  
  8014.   # OK, works on sane cases.  Now check whether non-existent headers
  8015.   # can be detected and how.
  8016.   cat >conftest.$ac_ext <<_ACEOF
  8017. #line $LINENO "configure"
  8018. /* confdefs.h.  */
  8019. _ACEOF
  8020. cat confdefs.h >>conftest.$ac_ext
  8021. cat >>conftest.$ac_ext <<_ACEOF
  8022. /* end confdefs.h.  */
  8023. #include <ac_nonexistent.h>
  8024. _ACEOF
  8025. if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
  8026.   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
  8027.   ac_status=$?
  8028.   grep -v '^ *+' conftest.er1 >conftest.err
  8029.   rm -f conftest.er1
  8030.   cat conftest.err >&5
  8031.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  8032.   (exit $ac_status); } >/dev/null; then
  8033.   if test -s conftest.err; then
  8034.     ac_cpp_err=$ac_c_preproc_warn_flag
  8035.   else
  8036.     ac_cpp_err=
  8037.   fi
  8038. else
  8039.   ac_cpp_err=yes
  8040. fi
  8041. if test -z "$ac_cpp_err"; then
  8042.   # Broken: success on invalid input.
  8043. continue
  8044. else
  8045.   echo "$as_me: failed program was:" >&5
  8046. sed 's/^/| /' conftest.$ac_ext >&5
  8047.  
  8048.   # Passes both tests.
  8049. ac_preproc_ok=:
  8050. break
  8051. fi
  8052. rm -f conftest.err conftest.$ac_ext
  8053.  
  8054. done
  8055. # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
  8056. rm -f conftest.err conftest.$ac_ext
  8057. if $ac_preproc_ok; then
  8058.   break
  8059. fi
  8060.  
  8061.     done
  8062.     ac_cv_prog_CPP=$CPP
  8063.  
  8064. fi
  8065.   CPP=$ac_cv_prog_CPP
  8066. else
  8067.   ac_cv_prog_CPP=$CPP
  8068. fi
  8069. echo "$as_me:$LINENO: result: $CPP" >&5
  8070. echo "${ECHO_T}$CPP" >&6
  8071. ac_preproc_ok=false
  8072. for ac_c_preproc_warn_flag in '' yes
  8073. do
  8074.   # Use a header file that comes with gcc, so configuring glibc
  8075.   # with a fresh cross-compiler works.
  8076.   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  8077.   # <limits.h> exists even on freestanding compilers.
  8078.   # On the NeXT, cc -E runs the code through the compiler's parser,
  8079.   # not just through cpp. "Syntax error" is here to catch this case.
  8080.   cat >conftest.$ac_ext <<_ACEOF
  8081. #line $LINENO "configure"
  8082. /* confdefs.h.  */
  8083. _ACEOF
  8084. cat confdefs.h >>conftest.$ac_ext
  8085. cat >>conftest.$ac_ext <<_ACEOF
  8086. /* end confdefs.h.  */
  8087. #ifdef __STDC__
  8088. # include <limits.h>
  8089. #else
  8090. # include <assert.h>
  8091. #endif
  8092.                      Syntax error
  8093. _ACEOF
  8094. if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
  8095.   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
  8096.   ac_status=$?
  8097.   grep -v '^ *+' conftest.er1 >conftest.err
  8098.   rm -f conftest.er1
  8099.   cat conftest.err >&5
  8100.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  8101.   (exit $ac_status); } >/dev/null; then
  8102.   if test -s conftest.err; then
  8103.     ac_cpp_err=$ac_c_preproc_warn_flag
  8104.   else
  8105.     ac_cpp_err=
  8106.   fi
  8107. else
  8108.   ac_cpp_err=yes
  8109. fi
  8110. if test -z "$ac_cpp_err"; then
  8111.   :
  8112. else
  8113.   echo "$as_me: failed program was:" >&5
  8114. sed 's/^/| /' conftest.$ac_ext >&5
  8115.  
  8116.   # Broken: fails on valid input.
  8117. continue
  8118. fi
  8119. rm -f conftest.err conftest.$ac_ext
  8120.  
  8121.   # OK, works on sane cases.  Now check whether non-existent headers
  8122.   # can be detected and how.
  8123.   cat >conftest.$ac_ext <<_ACEOF
  8124. #line $LINENO "configure"
  8125. /* confdefs.h.  */
  8126. _ACEOF
  8127. cat confdefs.h >>conftest.$ac_ext
  8128. cat >>conftest.$ac_ext <<_ACEOF
  8129. /* end confdefs.h.  */
  8130. #include <ac_nonexistent.h>
  8131. _ACEOF
  8132. if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
  8133.   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
  8134.   ac_status=$?
  8135.   grep -v '^ *+' conftest.er1 >conftest.err
  8136.   rm -f conftest.er1
  8137.   cat conftest.err >&5
  8138.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  8139.   (exit $ac_status); } >/dev/null; then
  8140.   if test -s conftest.err; then
  8141.     ac_cpp_err=$ac_c_preproc_warn_flag
  8142.   else
  8143.     ac_cpp_err=
  8144.   fi
  8145. else
  8146.   ac_cpp_err=yes
  8147. fi
  8148. if test -z "$ac_cpp_err"; then
  8149.   # Broken: success on invalid input.
  8150. continue
  8151. else
  8152.   echo "$as_me: failed program was:" >&5
  8153. sed 's/^/| /' conftest.$ac_ext >&5
  8154.  
  8155.   # Passes both tests.
  8156. ac_preproc_ok=:
  8157. break
  8158. fi
  8159. rm -f conftest.err conftest.$ac_ext
  8160.  
  8161. done
  8162. # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
  8163. rm -f conftest.err conftest.$ac_ext
  8164. if $ac_preproc_ok; then
  8165.   :
  8166. else
  8167.   { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
  8168. See \`config.log' for more details." >&5
  8169. echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
  8170. See \`config.log' for more details." >&2;}
  8171.    { (exit 1); exit 1; }; }
  8172. fi
  8173.  
  8174. ac_ext=c
  8175. ac_cpp='$CPP $CPPFLAGS'
  8176. ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  8177. ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  8178. ac_compiler_gnu=$ac_cv_c_compiler_gnu
  8179.  
  8180.  
  8181. # Check whether --enable-debug or --disable-debug was given.
  8182. if test "${enable_debug+set}" = set; then
  8183.   enableval="$enable_debug"
  8184.   if eval "test x$enable_debug = xyes"; then
  8185.   DEBUGFLAG="-g"
  8186. fi
  8187. fi;
  8188.  
  8189. ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS"
  8190.  
  8191.  
  8192.  
  8193. # Check whether --enable-ansi or --disable-ansi was given.
  8194. if test "${enable_ansi+set}" = set; then
  8195.   enableval="$enable_ansi"
  8196.  
  8197. else
  8198.   enable_ansi=no
  8199. fi;
  8200.  
  8201. gimpdir=.$PACKAGE-$GIMP_MAJOR_VERSION.$GIMP_MINOR_VERSION
  8202. # Check whether --enable-gimpdir or --disable-gimpdir was given.
  8203. if test "${enable_gimpdir+set}" = set; then
  8204.   enableval="$enable_gimpdir"
  8205.   if eval "test x$enable_gimpdir != x"; then
  8206.   if eval "test x$enable_gimpdir != xyes"; then
  8207.     gimpdir=$enable_gimpdir
  8208.   fi
  8209. fi
  8210. fi;
  8211.  
  8212. if test -n "$DEBUGFLAG"; then
  8213.   CFLAGS="$DEBUGFLAG $CFLAGS"
  8214. fi
  8215.  
  8216.  
  8217. ALL_LINGUAS="ca cs da de el en_GB es fi fr ga gl hu hr it ja ko lt nl nn no pl pt pt_BR ro ru sk sl sv tr uk zh_CN zh_TW"
  8218. if test x$os_win32 = xyes; then
  8219.   if test -n "$ac_tool_prefix"; then
  8220.   # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
  8221. set dummy ${ac_tool_prefix}ranlib; ac_word=$2
  8222. echo "$as_me:$LINENO: checking for $ac_word" >&5
  8223. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  8224. if test "${ac_cv_prog_RANLIB+set}" = set; then
  8225.   echo $ECHO_N "(cached) $ECHO_C" >&6
  8226. else
  8227.   if test -n "$RANLIB"; then
  8228.   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
  8229. else
  8230. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  8231. for as_dir in $PATH
  8232. do
  8233.   IFS=$as_save_IFS
  8234.   test -z "$as_dir" && as_dir=.
  8235.   for ac_exec_ext in '' $ac_executable_extensions; do
  8236.   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  8237.     ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
  8238.     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  8239.     break 2
  8240.   fi
  8241. done
  8242. done
  8243.  
  8244. fi
  8245. fi
  8246. RANLIB=$ac_cv_prog_RANLIB
  8247. if test -n "$RANLIB"; then
  8248.   echo "$as_me:$LINENO: result: $RANLIB" >&5
  8249. echo "${ECHO_T}$RANLIB" >&6
  8250. else
  8251.   echo "$as_me:$LINENO: result: no" >&5
  8252. echo "${ECHO_T}no" >&6
  8253. fi
  8254.  
  8255. fi
  8256. if test -z "$ac_cv_prog_RANLIB"; then
  8257.   ac_ct_RANLIB=$RANLIB
  8258.   # Extract the first word of "ranlib", so it can be a program name with args.
  8259. set dummy ranlib; ac_word=$2
  8260. echo "$as_me:$LINENO: checking for $ac_word" >&5
  8261. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  8262. if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
  8263.   echo $ECHO_N "(cached) $ECHO_C" >&6
  8264. else
  8265.   if test -n "$ac_ct_RANLIB"; then
  8266.   ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
  8267. else
  8268. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  8269. for as_dir in $PATH
  8270. do
  8271.   IFS=$as_save_IFS
  8272.   test -z "$as_dir" && as_dir=.
  8273.   for ac_exec_ext in '' $ac_executable_extensions; do
  8274.   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  8275.     ac_cv_prog_ac_ct_RANLIB="ranlib"
  8276.     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  8277.     break 2
  8278.   fi
  8279. done
  8280. done
  8281.  
  8282.   test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
  8283. fi
  8284. fi
  8285. ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
  8286. if test -n "$ac_ct_RANLIB"; then
  8287.   echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
  8288. echo "${ECHO_T}$ac_ct_RANLIB" >&6
  8289. else
  8290.   echo "$as_me:$LINENO: result: no" >&5
  8291. echo "${ECHO_T}no" >&6
  8292. fi
  8293.  
  8294.   RANLIB=$ac_ct_RANLIB
  8295. else
  8296.   RANLIB="$ac_cv_prog_RANLIB"
  8297. fi
  8298.  
  8299. echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
  8300. echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6
  8301. if test "${ac_cv_c_const+set}" = set; then
  8302.   echo $ECHO_N "(cached) $ECHO_C" >&6
  8303. else
  8304.   cat >conftest.$ac_ext <<_ACEOF
  8305. #line $LINENO "configure"
  8306. /* confdefs.h.  */
  8307. _ACEOF
  8308. cat confdefs.h >>conftest.$ac_ext
  8309. cat >>conftest.$ac_ext <<_ACEOF
  8310. /* end confdefs.h.  */
  8311.  
  8312. int
  8313. main ()
  8314. {
  8315. /* FIXME: Include the comments suggested by Paul. */
  8316. #ifndef __cplusplus
  8317.   /* Ultrix mips cc rejects this.  */
  8318.   typedef int charset[2];
  8319.   const charset x;
  8320.   /* SunOS 4.1.1 cc rejects this.  */
  8321.   char const *const *ccp;
  8322.   char **p;
  8323.   /* NEC SVR4.0.2 mips cc rejects this.  */
  8324.   struct point {int x, y;};
  8325.   static struct point const zero = {0,0};
  8326.   /* AIX XL C 1.02.0.0 rejects this.
  8327.      It does not let you subtract one const X* pointer from another in
  8328.      an arm of an if-expression whose if-part is not a constant
  8329.      expression */
  8330.   const char *g = "string";
  8331.   ccp = &g + (g ? g-g : 0);
  8332.   /* HPUX 7.0 cc rejects these. */
  8333.   ++ccp;
  8334.   p = (char**) ccp;
  8335.   ccp = (char const *const *) p;
  8336.   { /* SCO 3.2v4 cc rejects this.  */
  8337.     char *t;
  8338.     char const *s = 0 ? (char *) 0 : (char const *) 0;
  8339.  
  8340.     *t++ = 0;
  8341.   }
  8342.   { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
  8343.     int x[] = {25, 17};
  8344.     const int *foo = &x[0];
  8345.     ++foo;
  8346.   }
  8347.   { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
  8348.     typedef const int *iptr;
  8349.     iptr p = 0;
  8350.     ++p;
  8351.   }
  8352.   { /* AIX XL C 1.02.0.0 rejects this saying
  8353.        "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
  8354.     struct s { int j; const int *ap[3]; };
  8355.     struct s *b; b->j = 5;
  8356.   }
  8357.   { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
  8358.     const int foo = 10;
  8359.   }
  8360. #endif
  8361.  
  8362.   ;
  8363.   return 0;
  8364. }
  8365. _ACEOF
  8366. rm -f conftest.$ac_objext
  8367. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  8368.   (eval $ac_compile) 2>&5
  8369.   ac_status=$?
  8370.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  8371.   (exit $ac_status); } &&
  8372.          { ac_try='test -s conftest.$ac_objext'
  8373.   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  8374.   (eval $ac_try) 2>&5
  8375.   ac_status=$?
  8376.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  8377.   (exit $ac_status); }; }; then
  8378.   ac_cv_c_const=yes
  8379. else
  8380.   echo "$as_me: failed program was:" >&5
  8381. sed 's/^/| /' conftest.$ac_ext >&5
  8382.  
  8383. ac_cv_c_const=no
  8384. fi
  8385. rm -f conftest.$ac_objext conftest.$ac_ext
  8386. fi
  8387. echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
  8388. echo "${ECHO_T}$ac_cv_c_const" >&6
  8389. if test $ac_cv_c_const = no; then
  8390.  
  8391. cat >>confdefs.h <<\_ACEOF
  8392. #define const
  8393. _ACEOF
  8394.  
  8395. fi
  8396.  
  8397. echo "$as_me:$LINENO: checking for inline" >&5
  8398. echo $ECHO_N "checking for inline... $ECHO_C" >&6
  8399. if test "${ac_cv_c_inline+set}" = set; then
  8400.   echo $ECHO_N "(cached) $ECHO_C" >&6
  8401. else
  8402.   ac_cv_c_inline=no
  8403. for ac_kw in inline __inline__ __inline; do
  8404.   cat >conftest.$ac_ext <<_ACEOF
  8405. #line $LINENO "configure"
  8406. /* confdefs.h.  */
  8407. _ACEOF
  8408. cat confdefs.h >>conftest.$ac_ext
  8409. cat >>conftest.$ac_ext <<_ACEOF
  8410. /* end confdefs.h.  */
  8411. #ifndef __cplusplus
  8412. typedef int foo_t;
  8413. static $ac_kw foo_t static_foo () {return 0; }
  8414. $ac_kw foo_t foo () {return 0; }
  8415. #endif
  8416.  
  8417. _ACEOF
  8418. rm -f conftest.$ac_objext
  8419. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  8420.   (eval $ac_compile) 2>&5
  8421.   ac_status=$?
  8422.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  8423.   (exit $ac_status); } &&
  8424.          { ac_try='test -s conftest.$ac_objext'
  8425.   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  8426.   (eval $ac_try) 2>&5
  8427.   ac_status=$?
  8428.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  8429.   (exit $ac_status); }; }; then
  8430.   ac_cv_c_inline=$ac_kw; break
  8431. else
  8432.   echo "$as_me: failed program was:" >&5
  8433. sed 's/^/| /' conftest.$ac_ext >&5
  8434.  
  8435. fi
  8436. rm -f conftest.$ac_objext conftest.$ac_ext
  8437. done
  8438.  
  8439. fi
  8440. echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
  8441. echo "${ECHO_T}$ac_cv_c_inline" >&6
  8442. case $ac_cv_c_inline in
  8443.   inline | yes) ;;
  8444.   no)
  8445. cat >>confdefs.h <<\_ACEOF
  8446. #define inline
  8447. _ACEOF
  8448.  ;;
  8449.   *)  cat >>confdefs.h <<_ACEOF
  8450. #define inline $ac_cv_c_inline
  8451. _ACEOF
  8452.  ;;
  8453. esac
  8454.  
  8455. echo "$as_me:$LINENO: checking for off_t" >&5
  8456. echo $ECHO_N "checking for off_t... $ECHO_C" >&6
  8457. if test "${ac_cv_type_off_t+set}" = set; then
  8458.   echo $ECHO_N "(cached) $ECHO_C" >&6
  8459. else
  8460.   cat >conftest.$ac_ext <<_ACEOF
  8461. #line $LINENO "configure"
  8462. /* confdefs.h.  */
  8463. _ACEOF
  8464. cat confdefs.h >>conftest.$ac_ext
  8465. cat >>conftest.$ac_ext <<_ACEOF
  8466. /* end confdefs.h.  */
  8467. $ac_includes_default
  8468. int
  8469. main ()
  8470. {
  8471. if ((off_t *) 0)
  8472.   return 0;
  8473. if (sizeof (off_t))
  8474.   return 0;
  8475.   ;
  8476.   return 0;
  8477. }
  8478. _ACEOF
  8479. rm -f conftest.$ac_objext
  8480. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  8481.   (eval $ac_compile) 2>&5
  8482.   ac_status=$?
  8483.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  8484.   (exit $ac_status); } &&
  8485.          { ac_try='test -s conftest.$ac_objext'
  8486.   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  8487.   (eval $ac_try) 2>&5
  8488.   ac_status=$?
  8489.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  8490.   (exit $ac_status); }; }; then
  8491.   ac_cv_type_off_t=yes
  8492. else
  8493.   echo "$as_me: failed program was:" >&5
  8494. sed 's/^/| /' conftest.$ac_ext >&5
  8495.  
  8496. ac_cv_type_off_t=no
  8497. fi
  8498. rm -f conftest.$ac_objext conftest.$ac_ext
  8499. fi
  8500. echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
  8501. echo "${ECHO_T}$ac_cv_type_off_t" >&6
  8502. if test $ac_cv_type_off_t = yes; then
  8503.   :
  8504. else
  8505.  
  8506. cat >>confdefs.h <<_ACEOF
  8507. #define off_t long
  8508. _ACEOF
  8509.  
  8510. fi
  8511.  
  8512. echo "$as_me:$LINENO: checking for size_t" >&5
  8513. echo $ECHO_N "checking for size_t... $ECHO_C" >&6
  8514. if test "${ac_cv_type_size_t+set}" = set; then
  8515.   echo $ECHO_N "(cached) $ECHO_C" >&6
  8516. else
  8517.   cat >conftest.$ac_ext <<_ACEOF
  8518. #line $LINENO "configure"
  8519. /* confdefs.h.  */
  8520. _ACEOF
  8521. cat confdefs.h >>conftest.$ac_ext
  8522. cat >>conftest.$ac_ext <<_ACEOF
  8523. /* end confdefs.h.  */
  8524. $ac_includes_default
  8525. int
  8526. main ()
  8527. {
  8528. if ((size_t *) 0)
  8529.   return 0;
  8530. if (sizeof (size_t))
  8531.   return 0;
  8532.   ;
  8533.   return 0;
  8534. }
  8535. _ACEOF
  8536. rm -f conftest.$ac_objext
  8537. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  8538.   (eval $ac_compile) 2>&5
  8539.   ac_status=$?
  8540.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  8541.   (exit $ac_status); } &&
  8542.          { ac_try='test -s conftest.$ac_objext'
  8543.   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  8544.   (eval $ac_try) 2>&5
  8545.   ac_status=$?
  8546.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  8547.   (exit $ac_status); }; }; then
  8548.   ac_cv_type_size_t=yes
  8549. else
  8550.   echo "$as_me: failed program was:" >&5
  8551. sed 's/^/| /' conftest.$ac_ext >&5
  8552.  
  8553. ac_cv_type_size_t=no
  8554. fi
  8555. rm -f conftest.$ac_objext conftest.$ac_ext
  8556. fi
  8557. echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
  8558. echo "${ECHO_T}$ac_cv_type_size_t" >&6
  8559. if test $ac_cv_type_size_t = yes; then
  8560.   :
  8561. else
  8562.  
  8563. cat >>confdefs.h <<_ACEOF
  8564. #define size_t unsigned
  8565. _ACEOF
  8566.  
  8567. fi
  8568.  
  8569. # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
  8570. # for constant arguments.  Useless!
  8571. echo "$as_me:$LINENO: checking for working alloca.h" >&5
  8572. echo $ECHO_N "checking for working alloca.h... $ECHO_C" >&6
  8573. if test "${ac_cv_working_alloca_h+set}" = set; then
  8574.   echo $ECHO_N "(cached) $ECHO_C" >&6
  8575. else
  8576.   cat >conftest.$ac_ext <<_ACEOF
  8577. #line $LINENO "configure"
  8578. /* confdefs.h.  */
  8579. _ACEOF
  8580. cat confdefs.h >>conftest.$ac_ext
  8581. cat >>conftest.$ac_ext <<_ACEOF
  8582. /* end confdefs.h.  */
  8583. #include <alloca.h>
  8584. int
  8585. main ()
  8586. {
  8587. char *p = (char *) alloca (2 * sizeof (int));
  8588.   ;
  8589.   return 0;
  8590. }
  8591. _ACEOF
  8592. rm -f conftest.$ac_objext conftest$ac_exeext
  8593. if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  8594.   (eval $ac_link) 2>&5
  8595.   ac_status=$?
  8596.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  8597.   (exit $ac_status); } &&
  8598.          { ac_try='test -s conftest$ac_exeext'
  8599.   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  8600.   (eval $ac_try) 2>&5
  8601.   ac_status=$?
  8602.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  8603.   (exit $ac_status); }; }; then
  8604.   ac_cv_working_alloca_h=yes
  8605. else
  8606.   echo "$as_me: failed program was:" >&5
  8607. sed 's/^/| /' conftest.$ac_ext >&5
  8608.  
  8609. ac_cv_working_alloca_h=no
  8610. fi
  8611. rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  8612. fi
  8613. echo "$as_me:$LINENO: result: $ac_cv_working_alloca_h" >&5
  8614. echo "${ECHO_T}$ac_cv_working_alloca_h" >&6
  8615. if test $ac_cv_working_alloca_h = yes; then
  8616.  
  8617. cat >>confdefs.h <<\_ACEOF
  8618. #define HAVE_ALLOCA_H 1
  8619. _ACEOF
  8620.  
  8621. fi
  8622.  
  8623. echo "$as_me:$LINENO: checking for alloca" >&5
  8624. echo $ECHO_N "checking for alloca... $ECHO_C" >&6
  8625. if test "${ac_cv_func_alloca_works+set}" = set; then
  8626.   echo $ECHO_N "(cached) $ECHO_C" >&6
  8627. else
  8628.   cat >conftest.$ac_ext <<_ACEOF
  8629. #line $LINENO "configure"
  8630. /* confdefs.h.  */
  8631. _ACEOF
  8632. cat confdefs.h >>conftest.$ac_ext
  8633. cat >>conftest.$ac_ext <<_ACEOF
  8634. /* end confdefs.h.  */
  8635. #ifdef __GNUC__
  8636. # define alloca __builtin_alloca
  8637. #else
  8638. # ifdef _MSC_VER
  8639. #  include <malloc.h>
  8640. #  define alloca _alloca
  8641. # else
  8642. #  if HAVE_ALLOCA_H
  8643. #   include <alloca.h>
  8644. #  else
  8645. #   ifdef _AIX
  8646.  #pragma alloca
  8647. #   else
  8648. #    ifndef alloca /* predefined by HP cc +Olibcalls */
  8649. char *alloca ();
  8650. #    endif
  8651. #   endif
  8652. #  endif
  8653. # endif
  8654. #endif
  8655.  
  8656. int
  8657. main ()
  8658. {
  8659. char *p = (char *) alloca (1);
  8660.   ;
  8661.   return 0;
  8662. }
  8663. _ACEOF
  8664. rm -f conftest.$ac_objext conftest$ac_exeext
  8665. if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  8666.   (eval $ac_link) 2>&5
  8667.   ac_status=$?
  8668.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  8669.   (exit $ac_status); } &&
  8670.          { ac_try='test -s conftest$ac_exeext'
  8671.   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  8672.   (eval $ac_try) 2>&5
  8673.   ac_status=$?
  8674.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  8675.   (exit $ac_status); }; }; then
  8676.   ac_cv_func_alloca_works=yes
  8677. else
  8678.   echo "$as_me: failed program was:" >&5
  8679. sed 's/^/| /' conftest.$ac_ext >&5
  8680.  
  8681. ac_cv_func_alloca_works=no
  8682. fi
  8683. rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  8684. fi
  8685. echo "$as_me:$LINENO: result: $ac_cv_func_alloca_works" >&5
  8686. echo "${ECHO_T}$ac_cv_func_alloca_works" >&6
  8687.  
  8688. if test $ac_cv_func_alloca_works = yes; then
  8689.  
  8690. cat >>confdefs.h <<\_ACEOF
  8691. #define HAVE_ALLOCA 1
  8692. _ACEOF
  8693.  
  8694. else
  8695.   # The SVR3 libPW and SVR4 libucb both contain incompatible functions
  8696. # that cause trouble.  Some versions do not even contain alloca or
  8697. # contain a buggy version.  If you still want to use their alloca,
  8698. # use ar to extract alloca.o from them instead of compiling alloca.c.
  8699.  
  8700. ALLOCA=alloca.$ac_objext
  8701.  
  8702. cat >>confdefs.h <<\_ACEOF
  8703. #define C_ALLOCA 1
  8704. _ACEOF
  8705.  
  8706.  
  8707. echo "$as_me:$LINENO: checking whether \`alloca.c' needs Cray hooks" >&5
  8708. echo $ECHO_N "checking whether \`alloca.c' needs Cray hooks... $ECHO_C" >&6
  8709. if test "${ac_cv_os_cray+set}" = set; then
  8710.   echo $ECHO_N "(cached) $ECHO_C" >&6
  8711. else
  8712.   cat >conftest.$ac_ext <<_ACEOF
  8713. #line $LINENO "configure"
  8714. /* confdefs.h.  */
  8715. _ACEOF
  8716. cat confdefs.h >>conftest.$ac_ext
  8717. cat >>conftest.$ac_ext <<_ACEOF
  8718. /* end confdefs.h.  */
  8719. #if defined(CRAY) && ! defined(CRAY2)
  8720. webecray
  8721. #else
  8722. wenotbecray
  8723. #endif
  8724.  
  8725. _ACEOF
  8726. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  8727.   $EGREP "webecray" >/dev/null 2>&1; then
  8728.   ac_cv_os_cray=yes
  8729. else
  8730.   ac_cv_os_cray=no
  8731. fi
  8732. rm -f conftest*
  8733.  
  8734. fi
  8735. echo "$as_me:$LINENO: result: $ac_cv_os_cray" >&5
  8736. echo "${ECHO_T}$ac_cv_os_cray" >&6
  8737. if test $ac_cv_os_cray = yes; then
  8738.   for ac_func in _getb67 GETB67 getb67; do
  8739.     as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
  8740. echo "$as_me:$LINENO: checking for $ac_func" >&5
  8741. echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
  8742. if eval "test \"\${$as_ac_var+set}\" = set"; then
  8743.   echo $ECHO_N "(cached) $ECHO_C" >&6
  8744. else
  8745.   cat >conftest.$ac_ext <<_ACEOF
  8746. #line $LINENO "configure"
  8747. /* confdefs.h.  */
  8748. _ACEOF
  8749. cat confdefs.h >>conftest.$ac_ext
  8750. cat >>conftest.$ac_ext <<_ACEOF
  8751. /* end confdefs.h.  */
  8752. /* System header to define __stub macros and hopefully few prototypes,
  8753.     which can conflict with char $ac_func (); below.
  8754.     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  8755.     <limits.h> exists even on freestanding compilers.  */
  8756. #ifdef __STDC__
  8757. # include <limits.h>
  8758. #else
  8759. # include <assert.h>
  8760. #endif
  8761. /* Override any gcc2 internal prototype to avoid an error.  */
  8762. #ifdef __cplusplus
  8763. extern "C"
  8764. {
  8765. #endif
  8766. /* We use char because int might match the return type of a gcc2
  8767.    builtin and then its argument prototype would still apply.  */
  8768. char $ac_func ();
  8769. /* The GNU C library defines this for functions which it implements
  8770.     to always fail with ENOSYS.  Some functions are actually named
  8771.     something starting with __ and the normal name is an alias.  */
  8772. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  8773. choke me
  8774. #else
  8775. char (*f) () = $ac_func;
  8776. #endif
  8777. #ifdef __cplusplus
  8778. }
  8779. #endif
  8780.  
  8781. int
  8782. main ()
  8783. {
  8784. return f != $ac_func;
  8785.   ;
  8786.   return 0;
  8787. }
  8788. _ACEOF
  8789. rm -f conftest.$ac_objext conftest$ac_exeext
  8790. if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  8791.   (eval $ac_link) 2>&5
  8792.   ac_status=$?
  8793.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  8794.   (exit $ac_status); } &&
  8795.          { ac_try='test -s conftest$ac_exeext'
  8796.   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  8797.   (eval $ac_try) 2>&5
  8798.   ac_status=$?
  8799.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  8800.   (exit $ac_status); }; }; then
  8801.   eval "$as_ac_var=yes"
  8802. else
  8803.   echo "$as_me: failed program was:" >&5
  8804. sed 's/^/| /' conftest.$ac_ext >&5
  8805.  
  8806. eval "$as_ac_var=no"
  8807. fi
  8808. rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  8809. fi
  8810. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
  8811. echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
  8812. if test `eval echo '${'$as_ac_var'}'` = yes; then
  8813.  
  8814. cat >>confdefs.h <<_ACEOF
  8815. #define CRAY_STACKSEG_END $ac_func
  8816. _ACEOF
  8817.  
  8818.     break
  8819. fi
  8820.  
  8821.   done
  8822. fi
  8823.  
  8824. echo "$as_me:$LINENO: checking stack direction for C alloca" >&5
  8825. echo $ECHO_N "checking stack direction for C alloca... $ECHO_C" >&6
  8826. if test "${ac_cv_c_stack_direction+set}" = set; then
  8827.   echo $ECHO_N "(cached) $ECHO_C" >&6
  8828. else
  8829.   if test "$cross_compiling" = yes; then
  8830.   ac_cv_c_stack_direction=0
  8831. else
  8832.   cat >conftest.$ac_ext <<_ACEOF
  8833. #line $LINENO "configure"
  8834. /* confdefs.h.  */
  8835. _ACEOF
  8836. cat confdefs.h >>conftest.$ac_ext
  8837. cat >>conftest.$ac_ext <<_ACEOF
  8838. /* end confdefs.h.  */
  8839. int
  8840. find_stack_direction ()
  8841. {
  8842.   static char *addr = 0;
  8843.   auto char dummy;
  8844.   if (addr == 0)
  8845.     {
  8846.       addr = &dummy;
  8847.       return find_stack_direction ();
  8848.     }
  8849.   else
  8850.     return (&dummy > addr) ? 1 : -1;
  8851. }
  8852.  
  8853. int
  8854. main ()
  8855. {
  8856.   exit (find_stack_direction () < 0);
  8857. }
  8858. _ACEOF
  8859. rm -f conftest$ac_exeext
  8860. if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  8861.   (eval $ac_link) 2>&5
  8862.   ac_status=$?
  8863.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  8864.   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
  8865.   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  8866.   (eval $ac_try) 2>&5
  8867.   ac_status=$?
  8868.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  8869.   (exit $ac_status); }; }; then
  8870.   ac_cv_c_stack_direction=1
  8871. else
  8872.   echo "$as_me: program exited with status $ac_status" >&5
  8873. echo "$as_me: failed program was:" >&5
  8874. sed 's/^/| /' conftest.$ac_ext >&5
  8875.  
  8876. ( exit $ac_status )
  8877. ac_cv_c_stack_direction=-1
  8878. fi
  8879. rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
  8880. fi
  8881. fi
  8882. echo "$as_me:$LINENO: result: $ac_cv_c_stack_direction" >&5
  8883. echo "${ECHO_T}$ac_cv_c_stack_direction" >&6
  8884.  
  8885. cat >>confdefs.h <<_ACEOF
  8886. #define STACK_DIRECTION $ac_cv_c_stack_direction
  8887. _ACEOF
  8888.  
  8889.  
  8890. fi
  8891.  
  8892.  
  8893.  
  8894. for ac_header in stdlib.h unistd.h
  8895. do
  8896. as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
  8897. if eval "test \"\${$as_ac_Header+set}\" = set"; then
  8898.   echo "$as_me:$LINENO: checking for $ac_header" >&5
  8899. echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  8900. if eval "test \"\${$as_ac_Header+set}\" = set"; then
  8901.   echo $ECHO_N "(cached) $ECHO_C" >&6
  8902. fi
  8903. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  8904. echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  8905. else
  8906.   # Is the header compilable?
  8907. echo "$as_me:$LINENO: checking $ac_header usability" >&5
  8908. echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
  8909. cat >conftest.$ac_ext <<_ACEOF
  8910. #line $LINENO "configure"
  8911. /* confdefs.h.  */
  8912. _ACEOF
  8913. cat confdefs.h >>conftest.$ac_ext
  8914. cat >>conftest.$ac_ext <<_ACEOF
  8915. /* end confdefs.h.  */
  8916. $ac_includes_default
  8917. #include <$ac_header>
  8918. _ACEOF
  8919. rm -f conftest.$ac_objext
  8920. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  8921.   (eval $ac_compile) 2>&5
  8922.   ac_status=$?
  8923.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  8924.   (exit $ac_status); } &&
  8925.          { ac_try='test -s conftest.$ac_objext'
  8926.   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  8927.   (eval $ac_try) 2>&5
  8928.   ac_status=$?
  8929.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  8930.   (exit $ac_status); }; }; then
  8931.   ac_header_compiler=yes
  8932. else
  8933.   echo "$as_me: failed program was:" >&5
  8934. sed 's/^/| /' conftest.$ac_ext >&5
  8935.  
  8936. ac_header_compiler=no
  8937. fi
  8938. rm -f conftest.$ac_objext conftest.$ac_ext
  8939. echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
  8940. echo "${ECHO_T}$ac_header_compiler" >&6
  8941.  
  8942. # Is the header present?
  8943. echo "$as_me:$LINENO: checking $ac_header presence" >&5
  8944. echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
  8945. cat >conftest.$ac_ext <<_ACEOF
  8946. #line $LINENO "configure"
  8947. /* confdefs.h.  */
  8948. _ACEOF
  8949. cat confdefs.h >>conftest.$ac_ext
  8950. cat >>conftest.$ac_ext <<_ACEOF
  8951. /* end confdefs.h.  */
  8952. #include <$ac_header>
  8953. _ACEOF
  8954. if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
  8955.   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
  8956.   ac_status=$?
  8957.   grep -v '^ *+' conftest.er1 >conftest.err
  8958.   rm -f conftest.er1
  8959.   cat conftest.err >&5
  8960.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  8961.   (exit $ac_status); } >/dev/null; then
  8962.   if test -s conftest.err; then
  8963.     ac_cpp_err=$ac_c_preproc_warn_flag
  8964.   else
  8965.     ac_cpp_err=
  8966.   fi
  8967. else
  8968.   ac_cpp_err=yes
  8969. fi
  8970. if test -z "$ac_cpp_err"; then
  8971.   ac_header_preproc=yes
  8972. else
  8973.   echo "$as_me: failed program was:" >&5
  8974. sed 's/^/| /' conftest.$ac_ext >&5
  8975.  
  8976.   ac_header_preproc=no
  8977. fi
  8978. rm -f conftest.err conftest.$ac_ext
  8979. echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
  8980. echo "${ECHO_T}$ac_header_preproc" >&6
  8981.  
  8982. # So?  What about this header?
  8983. case $ac_header_compiler:$ac_header_preproc in
  8984.   yes:no )
  8985.     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
  8986. echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
  8987.     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
  8988. echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
  8989.     (
  8990.       cat <<\_ASBOX
  8991. ## ------------------------------------ ##
  8992. ## Report this to bug-autoconf@gnu.org. ##
  8993. ## ------------------------------------ ##
  8994. _ASBOX
  8995.     ) |
  8996.       sed "s/^/$as_me: WARNING:     /" >&2
  8997.     ;;
  8998.   no:yes )
  8999.     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
  9000. echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
  9001.     { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
  9002. echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
  9003.     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
  9004. echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
  9005.     (
  9006.       cat <<\_ASBOX
  9007. ## ------------------------------------ ##
  9008. ## Report this to bug-autoconf@gnu.org. ##
  9009. ## ------------------------------------ ##
  9010. _ASBOX
  9011.     ) |
  9012.       sed "s/^/$as_me: WARNING:     /" >&2
  9013.     ;;
  9014. esac
  9015. echo "$as_me:$LINENO: checking for $ac_header" >&5
  9016. echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  9017. if eval "test \"\${$as_ac_Header+set}\" = set"; then
  9018.   echo $ECHO_N "(cached) $ECHO_C" >&6
  9019. else
  9020.   eval "$as_ac_Header=$ac_header_preproc"
  9021. fi
  9022. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  9023. echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  9024.  
  9025. fi
  9026. if test `eval echo '${'$as_ac_Header'}'` = yes; then
  9027.   cat >>confdefs.h <<_ACEOF
  9028. #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
  9029. _ACEOF
  9030.  
  9031. fi
  9032.  
  9033. done
  9034.  
  9035.  
  9036. for ac_func in getpagesize
  9037. do
  9038. as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
  9039. echo "$as_me:$LINENO: checking for $ac_func" >&5
  9040. echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
  9041. if eval "test \"\${$as_ac_var+set}\" = set"; then
  9042.   echo $ECHO_N "(cached) $ECHO_C" >&6
  9043. else
  9044.   cat >conftest.$ac_ext <<_ACEOF
  9045. #line $LINENO "configure"
  9046. /* confdefs.h.  */
  9047. _ACEOF
  9048. cat confdefs.h >>conftest.$ac_ext
  9049. cat >>conftest.$ac_ext <<_ACEOF
  9050. /* end confdefs.h.  */
  9051. /* System header to define __stub macros and hopefully few prototypes,
  9052.     which can conflict with char $ac_func (); below.
  9053.     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  9054.     <limits.h> exists even on freestanding compilers.  */
  9055. #ifdef __STDC__
  9056. # include <limits.h>
  9057. #else
  9058. # include <assert.h>
  9059. #endif
  9060. /* Override any gcc2 internal prototype to avoid an error.  */
  9061. #ifdef __cplusplus
  9062. extern "C"
  9063. {
  9064. #endif
  9065. /* We use char because int might match the return type of a gcc2
  9066.    builtin and then its argument prototype would still apply.  */
  9067. char $ac_func ();
  9068. /* The GNU C library defines this for functions which it implements
  9069.     to always fail with ENOSYS.  Some functions are actually named
  9070.     something starting with __ and the normal name is an alias.  */
  9071. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  9072. choke me
  9073. #else
  9074. char (*f) () = $ac_func;
  9075. #endif
  9076. #ifdef __cplusplus
  9077. }
  9078. #endif
  9079.  
  9080. int
  9081. main ()
  9082. {
  9083. return f != $ac_func;
  9084.   ;
  9085.   return 0;
  9086. }
  9087. _ACEOF
  9088. rm -f conftest.$ac_objext conftest$ac_exeext
  9089. if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  9090.   (eval $ac_link) 2>&5
  9091.   ac_status=$?
  9092.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  9093.   (exit $ac_status); } &&
  9094.          { ac_try='test -s conftest$ac_exeext'
  9095.   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  9096.   (eval $ac_try) 2>&5
  9097.   ac_status=$?
  9098.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  9099.   (exit $ac_status); }; }; then
  9100.   eval "$as_ac_var=yes"
  9101. else
  9102.   echo "$as_me: failed program was:" >&5
  9103. sed 's/^/| /' conftest.$ac_ext >&5
  9104.  
  9105. eval "$as_ac_var=no"
  9106. fi
  9107. rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  9108. fi
  9109. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
  9110. echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
  9111. if test `eval echo '${'$as_ac_var'}'` = yes; then
  9112.   cat >>confdefs.h <<_ACEOF
  9113. #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
  9114. _ACEOF
  9115.  
  9116. fi
  9117. done
  9118.  
  9119. echo "$as_me:$LINENO: checking for working mmap" >&5
  9120. echo $ECHO_N "checking for working mmap... $ECHO_C" >&6
  9121. if test "${ac_cv_func_mmap_fixed_mapped+set}" = set; then
  9122.   echo $ECHO_N "(cached) $ECHO_C" >&6
  9123. else
  9124.   if test "$cross_compiling" = yes; then
  9125.   ac_cv_func_mmap_fixed_mapped=no
  9126. else
  9127.   cat >conftest.$ac_ext <<_ACEOF
  9128. #line $LINENO "configure"
  9129. /* confdefs.h.  */
  9130. _ACEOF
  9131. cat confdefs.h >>conftest.$ac_ext
  9132. cat >>conftest.$ac_ext <<_ACEOF
  9133. /* end confdefs.h.  */
  9134. $ac_includes_default
  9135. /* malloc might have been renamed as rpl_malloc. */
  9136. #undef malloc
  9137.  
  9138. /* Thanks to Mike Haertel and Jim Avera for this test.
  9139.    Here is a matrix of mmap possibilities:
  9140.     mmap private not fixed
  9141.     mmap private fixed at somewhere currently unmapped
  9142.     mmap private fixed at somewhere already mapped
  9143.     mmap shared not fixed
  9144.     mmap shared fixed at somewhere currently unmapped
  9145.     mmap shared fixed at somewhere already mapped
  9146.    For private mappings, we should verify that changes cannot be read()
  9147.    back from the file, nor mmap's back from the file at a different
  9148.    address.  (There have been systems where private was not correctly
  9149.    implemented like the infamous i386 svr4.0, and systems where the
  9150.    VM page cache was not coherent with the file system buffer cache
  9151.    like early versions of FreeBSD and possibly contemporary NetBSD.)
  9152.    For shared mappings, we should conversely verify that changes get
  9153.    propagated back to all the places they're supposed to be.
  9154.  
  9155.    Grep wants private fixed already mapped.
  9156.    The main things grep needs to know about mmap are:
  9157.    * does it exist and is it safe to write into the mmap'd area
  9158.    * how to use it (BSD variants)  */
  9159.  
  9160. #include <fcntl.h>
  9161. #include <sys/mman.h>
  9162.  
  9163. #if !STDC_HEADERS && !HAVE_STDLIB_H
  9164. char *malloc ();
  9165. #endif
  9166.  
  9167. /* This mess was copied from the GNU getpagesize.h.  */
  9168. #if !HAVE_GETPAGESIZE
  9169. /* Assume that all systems that can run configure have sys/param.h.  */
  9170. # if !HAVE_SYS_PARAM_H
  9171. #  define HAVE_SYS_PARAM_H 1
  9172. # endif
  9173.  
  9174. # ifdef _SC_PAGESIZE
  9175. #  define getpagesize() sysconf(_SC_PAGESIZE)
  9176. # else /* no _SC_PAGESIZE */
  9177. #  if HAVE_SYS_PARAM_H
  9178. #   include <sys/param.h>
  9179. #   ifdef EXEC_PAGESIZE
  9180. #    define getpagesize() EXEC_PAGESIZE
  9181. #   else /* no EXEC_PAGESIZE */
  9182. #    ifdef NBPG
  9183. #     define getpagesize() NBPG * CLSIZE
  9184. #     ifndef CLSIZE
  9185. #      define CLSIZE 1
  9186. #     endif /* no CLSIZE */
  9187. #    else /* no NBPG */
  9188. #     ifdef NBPC
  9189. #      define getpagesize() NBPC
  9190. #     else /* no NBPC */
  9191. #      ifdef PAGESIZE
  9192. #       define getpagesize() PAGESIZE
  9193. #      endif /* PAGESIZE */
  9194. #     endif /* no NBPC */
  9195. #    endif /* no NBPG */
  9196. #   endif /* no EXEC_PAGESIZE */
  9197. #  else /* no HAVE_SYS_PARAM_H */
  9198. #   define getpagesize() 8192    /* punt totally */
  9199. #  endif /* no HAVE_SYS_PARAM_H */
  9200. # endif /* no _SC_PAGESIZE */
  9201.  
  9202. #endif /* no HAVE_GETPAGESIZE */
  9203.  
  9204. int
  9205. main ()
  9206. {
  9207.   char *data, *data2, *data3;
  9208.   int i, pagesize;
  9209.   int fd;
  9210.  
  9211.   pagesize = getpagesize ();
  9212.  
  9213.   /* First, make a file with some known garbage in it. */
  9214.   data = (char *) malloc (pagesize);
  9215.   if (!data)
  9216.     exit (1);
  9217.   for (i = 0; i < pagesize; ++i)
  9218.     *(data + i) = rand ();
  9219.   umask (0);
  9220.   fd = creat ("conftest.mmap", 0600);
  9221.   if (fd < 0)
  9222.     exit (1);
  9223.   if (write (fd, data, pagesize) != pagesize)
  9224.     exit (1);
  9225.   close (fd);
  9226.  
  9227.   /* Next, try to mmap the file at a fixed address which already has
  9228.      something else allocated at it.  If we can, also make sure that
  9229.      we see the same garbage.  */
  9230.   fd = open ("conftest.mmap", O_RDWR);
  9231.   if (fd < 0)
  9232.     exit (1);
  9233.   data2 = (char *) malloc (2 * pagesize);
  9234.   if (!data2)
  9235.     exit (1);
  9236.   data2 += (pagesize - ((int) data2 & (pagesize - 1))) & (pagesize - 1);
  9237.   if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE,
  9238.                      MAP_PRIVATE | MAP_FIXED, fd, 0L))
  9239.     exit (1);
  9240.   for (i = 0; i < pagesize; ++i)
  9241.     if (*(data + i) != *(data2 + i))
  9242.       exit (1);
  9243.  
  9244.   /* Finally, make sure that changes to the mapped area do not
  9245.      percolate back to the file as seen by read().  (This is a bug on
  9246.      some variants of i386 svr4.0.)  */
  9247.   for (i = 0; i < pagesize; ++i)
  9248.     *(data2 + i) = *(data2 + i) + 1;
  9249.   data3 = (char *) malloc (pagesize);
  9250.   if (!data3)
  9251.     exit (1);
  9252.   if (read (fd, data3, pagesize) != pagesize)
  9253.     exit (1);
  9254.   for (i = 0; i < pagesize; ++i)
  9255.     if (*(data + i) != *(data3 + i))
  9256.       exit (1);
  9257.   close (fd);
  9258.   exit (0);
  9259. }
  9260. _ACEOF
  9261. rm -f conftest$ac_exeext
  9262. if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  9263.   (eval $ac_link) 2>&5
  9264.   ac_status=$?
  9265.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  9266.   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
  9267.   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  9268.   (eval $ac_try) 2>&5
  9269.   ac_status=$?
  9270.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  9271.   (exit $ac_status); }; }; then
  9272.   ac_cv_func_mmap_fixed_mapped=yes
  9273. else
  9274.   echo "$as_me: program exited with status $ac_status" >&5
  9275. echo "$as_me: failed program was:" >&5
  9276. sed 's/^/| /' conftest.$ac_ext >&5
  9277.  
  9278. ( exit $ac_status )
  9279. ac_cv_func_mmap_fixed_mapped=no
  9280. fi
  9281. rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
  9282. fi
  9283. fi
  9284. echo "$as_me:$LINENO: result: $ac_cv_func_mmap_fixed_mapped" >&5
  9285. echo "${ECHO_T}$ac_cv_func_mmap_fixed_mapped" >&6
  9286. if test $ac_cv_func_mmap_fixed_mapped = yes; then
  9287.  
  9288. cat >>confdefs.h <<\_ACEOF
  9289. #define HAVE_MMAP 1
  9290. _ACEOF
  9291.  
  9292. fi
  9293. rm -f conftest.mmap
  9294.  
  9295.  
  9296.  
  9297.  
  9298.  
  9299.  
  9300.  
  9301.  
  9302.  
  9303.  
  9304. for ac_header in argz.h limits.h locale.h nl_types.h malloc.h string.h \
  9305. unistd.h sys/param.h
  9306. do
  9307. as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
  9308. if eval "test \"\${$as_ac_Header+set}\" = set"; then
  9309.   echo "$as_me:$LINENO: checking for $ac_header" >&5
  9310. echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  9311. if eval "test \"\${$as_ac_Header+set}\" = set"; then
  9312.   echo $ECHO_N "(cached) $ECHO_C" >&6
  9313. fi
  9314. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  9315. echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  9316. else
  9317.   # Is the header compilable?
  9318. echo "$as_me:$LINENO: checking $ac_header usability" >&5
  9319. echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
  9320. cat >conftest.$ac_ext <<_ACEOF
  9321. #line $LINENO "configure"
  9322. /* confdefs.h.  */
  9323. _ACEOF
  9324. cat confdefs.h >>conftest.$ac_ext
  9325. cat >>conftest.$ac_ext <<_ACEOF
  9326. /* end confdefs.h.  */
  9327. $ac_includes_default
  9328. #include <$ac_header>
  9329. _ACEOF
  9330. rm -f conftest.$ac_objext
  9331. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  9332.   (eval $ac_compile) 2>&5
  9333.   ac_status=$?
  9334.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  9335.   (exit $ac_status); } &&
  9336.          { ac_try='test -s conftest.$ac_objext'
  9337.   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  9338.   (eval $ac_try) 2>&5
  9339.   ac_status=$?
  9340.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  9341.   (exit $ac_status); }; }; then
  9342.   ac_header_compiler=yes
  9343. else
  9344.   echo "$as_me: failed program was:" >&5
  9345. sed 's/^/| /' conftest.$ac_ext >&5
  9346.  
  9347. ac_header_compiler=no
  9348. fi
  9349. rm -f conftest.$ac_objext conftest.$ac_ext
  9350. echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
  9351. echo "${ECHO_T}$ac_header_compiler" >&6
  9352.  
  9353. # Is the header present?
  9354. echo "$as_me:$LINENO: checking $ac_header presence" >&5
  9355. echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
  9356. cat >conftest.$ac_ext <<_ACEOF
  9357. #line $LINENO "configure"
  9358. /* confdefs.h.  */
  9359. _ACEOF
  9360. cat confdefs.h >>conftest.$ac_ext
  9361. cat >>conftest.$ac_ext <<_ACEOF
  9362. /* end confdefs.h.  */
  9363. #include <$ac_header>
  9364. _ACEOF
  9365. if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
  9366.   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
  9367.   ac_status=$?
  9368.   grep -v '^ *+' conftest.er1 >conftest.err
  9369.   rm -f conftest.er1
  9370.   cat conftest.err >&5
  9371.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  9372.   (exit $ac_status); } >/dev/null; then
  9373.   if test -s conftest.err; then
  9374.     ac_cpp_err=$ac_c_preproc_warn_flag
  9375.   else
  9376.     ac_cpp_err=
  9377.   fi
  9378. else
  9379.   ac_cpp_err=yes
  9380. fi
  9381. if test -z "$ac_cpp_err"; then
  9382.   ac_header_preproc=yes
  9383. else
  9384.   echo "$as_me: failed program was:" >&5
  9385. sed 's/^/| /' conftest.$ac_ext >&5
  9386.  
  9387.   ac_header_preproc=no
  9388. fi
  9389. rm -f conftest.err conftest.$ac_ext
  9390. echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
  9391. echo "${ECHO_T}$ac_header_preproc" >&6
  9392.  
  9393. # So?  What about this header?
  9394. case $ac_header_compiler:$ac_header_preproc in
  9395.   yes:no )
  9396.     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
  9397. echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
  9398.     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
  9399. echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
  9400.     (
  9401.       cat <<\_ASBOX
  9402. ## ------------------------------------ ##
  9403. ## Report this to bug-autoconf@gnu.org. ##
  9404. ## ------------------------------------ ##
  9405. _ASBOX
  9406.     ) |
  9407.       sed "s/^/$as_me: WARNING:     /" >&2
  9408.     ;;
  9409.   no:yes )
  9410.     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
  9411. echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
  9412.     { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
  9413. echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
  9414.     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
  9415. echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
  9416.     (
  9417.       cat <<\_ASBOX
  9418. ## ------------------------------------ ##
  9419. ## Report this to bug-autoconf@gnu.org. ##
  9420. ## ------------------------------------ ##
  9421. _ASBOX
  9422.     ) |
  9423.       sed "s/^/$as_me: WARNING:     /" >&2
  9424.     ;;
  9425. esac
  9426. echo "$as_me:$LINENO: checking for $ac_header" >&5
  9427. echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  9428. if eval "test \"\${$as_ac_Header+set}\" = set"; then
  9429.   echo $ECHO_N "(cached) $ECHO_C" >&6
  9430. else
  9431.   eval "$as_ac_Header=$ac_header_preproc"
  9432. fi
  9433. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  9434. echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  9435.  
  9436. fi
  9437. if test `eval echo '${'$as_ac_Header'}'` = yes; then
  9438.   cat >>confdefs.h <<_ACEOF
  9439. #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
  9440. _ACEOF
  9441.  
  9442. fi
  9443.  
  9444. done
  9445.  
  9446.  
  9447.  
  9448.  
  9449.  
  9450.  
  9451.  
  9452.  
  9453.  
  9454.  
  9455.  
  9456.  
  9457. for ac_func in getcwd munmap putenv setenv setlocale strchr strcasecmp \
  9458. strdup __argz_count __argz_stringify __argz_next
  9459. do
  9460. as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
  9461. echo "$as_me:$LINENO: checking for $ac_func" >&5
  9462. echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
  9463. if eval "test \"\${$as_ac_var+set}\" = set"; then
  9464.   echo $ECHO_N "(cached) $ECHO_C" >&6
  9465. else
  9466.   cat >conftest.$ac_ext <<_ACEOF
  9467. #line $LINENO "configure"
  9468. /* confdefs.h.  */
  9469. _ACEOF
  9470. cat confdefs.h >>conftest.$ac_ext
  9471. cat >>conftest.$ac_ext <<_ACEOF
  9472. /* end confdefs.h.  */
  9473. /* System header to define __stub macros and hopefully few prototypes,
  9474.     which can conflict with char $ac_func (); below.
  9475.     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  9476.     <limits.h> exists even on freestanding compilers.  */
  9477. #ifdef __STDC__
  9478. # include <limits.h>
  9479. #else
  9480. # include <assert.h>
  9481. #endif
  9482. /* Override any gcc2 internal prototype to avoid an error.  */
  9483. #ifdef __cplusplus
  9484. extern "C"
  9485. {
  9486. #endif
  9487. /* We use char because int might match the return type of a gcc2
  9488.    builtin and then its argument prototype would still apply.  */
  9489. char $ac_func ();
  9490. /* The GNU C library defines this for functions which it implements
  9491.     to always fail with ENOSYS.  Some functions are actually named
  9492.     something starting with __ and the normal name is an alias.  */
  9493. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  9494. choke me
  9495. #else
  9496. char (*f) () = $ac_func;
  9497. #endif
  9498. #ifdef __cplusplus
  9499. }
  9500. #endif
  9501.  
  9502. int
  9503. main ()
  9504. {
  9505. return f != $ac_func;
  9506.   ;
  9507.   return 0;
  9508. }
  9509. _ACEOF
  9510. rm -f conftest.$ac_objext conftest$ac_exeext
  9511. if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  9512.   (eval $ac_link) 2>&5
  9513.   ac_status=$?
  9514.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  9515.   (exit $ac_status); } &&
  9516.          { ac_try='test -s conftest$ac_exeext'
  9517.   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  9518.   (eval $ac_try) 2>&5
  9519.   ac_status=$?
  9520.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  9521.   (exit $ac_status); }; }; then
  9522.   eval "$as_ac_var=yes"
  9523. else
  9524.   echo "$as_me: failed program was:" >&5
  9525. sed 's/^/| /' conftest.$ac_ext >&5
  9526.  
  9527. eval "$as_ac_var=no"
  9528. fi
  9529. rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  9530. fi
  9531. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
  9532. echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
  9533. if test `eval echo '${'$as_ac_var'}'` = yes; then
  9534.   cat >>confdefs.h <<_ACEOF
  9535. #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
  9536. _ACEOF
  9537.  
  9538. fi
  9539. done
  9540.  
  9541.  
  9542.    if test $ac_cv_header_locale_h = yes; then
  9543.     echo "$as_me:$LINENO: checking for LC_MESSAGES" >&5
  9544. echo $ECHO_N "checking for LC_MESSAGES... $ECHO_C" >&6
  9545. if test "${am_cv_val_LC_MESSAGES+set}" = set; then
  9546.   echo $ECHO_N "(cached) $ECHO_C" >&6
  9547. else
  9548.   cat >conftest.$ac_ext <<_ACEOF
  9549. #line $LINENO "configure"
  9550. /* confdefs.h.  */
  9551. _ACEOF
  9552. cat confdefs.h >>conftest.$ac_ext
  9553. cat >>conftest.$ac_ext <<_ACEOF
  9554. /* end confdefs.h.  */
  9555. #include <locale.h>
  9556. int
  9557. main ()
  9558. {
  9559. return LC_MESSAGES
  9560.   ;
  9561.   return 0;
  9562. }
  9563. _ACEOF
  9564. rm -f conftest.$ac_objext conftest$ac_exeext
  9565. if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  9566.   (eval $ac_link) 2>&5
  9567.   ac_status=$?
  9568.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  9569.   (exit $ac_status); } &&
  9570.          { ac_try='test -s conftest$ac_exeext'
  9571.   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  9572.   (eval $ac_try) 2>&5
  9573.   ac_status=$?
  9574.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  9575.   (exit $ac_status); }; }; then
  9576.   am_cv_val_LC_MESSAGES=yes
  9577. else
  9578.   echo "$as_me: failed program was:" >&5
  9579. sed 's/^/| /' conftest.$ac_ext >&5
  9580.  
  9581. am_cv_val_LC_MESSAGES=no
  9582. fi
  9583. rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  9584. fi
  9585. echo "$as_me:$LINENO: result: $am_cv_val_LC_MESSAGES" >&5
  9586. echo "${ECHO_T}$am_cv_val_LC_MESSAGES" >&6
  9587.     if test $am_cv_val_LC_MESSAGES = yes; then
  9588.  
  9589. cat >>confdefs.h <<\_ACEOF
  9590. #define HAVE_LC_MESSAGES 1
  9591. _ACEOF
  9592.  
  9593.     fi
  9594.   fi
  9595.      USE_NLS=yes
  9596.  
  9597.  
  9598.         nls_cv_force_use_gnu_gettext="no"
  9599.  
  9600.     nls_cv_use_gnu_gettext="$nls_cv_force_use_gnu_gettext"
  9601.     if test "$nls_cv_force_use_gnu_gettext" != "yes"; then
  9602.                               nls_cv_header_intl=
  9603.       nls_cv_header_libgt=
  9604.       CATOBJEXT=NONE
  9605.  
  9606.       if test "${ac_cv_header_libintl_h+set}" = set; then
  9607.   echo "$as_me:$LINENO: checking for libintl.h" >&5
  9608. echo $ECHO_N "checking for libintl.h... $ECHO_C" >&6
  9609. if test "${ac_cv_header_libintl_h+set}" = set; then
  9610.   echo $ECHO_N "(cached) $ECHO_C" >&6
  9611. fi
  9612. echo "$as_me:$LINENO: result: $ac_cv_header_libintl_h" >&5
  9613. echo "${ECHO_T}$ac_cv_header_libintl_h" >&6
  9614. else
  9615.   # Is the header compilable?
  9616. echo "$as_me:$LINENO: checking libintl.h usability" >&5
  9617. echo $ECHO_N "checking libintl.h usability... $ECHO_C" >&6
  9618. cat >conftest.$ac_ext <<_ACEOF
  9619. #line $LINENO "configure"
  9620. /* confdefs.h.  */
  9621. _ACEOF
  9622. cat confdefs.h >>conftest.$ac_ext
  9623. cat >>conftest.$ac_ext <<_ACEOF
  9624. /* end confdefs.h.  */
  9625. $ac_includes_default
  9626. #include <libintl.h>
  9627. _ACEOF
  9628. rm -f conftest.$ac_objext
  9629. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  9630.   (eval $ac_compile) 2>&5
  9631.   ac_status=$?
  9632.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  9633.   (exit $ac_status); } &&
  9634.          { ac_try='test -s conftest.$ac_objext'
  9635.   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  9636.   (eval $ac_try) 2>&5
  9637.   ac_status=$?
  9638.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  9639.   (exit $ac_status); }; }; then
  9640.   ac_header_compiler=yes
  9641. else
  9642.   echo "$as_me: failed program was:" >&5
  9643. sed 's/^/| /' conftest.$ac_ext >&5
  9644.  
  9645. ac_header_compiler=no
  9646. fi
  9647. rm -f conftest.$ac_objext conftest.$ac_ext
  9648. echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
  9649. echo "${ECHO_T}$ac_header_compiler" >&6
  9650.  
  9651. # Is the header present?
  9652. echo "$as_me:$LINENO: checking libintl.h presence" >&5
  9653. echo $ECHO_N "checking libintl.h presence... $ECHO_C" >&6
  9654. cat >conftest.$ac_ext <<_ACEOF
  9655. #line $LINENO "configure"
  9656. /* confdefs.h.  */
  9657. _ACEOF
  9658. cat confdefs.h >>conftest.$ac_ext
  9659. cat >>conftest.$ac_ext <<_ACEOF
  9660. /* end confdefs.h.  */
  9661. #include <libintl.h>
  9662. _ACEOF
  9663. if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
  9664.   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
  9665.   ac_status=$?
  9666.   grep -v '^ *+' conftest.er1 >conftest.err
  9667.   rm -f conftest.er1
  9668.   cat conftest.err >&5
  9669.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  9670.   (exit $ac_status); } >/dev/null; then
  9671.   if test -s conftest.err; then
  9672.     ac_cpp_err=$ac_c_preproc_warn_flag
  9673.   else
  9674.     ac_cpp_err=
  9675.   fi
  9676. else
  9677.   ac_cpp_err=yes
  9678. fi
  9679. if test -z "$ac_cpp_err"; then
  9680.   ac_header_preproc=yes
  9681. else
  9682.   echo "$as_me: failed program was:" >&5
  9683. sed 's/^/| /' conftest.$ac_ext >&5
  9684.  
  9685.   ac_header_preproc=no
  9686. fi
  9687. rm -f conftest.err conftest.$ac_ext
  9688. echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
  9689. echo "${ECHO_T}$ac_header_preproc" >&6
  9690.  
  9691. # So?  What about this header?
  9692. case $ac_header_compiler:$ac_header_preproc in
  9693.   yes:no )
  9694.     { echo "$as_me:$LINENO: WARNING: libintl.h: accepted by the compiler, rejected by the preprocessor!" >&5
  9695. echo "$as_me: WARNING: libintl.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
  9696.     { echo "$as_me:$LINENO: WARNING: libintl.h: proceeding with the preprocessor's result" >&5
  9697. echo "$as_me: WARNING: libintl.h: proceeding with the preprocessor's result" >&2;}
  9698.     (
  9699.       cat <<\_ASBOX
  9700. ## ------------------------------------ ##
  9701. ## Report this to bug-autoconf@gnu.org. ##
  9702. ## ------------------------------------ ##
  9703. _ASBOX
  9704.     ) |
  9705.       sed "s/^/$as_me: WARNING:     /" >&2
  9706.     ;;
  9707.   no:yes )
  9708.     { echo "$as_me:$LINENO: WARNING: libintl.h: present but cannot be compiled" >&5
  9709. echo "$as_me: WARNING: libintl.h: present but cannot be compiled" >&2;}
  9710.     { echo "$as_me:$LINENO: WARNING: libintl.h: check for missing prerequisite headers?" >&5
  9711. echo "$as_me: WARNING: libintl.h: check for missing prerequisite headers?" >&2;}
  9712.     { echo "$as_me:$LINENO: WARNING: libintl.h: proceeding with the preprocessor's result" >&5
  9713. echo "$as_me: WARNING: libintl.h: proceeding with the preprocessor's result" >&2;}
  9714.     (
  9715.       cat <<\_ASBOX
  9716. ## ------------------------------------ ##
  9717. ## Report this to bug-autoconf@gnu.org. ##
  9718. ## ------------------------------------ ##
  9719. _ASBOX
  9720.     ) |
  9721.       sed "s/^/$as_me: WARNING:     /" >&2
  9722.     ;;
  9723. esac
  9724. echo "$as_me:$LINENO: checking for libintl.h" >&5
  9725. echo $ECHO_N "checking for libintl.h... $ECHO_C" >&6
  9726. if test "${ac_cv_header_libintl_h+set}" = set; then
  9727.   echo $ECHO_N "(cached) $ECHO_C" >&6
  9728. else
  9729.   ac_cv_header_libintl_h=$ac_header_preproc
  9730. fi
  9731. echo "$as_me:$LINENO: result: $ac_cv_header_libintl_h" >&5
  9732. echo "${ECHO_T}$ac_cv_header_libintl_h" >&6
  9733.  
  9734. fi
  9735. if test $ac_cv_header_libintl_h = yes; then
  9736.   echo "$as_me:$LINENO: checking for dgettext in libc" >&5
  9737. echo $ECHO_N "checking for dgettext in libc... $ECHO_C" >&6
  9738. if test "${gt_cv_func_dgettext_libc+set}" = set; then
  9739.   echo $ECHO_N "(cached) $ECHO_C" >&6
  9740. else
  9741.   cat >conftest.$ac_ext <<_ACEOF
  9742. #line $LINENO "configure"
  9743. /* confdefs.h.  */
  9744. _ACEOF
  9745. cat confdefs.h >>conftest.$ac_ext
  9746. cat >>conftest.$ac_ext <<_ACEOF
  9747. /* end confdefs.h.  */
  9748. #include <libintl.h>
  9749. int
  9750. main ()
  9751. {
  9752. return (int) dgettext ("","")
  9753.   ;
  9754.   return 0;
  9755. }
  9756. _ACEOF
  9757. rm -f conftest.$ac_objext conftest$ac_exeext
  9758. if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  9759.   (eval $ac_link) 2>&5
  9760.   ac_status=$?
  9761.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  9762.   (exit $ac_status); } &&
  9763.          { ac_try='test -s conftest$ac_exeext'
  9764.   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  9765.   (eval $ac_try) 2>&5
  9766.   ac_status=$?
  9767.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  9768.   (exit $ac_status); }; }; then
  9769.   gt_cv_func_dgettext_libc=yes
  9770. else
  9771.   echo "$as_me: failed program was:" >&5
  9772. sed 's/^/| /' conftest.$ac_ext >&5
  9773.  
  9774. gt_cv_func_dgettext_libc=no
  9775. fi
  9776. rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  9777. fi
  9778. echo "$as_me:$LINENO: result: $gt_cv_func_dgettext_libc" >&5
  9779. echo "${ECHO_T}$gt_cv_func_dgettext_libc" >&6
  9780.  
  9781.       if test "$gt_cv_func_dgettext_libc" != "yes"; then
  9782.         echo "$as_me:$LINENO: checking for bindtextdomain in -lintl" >&5
  9783. echo $ECHO_N "checking for bindtextdomain in -lintl... $ECHO_C" >&6
  9784. if test "${ac_cv_lib_intl_bindtextdomain+set}" = set; then
  9785.   echo $ECHO_N "(cached) $ECHO_C" >&6
  9786. else
  9787.   ac_check_lib_save_LIBS=$LIBS
  9788. LIBS="-lintl  $LIBS"
  9789. cat >conftest.$ac_ext <<_ACEOF
  9790. #line $LINENO "configure"
  9791. /* confdefs.h.  */
  9792. _ACEOF
  9793. cat confdefs.h >>conftest.$ac_ext
  9794. cat >>conftest.$ac_ext <<_ACEOF
  9795. /* end confdefs.h.  */
  9796.  
  9797. /* Override any gcc2 internal prototype to avoid an error.  */
  9798. #ifdef __cplusplus
  9799. extern "C"
  9800. #endif
  9801. /* We use char because int might match the return type of a gcc2
  9802.    builtin and then its argument prototype would still apply.  */
  9803. char bindtextdomain ();
  9804. int
  9805. main ()
  9806. {
  9807. bindtextdomain ();
  9808.   ;
  9809.   return 0;
  9810. }
  9811. _ACEOF
  9812. rm -f conftest.$ac_objext conftest$ac_exeext
  9813. if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  9814.   (eval $ac_link) 2>&5
  9815.   ac_status=$?
  9816.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  9817.   (exit $ac_status); } &&
  9818.          { ac_try='test -s conftest$ac_exeext'
  9819.   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  9820.   (eval $ac_try) 2>&5
  9821.   ac_status=$?
  9822.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  9823.   (exit $ac_status); }; }; then
  9824.   ac_cv_lib_intl_bindtextdomain=yes
  9825. else
  9826.   echo "$as_me: failed program was:" >&5
  9827. sed 's/^/| /' conftest.$ac_ext >&5
  9828.  
  9829. ac_cv_lib_intl_bindtextdomain=no
  9830. fi
  9831. rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  9832. LIBS=$ac_check_lib_save_LIBS
  9833. fi
  9834. echo "$as_me:$LINENO: result: $ac_cv_lib_intl_bindtextdomain" >&5
  9835. echo "${ECHO_T}$ac_cv_lib_intl_bindtextdomain" >&6
  9836. if test $ac_cv_lib_intl_bindtextdomain = yes; then
  9837.   echo "$as_me:$LINENO: checking for dgettext in libintl" >&5
  9838. echo $ECHO_N "checking for dgettext in libintl... $ECHO_C" >&6
  9839. if test "${gt_cv_func_dgettext_libintl+set}" = set; then
  9840.   echo $ECHO_N "(cached) $ECHO_C" >&6
  9841. else
  9842.   echo "$as_me:$LINENO: checking for dgettext in -lintl" >&5
  9843. echo $ECHO_N "checking for dgettext in -lintl... $ECHO_C" >&6
  9844. if test "${ac_cv_lib_intl_dgettext+set}" = set; then
  9845.   echo $ECHO_N "(cached) $ECHO_C" >&6
  9846. else
  9847.   ac_check_lib_save_LIBS=$LIBS
  9848. LIBS="-lintl  $LIBS"
  9849. cat >conftest.$ac_ext <<_ACEOF
  9850. #line $LINENO "configure"
  9851. /* confdefs.h.  */
  9852. _ACEOF
  9853. cat confdefs.h >>conftest.$ac_ext
  9854. cat >>conftest.$ac_ext <<_ACEOF
  9855. /* end confdefs.h.  */
  9856.  
  9857. /* Override any gcc2 internal prototype to avoid an error.  */
  9858. #ifdef __cplusplus
  9859. extern "C"
  9860. #endif
  9861. /* We use char because int might match the return type of a gcc2
  9862.    builtin and then its argument prototype would still apply.  */
  9863. char dgettext ();
  9864. int
  9865. main ()
  9866. {
  9867. dgettext ();
  9868.   ;
  9869.   return 0;
  9870. }
  9871. _ACEOF
  9872. rm -f conftest.$ac_objext conftest$ac_exeext
  9873. if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  9874.   (eval $ac_link) 2>&5
  9875.   ac_status=$?
  9876.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  9877.   (exit $ac_status); } &&
  9878.          { ac_try='test -s conftest$ac_exeext'
  9879.   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  9880.   (eval $ac_try) 2>&5
  9881.   ac_status=$?
  9882.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  9883.   (exit $ac_status); }; }; then
  9884.   ac_cv_lib_intl_dgettext=yes
  9885. else
  9886.   echo "$as_me: failed program was:" >&5
  9887. sed 's/^/| /' conftest.$ac_ext >&5
  9888.  
  9889. ac_cv_lib_intl_dgettext=no
  9890. fi
  9891. rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  9892. LIBS=$ac_check_lib_save_LIBS
  9893. fi
  9894. echo "$as_me:$LINENO: result: $ac_cv_lib_intl_dgettext" >&5
  9895. echo "${ECHO_T}$ac_cv_lib_intl_dgettext" >&6
  9896. if test $ac_cv_lib_intl_dgettext = yes; then
  9897.   gt_cv_func_dgettext_libintl=yes
  9898. else
  9899.   gt_cv_func_dgettext_libintl=no
  9900. fi
  9901.  
  9902. fi
  9903. echo "$as_me:$LINENO: result: $gt_cv_func_dgettext_libintl" >&5
  9904. echo "${ECHO_T}$gt_cv_func_dgettext_libintl" >&6
  9905. fi
  9906.  
  9907.       fi
  9908.  
  9909.           if test "$gt_cv_func_dgettext_libintl" = "yes"; then
  9910.         LIBS="$LIBS -lintl";
  9911.           fi
  9912.  
  9913.       if test "$gt_cv_func_dgettext_libc" = "yes" \
  9914.         || test "$gt_cv_func_dgettext_libintl" = "yes"; then
  9915.         cat >>confdefs.h <<\_ACEOF
  9916. #define HAVE_GETTEXT 1
  9917. _ACEOF
  9918.  
  9919.         # Extract the first word of "msgfmt", so it can be a program name with args.
  9920. set dummy msgfmt; ac_word=$2
  9921. echo "$as_me:$LINENO: checking for $ac_word" >&5
  9922. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  9923. if test "${ac_cv_path_MSGFMT+set}" = set; then
  9924.   echo $ECHO_N "(cached) $ECHO_C" >&6
  9925. else
  9926.   case "$MSGFMT" in
  9927.   /*)
  9928.   ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
  9929.   ;;
  9930.   *)
  9931.   IFS="${IFS=     }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  9932.   for ac_dir in $PATH; do
  9933.     test -z "$ac_dir" && ac_dir=.
  9934.     if test -f $ac_dir/$ac_word; then
  9935.       if test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"; then
  9936.     ac_cv_path_MSGFMT="$ac_dir/$ac_word"
  9937.     break
  9938.       fi
  9939.     fi
  9940.   done
  9941.   IFS="$ac_save_ifs"
  9942.   test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT="no"
  9943.   ;;
  9944. esac
  9945. fi
  9946. MSGFMT="$ac_cv_path_MSGFMT"
  9947. if test "$MSGFMT" != "no"; then
  9948.   echo "$as_me:$LINENO: result: $MSGFMT" >&5
  9949. echo "${ECHO_T}$MSGFMT" >&6
  9950. else
  9951.   echo "$as_me:$LINENO: result: no" >&5
  9952. echo "${ECHO_T}no" >&6
  9953. fi
  9954.         if test "$MSGFMT" != "no"; then
  9955.  
  9956. for ac_func in dcgettext
  9957. do
  9958. as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
  9959. echo "$as_me:$LINENO: checking for $ac_func" >&5
  9960. echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
  9961. if eval "test \"\${$as_ac_var+set}\" = set"; then
  9962.   echo $ECHO_N "(cached) $ECHO_C" >&6
  9963. else
  9964.   cat >conftest.$ac_ext <<_ACEOF
  9965. #line $LINENO "configure"
  9966. /* confdefs.h.  */
  9967. _ACEOF
  9968. cat confdefs.h >>conftest.$ac_ext
  9969. cat >>conftest.$ac_ext <<_ACEOF
  9970. /* end confdefs.h.  */
  9971. /* System header to define __stub macros and hopefully few prototypes,
  9972.     which can conflict with char $ac_func (); below.
  9973.     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  9974.     <limits.h> exists even on freestanding compilers.  */
  9975. #ifdef __STDC__
  9976. # include <limits.h>
  9977. #else
  9978. # include <assert.h>
  9979. #endif
  9980. /* Override any gcc2 internal prototype to avoid an error.  */
  9981. #ifdef __cplusplus
  9982. extern "C"
  9983. {
  9984. #endif
  9985. /* We use char because int might match the return type of a gcc2
  9986.    builtin and then its argument prototype would still apply.  */
  9987. char $ac_func ();
  9988. /* The GNU C library defines this for functions which it implements
  9989.     to always fail with ENOSYS.  Some functions are actually named
  9990.     something starting with __ and the normal name is an alias.  */
  9991. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  9992. choke me
  9993. #else
  9994. char (*f) () = $ac_func;
  9995. #endif
  9996. #ifdef __cplusplus
  9997. }
  9998. #endif
  9999.  
  10000. int
  10001. main ()
  10002. {
  10003. return f != $ac_func;
  10004.   ;
  10005.   return 0;
  10006. }
  10007. _ACEOF
  10008. rm -f conftest.$ac_objext conftest$ac_exeext
  10009. if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  10010.   (eval $ac_link) 2>&5
  10011.   ac_status=$?
  10012.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  10013.   (exit $ac_status); } &&
  10014.          { ac_try='test -s conftest$ac_exeext'
  10015.   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  10016.   (eval $ac_try) 2>&5
  10017.   ac_status=$?
  10018.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  10019.   (exit $ac_status); }; }; then
  10020.   eval "$as_ac_var=yes"
  10021. else
  10022.   echo "$as_me: failed program was:" >&5
  10023. sed 's/^/| /' conftest.$ac_ext >&5
  10024.  
  10025. eval "$as_ac_var=no"
  10026. fi
  10027. rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  10028. fi
  10029. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
  10030. echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
  10031. if test `eval echo '${'$as_ac_var'}'` = yes; then
  10032.   cat >>confdefs.h <<_ACEOF
  10033. #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
  10034. _ACEOF
  10035.  
  10036. fi
  10037. done
  10038.  
  10039.           # Extract the first word of "gmsgfmt", so it can be a program name with args.
  10040. set dummy gmsgfmt; ac_word=$2
  10041. echo "$as_me:$LINENO: checking for $ac_word" >&5
  10042. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  10043. if test "${ac_cv_path_GMSGFMT+set}" = set; then
  10044.   echo $ECHO_N "(cached) $ECHO_C" >&6
  10045. else
  10046.   case $GMSGFMT in
  10047.   [\\/]* | ?:[\\/]*)
  10048.   ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
  10049.   ;;
  10050.   *)
  10051.   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  10052. for as_dir in $PATH
  10053. do
  10054.   IFS=$as_save_IFS
  10055.   test -z "$as_dir" && as_dir=.
  10056.   for ac_exec_ext in '' $ac_executable_extensions; do
  10057.   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  10058.     ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
  10059.     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  10060.     break 2
  10061.   fi
  10062. done
  10063. done
  10064.  
  10065.   test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
  10066.   ;;
  10067. esac
  10068. fi
  10069. GMSGFMT=$ac_cv_path_GMSGFMT
  10070.  
  10071. if test -n "$GMSGFMT"; then
  10072.   echo "$as_me:$LINENO: result: $GMSGFMT" >&5
  10073. echo "${ECHO_T}$GMSGFMT" >&6
  10074. else
  10075.   echo "$as_me:$LINENO: result: no" >&5
  10076. echo "${ECHO_T}no" >&6
  10077. fi
  10078.  
  10079.           # Extract the first word of "xgettext", so it can be a program name with args.
  10080. set dummy xgettext; ac_word=$2
  10081. echo "$as_me:$LINENO: checking for $ac_word" >&5
  10082. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  10083. if test "${ac_cv_path_XGETTEXT+set}" = set; then
  10084.   echo $ECHO_N "(cached) $ECHO_C" >&6
  10085. else
  10086.   case "$XGETTEXT" in
  10087.   /*)
  10088.   ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
  10089.   ;;
  10090.   *)
  10091.   IFS="${IFS=     }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  10092.   for ac_dir in $PATH; do
  10093.     test -z "$ac_dir" && ac_dir=.
  10094.     if test -f $ac_dir/$ac_word; then
  10095.       if test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"; then
  10096.     ac_cv_path_XGETTEXT="$ac_dir/$ac_word"
  10097.     break
  10098.       fi
  10099.     fi
  10100.   done
  10101.   IFS="$ac_save_ifs"
  10102.   test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
  10103.   ;;
  10104. esac
  10105. fi
  10106. XGETTEXT="$ac_cv_path_XGETTEXT"
  10107. if test "$XGETTEXT" != ":"; then
  10108.   echo "$as_me:$LINENO: result: $XGETTEXT" >&5
  10109. echo "${ECHO_T}$XGETTEXT" >&6
  10110. else
  10111.   echo "$as_me:$LINENO: result: no" >&5
  10112. echo "${ECHO_T}no" >&6
  10113. fi
  10114.  
  10115.           cat >conftest.$ac_ext <<_ACEOF
  10116. #line $LINENO "configure"
  10117. /* confdefs.h.  */
  10118. _ACEOF
  10119. cat confdefs.h >>conftest.$ac_ext
  10120. cat >>conftest.$ac_ext <<_ACEOF
  10121. /* end confdefs.h.  */
  10122.  
  10123. int
  10124. main ()
  10125. {
  10126. extern int _nl_msg_cat_cntr;
  10127.                   return _nl_msg_cat_cntr
  10128.   ;
  10129.   return 0;
  10130. }
  10131. _ACEOF
  10132. rm -f conftest.$ac_objext conftest$ac_exeext
  10133. if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  10134.   (eval $ac_link) 2>&5
  10135.   ac_status=$?
  10136.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  10137.   (exit $ac_status); } &&
  10138.          { ac_try='test -s conftest$ac_exeext'
  10139.   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  10140.   (eval $ac_try) 2>&5
  10141.   ac_status=$?
  10142.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  10143.   (exit $ac_status); }; }; then
  10144.   CATOBJEXT=.gmo
  10145.              DATADIRNAME=share
  10146. else
  10147.   echo "$as_me: failed program was:" >&5
  10148. sed 's/^/| /' conftest.$ac_ext >&5
  10149.  
  10150. CATOBJEXT=.mo
  10151.              DATADIRNAME=lib
  10152. fi
  10153. rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  10154.           INSTOBJEXT=.mo
  10155.         fi
  10156.       fi
  10157.  
  10158.       # Added by Martin Baulig 12/15/98 for libc5 systems
  10159.       if test "$gt_cv_func_dgettext_libc" != "yes" \
  10160.         && test "$gt_cv_func_dgettext_libintl" = "yes"; then
  10161.         INTLLIBS=-lintl
  10162.         LIBS=`echo $LIBS | sed -e 's/-lintl//'`
  10163.       fi
  10164.  
  10165. fi
  10166.  
  10167.  
  10168.  
  10169.       if test "$CATOBJEXT" = "NONE"; then
  10170.                         nls_cv_use_gnu_gettext=yes
  10171.       fi
  10172.     fi
  10173.  
  10174.     if test "$nls_cv_use_gnu_gettext" != "yes"; then
  10175.       cat >>confdefs.h <<\_ACEOF
  10176. #define ENABLE_NLS 1
  10177. _ACEOF
  10178.  
  10179.     else
  10180.             CATOBJEXT=
  10181.     fi
  10182.  
  10183.         if test "$XGETTEXT" != ":"; then
  10184.                   if $XGETTEXT --omit-header /dev/null 2> /dev/null; then
  10185.         : ;
  10186.       else
  10187.         echo "$as_me:$LINENO: result: found xgettext program is not GNU xgettext; ignore it" >&5
  10188. echo "${ECHO_T}found xgettext program is not GNU xgettext; ignore it" >&6
  10189.         XGETTEXT=":"
  10190.       fi
  10191.     fi
  10192.  
  10193.     # We need to process the po/ directory.
  10194.     POSUB=po
  10195.  
  10196.               ac_config_commands="$ac_config_commands default-2"
  10197.  
  10198.  
  10199.                 for lang in $ALL_LINGUAS; do
  10200.       GMOFILES="$GMOFILES $lang.gmo"
  10201.       POFILES="$POFILES $lang.po"
  10202.     done
  10203.  
  10204.  
  10205.  
  10206.  
  10207.  
  10208.  
  10209.  
  10210.  
  10211.  
  10212.  
  10213.  
  10214.  
  10215.  
  10216.    if test "x$CATOBJEXT" != "x"; then
  10217.      if test "x$ALL_LINGUAS" = "x"; then
  10218.        LINGUAS=
  10219.      else
  10220.        echo "$as_me:$LINENO: checking for catalogs to be installed" >&5
  10221. echo $ECHO_N "checking for catalogs to be installed... $ECHO_C" >&6
  10222.        NEW_LINGUAS=
  10223.        for lang in ${LINGUAS=$ALL_LINGUAS}; do
  10224.          case "$ALL_LINGUAS" in
  10225.           *$lang*) NEW_LINGUAS="$NEW_LINGUAS $lang" ;;
  10226.          esac
  10227.        done
  10228.        LINGUAS=$NEW_LINGUAS
  10229.        echo "$as_me:$LINENO: result: $LINGUAS" >&5
  10230. echo "${ECHO_T}$LINGUAS" >&6
  10231.      fi
  10232.  
  10233.           if test -n "$LINGUAS"; then
  10234.        for lang in $LINGUAS; do CATALOGS="$CATALOGS $lang$CATOBJEXT"; done
  10235.      fi
  10236.    fi
  10237.  
  10238.             test -d po || mkdir po
  10239.    if test "$CATOBJEXT" = ".cat"; then
  10240.      if test "${ac_cv_header_linux_version_h+set}" = set; then
  10241.   echo "$as_me:$LINENO: checking for linux/version.h" >&5
  10242. echo $ECHO_N "checking for linux/version.h... $ECHO_C" >&6
  10243. if test "${ac_cv_header_linux_version_h+set}" = set; then
  10244.   echo $ECHO_N "(cached) $ECHO_C" >&6
  10245. fi
  10246. echo "$as_me:$LINENO: result: $ac_cv_header_linux_version_h" >&5
  10247. echo "${ECHO_T}$ac_cv_header_linux_version_h" >&6
  10248. else
  10249.   # Is the header compilable?
  10250. echo "$as_me:$LINENO: checking linux/version.h usability" >&5
  10251. echo $ECHO_N "checking linux/version.h usability... $ECHO_C" >&6
  10252. cat >conftest.$ac_ext <<_ACEOF
  10253. #line $LINENO "configure"
  10254. /* confdefs.h.  */
  10255. _ACEOF
  10256. cat confdefs.h >>conftest.$ac_ext
  10257. cat >>conftest.$ac_ext <<_ACEOF
  10258. /* end confdefs.h.  */
  10259. $ac_includes_default
  10260. #include <linux/version.h>
  10261. _ACEOF
  10262. rm -f conftest.$ac_objext
  10263. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  10264.   (eval $ac_compile) 2>&5
  10265.   ac_status=$?
  10266.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  10267.   (exit $ac_status); } &&
  10268.          { ac_try='test -s conftest.$ac_objext'
  10269.   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  10270.   (eval $ac_try) 2>&5
  10271.   ac_status=$?
  10272.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  10273.   (exit $ac_status); }; }; then
  10274.   ac_header_compiler=yes
  10275. else
  10276.   echo "$as_me: failed program was:" >&5
  10277. sed 's/^/| /' conftest.$ac_ext >&5
  10278.  
  10279. ac_header_compiler=no
  10280. fi
  10281. rm -f conftest.$ac_objext conftest.$ac_ext
  10282. echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
  10283. echo "${ECHO_T}$ac_header_compiler" >&6
  10284.  
  10285. # Is the header present?
  10286. echo "$as_me:$LINENO: checking linux/version.h presence" >&5
  10287. echo $ECHO_N "checking linux/version.h presence... $ECHO_C" >&6
  10288. cat >conftest.$ac_ext <<_ACEOF
  10289. #line $LINENO "configure"
  10290. /* confdefs.h.  */
  10291. _ACEOF
  10292. cat confdefs.h >>conftest.$ac_ext
  10293. cat >>conftest.$ac_ext <<_ACEOF
  10294. /* end confdefs.h.  */
  10295. #include <linux/version.h>
  10296. _ACEOF
  10297. if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
  10298.   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
  10299.   ac_status=$?
  10300.   grep -v '^ *+' conftest.er1 >conftest.err
  10301.   rm -f conftest.er1
  10302.   cat conftest.err >&5
  10303.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  10304.   (exit $ac_status); } >/dev/null; then
  10305.   if test -s conftest.err; then
  10306.     ac_cpp_err=$ac_c_preproc_warn_flag
  10307.   else
  10308.     ac_cpp_err=
  10309.   fi
  10310. else
  10311.   ac_cpp_err=yes
  10312. fi
  10313. if test -z "$ac_cpp_err"; then
  10314.   ac_header_preproc=yes
  10315. else
  10316.   echo "$as_me: failed program was:" >&5
  10317. sed 's/^/| /' conftest.$ac_ext >&5
  10318.  
  10319.   ac_header_preproc=no
  10320. fi
  10321. rm -f conftest.err conftest.$ac_ext
  10322. echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
  10323. echo "${ECHO_T}$ac_header_preproc" >&6
  10324.  
  10325. # So?  What about this header?
  10326. case $ac_header_compiler:$ac_header_preproc in
  10327.   yes:no )
  10328.     { echo "$as_me:$LINENO: WARNING: linux/version.h: accepted by the compiler, rejected by the preprocessor!" >&5
  10329. echo "$as_me: WARNING: linux/version.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
  10330.     { echo "$as_me:$LINENO: WARNING: linux/version.h: proceeding with the preprocessor's result" >&5
  10331. echo "$as_me: WARNING: linux/version.h: proceeding with the preprocessor's result" >&2;}
  10332.     (
  10333.       cat <<\_ASBOX
  10334. ## ------------------------------------ ##
  10335. ## Report this to bug-autoconf@gnu.org. ##
  10336. ## ------------------------------------ ##
  10337. _ASBOX
  10338.     ) |
  10339.       sed "s/^/$as_me: WARNING:     /" >&2
  10340.     ;;
  10341.   no:yes )
  10342.     { echo "$as_me:$LINENO: WARNING: linux/version.h: present but cannot be compiled" >&5
  10343. echo "$as_me: WARNING: linux/version.h: present but cannot be compiled" >&2;}
  10344.     { echo "$as_me:$LINENO: WARNING: linux/version.h: check for missing prerequisite headers?" >&5
  10345. echo "$as_me: WARNING: linux/version.h: check for missing prerequisite headers?" >&2;}
  10346.     { echo "$as_me:$LINENO: WARNING: linux/version.h: proceeding with the preprocessor's result" >&5
  10347. echo "$as_me: WARNING: linux/version.h: proceeding with the preprocessor's result" >&2;}
  10348.     (
  10349.       cat <<\_ASBOX
  10350. ## ------------------------------------ ##
  10351. ## Report this to bug-autoconf@gnu.org. ##
  10352. ## ------------------------------------ ##
  10353. _ASBOX
  10354.     ) |
  10355.       sed "s/^/$as_me: WARNING:     /" >&2
  10356.     ;;
  10357. esac
  10358. echo "$as_me:$LINENO: checking for linux/version.h" >&5
  10359. echo $ECHO_N "checking for linux/version.h... $ECHO_C" >&6
  10360. if test "${ac_cv_header_linux_version_h+set}" = set; then
  10361.   echo $ECHO_N "(cached) $ECHO_C" >&6
  10362. else
  10363.   ac_cv_header_linux_version_h=$ac_header_preproc
  10364. fi
  10365. echo "$as_me:$LINENO: result: $ac_cv_header_linux_version_h" >&5
  10366. echo "${ECHO_T}$ac_cv_header_linux_version_h" >&6
  10367.  
  10368. fi
  10369. if test $ac_cv_header_linux_version_h = yes; then
  10370.   msgformat=linux
  10371. else
  10372.   msgformat=xopen
  10373. fi
  10374.  
  10375.  
  10376.  
  10377.                sed -e '/^#/d' $srcdir/po/$msgformat-msg.sed > po/po2msg.sed
  10378.    fi
  10379.  
  10380.             MKINSTALLDIRS=
  10381.    if test -n "$ac_aux_dir"; then
  10382.      MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs"
  10383.    fi
  10384.    if test -z "$MKINSTALLDIRS"; then
  10385.      MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"
  10386.    fi
  10387.  
  10388.  
  10389.          test -d po || mkdir po
  10390.    if test "x$srcdir" != "x."; then
  10391.      if test "x`echo $srcdir | sed 's@/.*@@'`" = "x"; then
  10392.        posrcprefix="$srcdir/"
  10393.      else
  10394.        posrcprefix="../$srcdir/"
  10395.      fi
  10396.    else
  10397.      posrcprefix="../"
  10398.    fi
  10399.    rm -f po/POTFILES
  10400.    sed -e "/^#/d" -e "/^\$/d" -e "s,.*,    $posrcprefix& \\\\," -e "\$s/\(.*\) \\\\/\1/" \
  10401.     < $srcdir/po/POTFILES.in > po/POTFILES
  10402.  
  10403.       mkdir intl
  10404.   touch intl/Makefile.in
  10405.   touch po/Makefile.in.in
  10406.   touch po-libgimp/Makefile.in.in
  10407.   touch plug-ins/perl/po/Makefile.in.in
  10408.   touch po-plug-ins/Makefile.in.in
  10409.   touch po-script-fu/Makefile.in.in
  10410. else
  10411.  
  10412.     echo "$as_me:$LINENO: checking whether we are using the GNU C Library 2.1 or newer" >&5
  10413. echo $ECHO_N "checking whether we are using the GNU C Library 2.1 or newer... $ECHO_C" >&6
  10414. if test "${ac_cv_gnu_library_2_1+set}" = set; then
  10415.   echo $ECHO_N "(cached) $ECHO_C" >&6
  10416. else
  10417.   cat >conftest.$ac_ext <<_ACEOF
  10418. #line $LINENO "configure"
  10419. /* confdefs.h.  */
  10420. _ACEOF
  10421. cat confdefs.h >>conftest.$ac_ext
  10422. cat >>conftest.$ac_ext <<_ACEOF
  10423. /* end confdefs.h.  */
  10424.  
  10425. #include <features.h>
  10426. #ifdef __GNU_LIBRARY__
  10427.  #if (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 1) || (__GLIBC__ > 2)
  10428.   Lucky GNU user
  10429.  #endif
  10430. #endif
  10431.  
  10432. _ACEOF
  10433. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  10434.   $EGREP "Lucky GNU user" >/dev/null 2>&1; then
  10435.   ac_cv_gnu_library_2_1=yes
  10436. else
  10437.   ac_cv_gnu_library_2_1=no
  10438. fi
  10439. rm -f conftest*
  10440.  
  10441.  
  10442.  
  10443. fi
  10444. echo "$as_me:$LINENO: result: $ac_cv_gnu_library_2_1" >&5
  10445. echo "${ECHO_T}$ac_cv_gnu_library_2_1" >&6
  10446.  
  10447.     GLIBC21="$ac_cv_gnu_library_2_1"
  10448.  
  10449.  
  10450.  
  10451.  
  10452.  
  10453.  
  10454.  
  10455.  
  10456.  
  10457.  
  10458.  
  10459.  
  10460.  
  10461. for ac_header in argz.h limits.h locale.h nl_types.h malloc.h stddef.h \
  10462. stdlib.h string.h unistd.h sys/param.h
  10463. do
  10464. as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
  10465. if eval "test \"\${$as_ac_Header+set}\" = set"; then
  10466.   echo "$as_me:$LINENO: checking for $ac_header" >&5
  10467. echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  10468. if eval "test \"\${$as_ac_Header+set}\" = set"; then
  10469.   echo $ECHO_N "(cached) $ECHO_C" >&6
  10470. fi
  10471. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  10472. echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  10473. else
  10474.   # Is the header compilable?
  10475. echo "$as_me:$LINENO: checking $ac_header usability" >&5
  10476. echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
  10477. cat >conftest.$ac_ext <<_ACEOF
  10478. #line $LINENO "configure"
  10479. /* confdefs.h.  */
  10480. _ACEOF
  10481. cat confdefs.h >>conftest.$ac_ext
  10482. cat >>conftest.$ac_ext <<_ACEOF
  10483. /* end confdefs.h.  */
  10484. $ac_includes_default
  10485. #include <$ac_header>
  10486. _ACEOF
  10487. rm -f conftest.$ac_objext
  10488. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  10489.   (eval $ac_compile) 2>&5
  10490.   ac_status=$?
  10491.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  10492.   (exit $ac_status); } &&
  10493.          { ac_try='test -s conftest.$ac_objext'
  10494.   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  10495.   (eval $ac_try) 2>&5
  10496.   ac_status=$?
  10497.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  10498.   (exit $ac_status); }; }; then
  10499.   ac_header_compiler=yes
  10500. else
  10501.   echo "$as_me: failed program was:" >&5
  10502. sed 's/^/| /' conftest.$ac_ext >&5
  10503.  
  10504. ac_header_compiler=no
  10505. fi
  10506. rm -f conftest.$ac_objext conftest.$ac_ext
  10507. echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
  10508. echo "${ECHO_T}$ac_header_compiler" >&6
  10509.  
  10510. # Is the header present?
  10511. echo "$as_me:$LINENO: checking $ac_header presence" >&5
  10512. echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
  10513. cat >conftest.$ac_ext <<_ACEOF
  10514. #line $LINENO "configure"
  10515. /* confdefs.h.  */
  10516. _ACEOF
  10517. cat confdefs.h >>conftest.$ac_ext
  10518. cat >>conftest.$ac_ext <<_ACEOF
  10519. /* end confdefs.h.  */
  10520. #include <$ac_header>
  10521. _ACEOF
  10522. if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
  10523.   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
  10524.   ac_status=$?
  10525.   grep -v '^ *+' conftest.er1 >conftest.err
  10526.   rm -f conftest.er1
  10527.   cat conftest.err >&5
  10528.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  10529.   (exit $ac_status); } >/dev/null; then
  10530.   if test -s conftest.err; then
  10531.     ac_cpp_err=$ac_c_preproc_warn_flag
  10532.   else
  10533.     ac_cpp_err=
  10534.   fi
  10535. else
  10536.   ac_cpp_err=yes
  10537. fi
  10538. if test -z "$ac_cpp_err"; then
  10539.   ac_header_preproc=yes
  10540. else
  10541.   echo "$as_me: failed program was:" >&5
  10542. sed 's/^/| /' conftest.$ac_ext >&5
  10543.  
  10544.   ac_header_preproc=no
  10545. fi
  10546. rm -f conftest.err conftest.$ac_ext
  10547. echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
  10548. echo "${ECHO_T}$ac_header_preproc" >&6
  10549.  
  10550. # So?  What about this header?
  10551. case $ac_header_compiler:$ac_header_preproc in
  10552.   yes:no )
  10553.     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
  10554. echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
  10555.     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
  10556. echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
  10557.     (
  10558.       cat <<\_ASBOX
  10559. ## ------------------------------------ ##
  10560. ## Report this to bug-autoconf@gnu.org. ##
  10561. ## ------------------------------------ ##
  10562. _ASBOX
  10563.     ) |
  10564.       sed "s/^/$as_me: WARNING:     /" >&2
  10565.     ;;
  10566.   no:yes )
  10567.     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
  10568. echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
  10569.     { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
  10570. echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
  10571.     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
  10572. echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
  10573.     (
  10574.       cat <<\_ASBOX
  10575. ## ------------------------------------ ##
  10576. ## Report this to bug-autoconf@gnu.org. ##
  10577. ## ------------------------------------ ##
  10578. _ASBOX
  10579.     ) |
  10580.       sed "s/^/$as_me: WARNING:     /" >&2
  10581.     ;;
  10582. esac
  10583. echo "$as_me:$LINENO: checking for $ac_header" >&5
  10584. echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  10585. if eval "test \"\${$as_ac_Header+set}\" = set"; then
  10586.   echo $ECHO_N "(cached) $ECHO_C" >&6
  10587. else
  10588.   eval "$as_ac_Header=$ac_header_preproc"
  10589. fi
  10590. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  10591. echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  10592.  
  10593. fi
  10594. if test `eval echo '${'$as_ac_Header'}'` = yes; then
  10595.   cat >>confdefs.h <<_ACEOF
  10596. #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
  10597. _ACEOF
  10598.  
  10599. fi
  10600.  
  10601. done
  10602.  
  10603.  
  10604.  
  10605.  
  10606.  
  10607.  
  10608.  
  10609.  
  10610.  
  10611.  
  10612.  
  10613.  
  10614.  
  10615.  
  10616.  
  10617.  
  10618.  
  10619.  
  10620.  
  10621.  
  10622.  
  10623.  
  10624. for ac_func in feof_unlocked fgets_unlocked getcwd getegid geteuid \
  10625. getgid getuid mempcpy munmap putenv setenv setlocale stpcpy strchr strcasecmp \
  10626. strdup strtoul tsearch __argz_count __argz_stringify __argz_next
  10627. do
  10628. as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
  10629. echo "$as_me:$LINENO: checking for $ac_func" >&5
  10630. echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
  10631. if eval "test \"\${$as_ac_var+set}\" = set"; then
  10632.   echo $ECHO_N "(cached) $ECHO_C" >&6
  10633. else
  10634.   cat >conftest.$ac_ext <<_ACEOF
  10635. #line $LINENO "configure"
  10636. /* confdefs.h.  */
  10637. _ACEOF
  10638. cat confdefs.h >>conftest.$ac_ext
  10639. cat >>conftest.$ac_ext <<_ACEOF
  10640. /* end confdefs.h.  */
  10641. /* System header to define __stub macros and hopefully few prototypes,
  10642.     which can conflict with char $ac_func (); below.
  10643.     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  10644.     <limits.h> exists even on freestanding compilers.  */
  10645. #ifdef __STDC__
  10646. # include <limits.h>
  10647. #else
  10648. # include <assert.h>
  10649. #endif
  10650. /* Override any gcc2 internal prototype to avoid an error.  */
  10651. #ifdef __cplusplus
  10652. extern "C"
  10653. {
  10654. #endif
  10655. /* We use char because int might match the return type of a gcc2
  10656.    builtin and then its argument prototype would still apply.  */
  10657. char $ac_func ();
  10658. /* The GNU C library defines this for functions which it implements
  10659.     to always fail with ENOSYS.  Some functions are actually named
  10660.     something starting with __ and the normal name is an alias.  */
  10661. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  10662. choke me
  10663. #else
  10664. char (*f) () = $ac_func;
  10665. #endif
  10666. #ifdef __cplusplus
  10667. }
  10668. #endif
  10669.  
  10670. int
  10671. main ()
  10672. {
  10673. return f != $ac_func;
  10674.   ;
  10675.   return 0;
  10676. }
  10677. _ACEOF
  10678. rm -f conftest.$ac_objext conftest$ac_exeext
  10679. if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  10680.   (eval $ac_link) 2>&5
  10681.   ac_status=$?
  10682.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  10683.   (exit $ac_status); } &&
  10684.          { ac_try='test -s conftest$ac_exeext'
  10685.   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  10686.   (eval $ac_try) 2>&5
  10687.   ac_status=$?
  10688.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  10689.   (exit $ac_status); }; }; then
  10690.   eval "$as_ac_var=yes"
  10691. else
  10692.   echo "$as_me: failed program was:" >&5
  10693. sed 's/^/| /' conftest.$ac_ext >&5
  10694.  
  10695. eval "$as_ac_var=no"
  10696. fi
  10697. rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  10698. fi
  10699. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
  10700. echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
  10701. if test `eval echo '${'$as_ac_var'}'` = yes; then
  10702.   cat >>confdefs.h <<_ACEOF
  10703. #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
  10704. _ACEOF
  10705.  
  10706. fi
  10707. done
  10708.  
  10709.  
  10710.  
  10711.  
  10712.  
  10713. # Check whether --with-libiconv-prefix or --without-libiconv-prefix was given.
  10714. if test "${with_libiconv_prefix+set}" = set; then
  10715.   withval="$with_libiconv_prefix"
  10716.  
  10717.     for dir in `echo "$withval" | tr : ' '`; do
  10718.       if test -d $dir/include; then CPPFLAGS="$CPPFLAGS -I$dir/include"; fi
  10719.       if test -d $dir/lib; then LDFLAGS="$LDFLAGS -L$dir/lib"; fi
  10720.     done
  10721.  
  10722. fi;
  10723.  
  10724.   echo "$as_me:$LINENO: checking for iconv" >&5
  10725. echo $ECHO_N "checking for iconv... $ECHO_C" >&6
  10726. if test "${am_cv_func_iconv+set}" = set; then
  10727.   echo $ECHO_N "(cached) $ECHO_C" >&6
  10728. else
  10729.  
  10730.     am_cv_func_iconv="no, consider installing GNU libiconv"
  10731.     am_cv_lib_iconv=no
  10732.     cat >conftest.$ac_ext <<_ACEOF
  10733. #line $LINENO "configure"
  10734. /* confdefs.h.  */
  10735. _ACEOF
  10736. cat confdefs.h >>conftest.$ac_ext
  10737. cat >>conftest.$ac_ext <<_ACEOF
  10738. /* end confdefs.h.  */
  10739. #include <stdlib.h>
  10740. #include <iconv.h>
  10741. int
  10742. main ()
  10743. {
  10744. iconv_t cd = iconv_open("","");
  10745.        iconv(cd,NULL,NULL,NULL,NULL);
  10746.        iconv_close(cd);
  10747.   ;
  10748.   return 0;
  10749. }
  10750. _ACEOF
  10751. rm -f conftest.$ac_objext conftest$ac_exeext
  10752. if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  10753.   (eval $ac_link) 2>&5
  10754.   ac_status=$?
  10755.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  10756.   (exit $ac_status); } &&
  10757.          { ac_try='test -s conftest$ac_exeext'
  10758.   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  10759.   (eval $ac_try) 2>&5
  10760.   ac_status=$?
  10761.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  10762.   (exit $ac_status); }; }; then
  10763.   am_cv_func_iconv=yes
  10764. else
  10765.   echo "$as_me: failed program was:" >&5
  10766. sed 's/^/| /' conftest.$ac_ext >&5
  10767.  
  10768. fi
  10769. rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  10770.     if test "$am_cv_func_iconv" != yes; then
  10771.       am_save_LIBS="$LIBS"
  10772.       LIBS="$LIBS -liconv"
  10773.       cat >conftest.$ac_ext <<_ACEOF
  10774. #line $LINENO "configure"
  10775. /* confdefs.h.  */
  10776. _ACEOF
  10777. cat confdefs.h >>conftest.$ac_ext
  10778. cat >>conftest.$ac_ext <<_ACEOF
  10779. /* end confdefs.h.  */
  10780. #include <stdlib.h>
  10781. #include <iconv.h>
  10782. int
  10783. main ()
  10784. {
  10785. iconv_t cd = iconv_open("","");
  10786.          iconv(cd,NULL,NULL,NULL,NULL);
  10787.          iconv_close(cd);
  10788.   ;
  10789.   return 0;
  10790. }
  10791. _ACEOF
  10792. rm -f conftest.$ac_objext conftest$ac_exeext
  10793. if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  10794.   (eval $ac_link) 2>&5
  10795.   ac_status=$?
  10796.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  10797.   (exit $ac_status); } &&
  10798.          { ac_try='test -s conftest$ac_exeext'
  10799.   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  10800.   (eval $ac_try) 2>&5
  10801.   ac_status=$?
  10802.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  10803.   (exit $ac_status); }; }; then
  10804.   am_cv_lib_iconv=yes
  10805.         am_cv_func_iconv=yes
  10806. else
  10807.   echo "$as_me: failed program was:" >&5
  10808. sed 's/^/| /' conftest.$ac_ext >&5
  10809.  
  10810. fi
  10811. rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  10812.       LIBS="$am_save_LIBS"
  10813.     fi
  10814.  
  10815. fi
  10816. echo "$as_me:$LINENO: result: $am_cv_func_iconv" >&5
  10817. echo "${ECHO_T}$am_cv_func_iconv" >&6
  10818.   if test "$am_cv_func_iconv" = yes; then
  10819.  
  10820. cat >>confdefs.h <<\_ACEOF
  10821. #define HAVE_ICONV 1
  10822. _ACEOF
  10823.  
  10824.     echo "$as_me:$LINENO: checking for iconv declaration" >&5
  10825. echo $ECHO_N "checking for iconv declaration... $ECHO_C" >&6
  10826.     if test "${am_cv_proto_iconv+set}" = set; then
  10827.   echo $ECHO_N "(cached) $ECHO_C" >&6
  10828. else
  10829.  
  10830.       cat >conftest.$ac_ext <<_ACEOF
  10831. #line $LINENO "configure"
  10832. /* confdefs.h.  */
  10833. _ACEOF
  10834. cat confdefs.h >>conftest.$ac_ext
  10835. cat >>conftest.$ac_ext <<_ACEOF
  10836. /* end confdefs.h.  */
  10837.  
  10838. #include <stdlib.h>
  10839. #include <iconv.h>
  10840. extern
  10841. #ifdef __cplusplus
  10842. "C"
  10843. #endif
  10844. #if defined(__STDC__) || defined(__cplusplus)
  10845. size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
  10846. #else
  10847. size_t iconv();
  10848. #endif
  10849.  
  10850. int
  10851. main ()
  10852. {
  10853.  
  10854.   ;
  10855.   return 0;
  10856. }
  10857. _ACEOF
  10858. rm -f conftest.$ac_objext
  10859. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  10860.   (eval $ac_compile) 2>&5
  10861.   ac_status=$?
  10862.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  10863.   (exit $ac_status); } &&
  10864.          { ac_try='test -s conftest.$ac_objext'
  10865.   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  10866.   (eval $ac_try) 2>&5
  10867.   ac_status=$?
  10868.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  10869.   (exit $ac_status); }; }; then
  10870.   am_cv_proto_iconv_arg1=""
  10871. else
  10872.   echo "$as_me: failed program was:" >&5
  10873. sed 's/^/| /' conftest.$ac_ext >&5
  10874.  
  10875. am_cv_proto_iconv_arg1="const"
  10876. fi
  10877. rm -f conftest.$ac_objext conftest.$ac_ext
  10878.       am_cv_proto_iconv="extern size_t iconv (iconv_t cd, $am_cv_proto_iconv_arg1 char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);"
  10879. fi
  10880.  
  10881.     am_cv_proto_iconv=`echo "$am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'`
  10882.     echo "$as_me:$LINENO: result: ${ac_t:-
  10883.          }$am_cv_proto_iconv" >&5
  10884. echo "${ECHO_T}${ac_t:-
  10885.          }$am_cv_proto_iconv" >&6
  10886.  
  10887. cat >>confdefs.h <<_ACEOF
  10888. #define ICONV_CONST $am_cv_proto_iconv_arg1
  10889. _ACEOF
  10890.  
  10891.   fi
  10892.   LIBICONV=
  10893.   if test "$am_cv_lib_iconv" = yes; then
  10894.     LIBICONV="-liconv"
  10895.   fi
  10896.  
  10897.  
  10898.  
  10899.   echo "$as_me:$LINENO: checking for nl_langinfo and CODESET" >&5
  10900. echo $ECHO_N "checking for nl_langinfo and CODESET... $ECHO_C" >&6
  10901. if test "${am_cv_langinfo_codeset+set}" = set; then
  10902.   echo $ECHO_N "(cached) $ECHO_C" >&6
  10903. else
  10904.   cat >conftest.$ac_ext <<_ACEOF
  10905. #line $LINENO "configure"
  10906. /* confdefs.h.  */
  10907. _ACEOF
  10908. cat confdefs.h >>conftest.$ac_ext
  10909. cat >>conftest.$ac_ext <<_ACEOF
  10910. /* end confdefs.h.  */
  10911. #include <langinfo.h>
  10912. int
  10913. main ()
  10914. {
  10915. char* cs = nl_langinfo(CODESET);
  10916.   ;
  10917.   return 0;
  10918. }
  10919. _ACEOF
  10920. rm -f conftest.$ac_objext conftest$ac_exeext
  10921. if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  10922.   (eval $ac_link) 2>&5
  10923.   ac_status=$?
  10924.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  10925.   (exit $ac_status); } &&
  10926.          { ac_try='test -s conftest$ac_exeext'
  10927.   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  10928.   (eval $ac_try) 2>&5
  10929.   ac_status=$?
  10930.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  10931.   (exit $ac_status); }; }; then
  10932.   am_cv_langinfo_codeset=yes
  10933. else
  10934.   echo "$as_me: failed program was:" >&5
  10935. sed 's/^/| /' conftest.$ac_ext >&5
  10936.  
  10937. am_cv_langinfo_codeset=no
  10938. fi
  10939. rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  10940.  
  10941. fi
  10942. echo "$as_me:$LINENO: result: $am_cv_langinfo_codeset" >&5
  10943. echo "${ECHO_T}$am_cv_langinfo_codeset" >&6
  10944.   if test $am_cv_langinfo_codeset = yes; then
  10945.  
  10946. cat >>confdefs.h <<\_ACEOF
  10947. #define HAVE_LANGINFO_CODESET 1
  10948. _ACEOF
  10949.  
  10950.   fi
  10951.  
  10952.    if test $ac_cv_header_locale_h = yes; then
  10953.     echo "$as_me:$LINENO: checking for LC_MESSAGES" >&5
  10954. echo $ECHO_N "checking for LC_MESSAGES... $ECHO_C" >&6
  10955. if test "${am_cv_val_LC_MESSAGES+set}" = set; then
  10956.   echo $ECHO_N "(cached) $ECHO_C" >&6
  10957. else
  10958.   cat >conftest.$ac_ext <<_ACEOF
  10959. #line $LINENO "configure"
  10960. /* confdefs.h.  */
  10961. _ACEOF
  10962. cat confdefs.h >>conftest.$ac_ext
  10963. cat >>conftest.$ac_ext <<_ACEOF
  10964. /* end confdefs.h.  */
  10965. #include <locale.h>
  10966. int
  10967. main ()
  10968. {
  10969. return LC_MESSAGES
  10970.   ;
  10971.   return 0;
  10972. }
  10973. _ACEOF
  10974. rm -f conftest.$ac_objext conftest$ac_exeext
  10975. if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  10976.   (eval $ac_link) 2>&5
  10977.   ac_status=$?
  10978.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  10979.   (exit $ac_status); } &&
  10980.          { ac_try='test -s conftest$ac_exeext'
  10981.   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  10982.   (eval $ac_try) 2>&5
  10983.   ac_status=$?
  10984.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  10985.   (exit $ac_status); }; }; then
  10986.   am_cv_val_LC_MESSAGES=yes
  10987. else
  10988.   echo "$as_me: failed program was:" >&5
  10989. sed 's/^/| /' conftest.$ac_ext >&5
  10990.  
  10991. am_cv_val_LC_MESSAGES=no
  10992. fi
  10993. rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  10994. fi
  10995. echo "$as_me:$LINENO: result: $am_cv_val_LC_MESSAGES" >&5
  10996. echo "${ECHO_T}$am_cv_val_LC_MESSAGES" >&6
  10997.     if test $am_cv_val_LC_MESSAGES = yes; then
  10998.  
  10999. cat >>confdefs.h <<\_ACEOF
  11000. #define HAVE_LC_MESSAGES 1
  11001. _ACEOF
  11002.  
  11003.     fi
  11004.   fi
  11005.    echo "$as_me:$LINENO: checking whether NLS is requested" >&5
  11006. echo $ECHO_N "checking whether NLS is requested... $ECHO_C" >&6
  11007.         # Check whether --enable-nls or --disable-nls was given.
  11008. if test "${enable_nls+set}" = set; then
  11009.   enableval="$enable_nls"
  11010.   USE_NLS=$enableval
  11011. else
  11012.   USE_NLS=yes
  11013. fi;
  11014.     echo "$as_me:$LINENO: result: $USE_NLS" >&5
  11015. echo "${ECHO_T}$USE_NLS" >&6
  11016.  
  11017.  
  11018.     BUILD_INCLUDED_LIBINTL=no
  11019.     USE_INCLUDED_LIBINTL=no
  11020.     INTLLIBS=
  11021.  
  11022.         if test "$USE_NLS" = "yes"; then
  11023.  
  11024. cat >>confdefs.h <<\_ACEOF
  11025. #define ENABLE_NLS 1
  11026. _ACEOF
  11027.  
  11028.       echo "$as_me:$LINENO: checking whether included gettext is requested" >&5
  11029. echo $ECHO_N "checking whether included gettext is requested... $ECHO_C" >&6
  11030.  
  11031. # Check whether --with-included-gettext or --without-included-gettext was given.
  11032. if test "${with_included_gettext+set}" = set; then
  11033.   withval="$with_included_gettext"
  11034.   nls_cv_force_use_gnu_gettext=$withval
  11035. else
  11036.   nls_cv_force_use_gnu_gettext=no
  11037. fi;
  11038.       echo "$as_me:$LINENO: result: $nls_cv_force_use_gnu_gettext" >&5
  11039. echo "${ECHO_T}$nls_cv_force_use_gnu_gettext" >&6
  11040.  
  11041.       nls_cv_use_gnu_gettext="$nls_cv_force_use_gnu_gettext"
  11042.       if test "$nls_cv_force_use_gnu_gettext" != "yes"; then
  11043.                             CATOBJEXT=NONE
  11044.  
  11045.  
  11046.  
  11047.  
  11048.     if test "${ac_cv_header_libintl_h+set}" = set; then
  11049.   echo "$as_me:$LINENO: checking for libintl.h" >&5
  11050. echo $ECHO_N "checking for libintl.h... $ECHO_C" >&6
  11051. if test "${ac_cv_header_libintl_h+set}" = set; then
  11052.   echo $ECHO_N "(cached) $ECHO_C" >&6
  11053. fi
  11054. echo "$as_me:$LINENO: result: $ac_cv_header_libintl_h" >&5
  11055. echo "${ECHO_T}$ac_cv_header_libintl_h" >&6
  11056. else
  11057.   # Is the header compilable?
  11058. echo "$as_me:$LINENO: checking libintl.h usability" >&5
  11059. echo $ECHO_N "checking libintl.h usability... $ECHO_C" >&6
  11060. cat >conftest.$ac_ext <<_ACEOF
  11061. #line $LINENO "configure"
  11062. /* confdefs.h.  */
  11063. _ACEOF
  11064. cat confdefs.h >>conftest.$ac_ext
  11065. cat >>conftest.$ac_ext <<_ACEOF
  11066. /* end confdefs.h.  */
  11067. $ac_includes_default
  11068. #include <libintl.h>
  11069. _ACEOF
  11070. rm -f conftest.$ac_objext
  11071. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  11072.   (eval $ac_compile) 2>&5
  11073.   ac_status=$?
  11074.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  11075.   (exit $ac_status); } &&
  11076.          { ac_try='test -s conftest.$ac_objext'
  11077.   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  11078.   (eval $ac_try) 2>&5
  11079.   ac_status=$?
  11080.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  11081.   (exit $ac_status); }; }; then
  11082.   ac_header_compiler=yes
  11083. else
  11084.   echo "$as_me: failed program was:" >&5
  11085. sed 's/^/| /' conftest.$ac_ext >&5
  11086.  
  11087. ac_header_compiler=no
  11088. fi
  11089. rm -f conftest.$ac_objext conftest.$ac_ext
  11090. echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
  11091. echo "${ECHO_T}$ac_header_compiler" >&6
  11092.  
  11093. # Is the header present?
  11094. echo "$as_me:$LINENO: checking libintl.h presence" >&5
  11095. echo $ECHO_N "checking libintl.h presence... $ECHO_C" >&6
  11096. cat >conftest.$ac_ext <<_ACEOF
  11097. #line $LINENO "configure"
  11098. /* confdefs.h.  */
  11099. _ACEOF
  11100. cat confdefs.h >>conftest.$ac_ext
  11101. cat >>conftest.$ac_ext <<_ACEOF
  11102. /* end confdefs.h.  */
  11103. #include <libintl.h>
  11104. _ACEOF
  11105. if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
  11106.   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
  11107.   ac_status=$?
  11108.   grep -v '^ *+' conftest.er1 >conftest.err
  11109.   rm -f conftest.er1
  11110.   cat conftest.err >&5
  11111.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  11112.   (exit $ac_status); } >/dev/null; then
  11113.   if test -s conftest.err; then
  11114.     ac_cpp_err=$ac_c_preproc_warn_flag
  11115.   else
  11116.     ac_cpp_err=
  11117.   fi
  11118. else
  11119.   ac_cpp_err=yes
  11120. fi
  11121. if test -z "$ac_cpp_err"; then
  11122.   ac_header_preproc=yes
  11123. else
  11124.   echo "$as_me: failed program was:" >&5
  11125. sed 's/^/| /' conftest.$ac_ext >&5
  11126.  
  11127.   ac_header_preproc=no
  11128. fi
  11129. rm -f conftest.err conftest.$ac_ext
  11130. echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
  11131. echo "${ECHO_T}$ac_header_preproc" >&6
  11132.  
  11133. # So?  What about this header?
  11134. case $ac_header_compiler:$ac_header_preproc in
  11135.   yes:no )
  11136.     { echo "$as_me:$LINENO: WARNING: libintl.h: accepted by the compiler, rejected by the preprocessor!" >&5
  11137. echo "$as_me: WARNING: libintl.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
  11138.     { echo "$as_me:$LINENO: WARNING: libintl.h: proceeding with the preprocessor's result" >&5
  11139. echo "$as_me: WARNING: libintl.h: proceeding with the preprocessor's result" >&2;}
  11140.     (
  11141.       cat <<\_ASBOX
  11142. ## ------------------------------------ ##
  11143. ## Report this to bug-autoconf@gnu.org. ##
  11144. ## ------------------------------------ ##
  11145. _ASBOX
  11146.     ) |
  11147.       sed "s/^/$as_me: WARNING:     /" >&2
  11148.     ;;
  11149.   no:yes )
  11150.     { echo "$as_me:$LINENO: WARNING: libintl.h: present but cannot be compiled" >&5
  11151. echo "$as_me: WARNING: libintl.h: present but cannot be compiled" >&2;}
  11152.     { echo "$as_me:$LINENO: WARNING: libintl.h: check for missing prerequisite headers?" >&5
  11153. echo "$as_me: WARNING: libintl.h: check for missing prerequisite headers?" >&2;}
  11154.     { echo "$as_me:$LINENO: WARNING: libintl.h: proceeding with the preprocessor's result" >&5
  11155. echo "$as_me: WARNING: libintl.h: proceeding with the preprocessor's result" >&2;}
  11156.     (
  11157.       cat <<\_ASBOX
  11158. ## ------------------------------------ ##
  11159. ## Report this to bug-autoconf@gnu.org. ##
  11160. ## ------------------------------------ ##
  11161. _ASBOX
  11162.     ) |
  11163.       sed "s/^/$as_me: WARNING:     /" >&2
  11164.     ;;
  11165. esac
  11166. echo "$as_me:$LINENO: checking for libintl.h" >&5
  11167. echo $ECHO_N "checking for libintl.h... $ECHO_C" >&6
  11168. if test "${ac_cv_header_libintl_h+set}" = set; then
  11169.   echo $ECHO_N "(cached) $ECHO_C" >&6
  11170. else
  11171.   ac_cv_header_libintl_h=$ac_header_preproc
  11172. fi
  11173. echo "$as_me:$LINENO: result: $ac_cv_header_libintl_h" >&5
  11174. echo "${ECHO_T}$ac_cv_header_libintl_h" >&6
  11175.  
  11176. fi
  11177. if test $ac_cv_header_libintl_h = yes; then
  11178.   echo "$as_me:$LINENO: checking for GNU gettext in libc" >&5
  11179. echo $ECHO_N "checking for GNU gettext in libc... $ECHO_C" >&6
  11180. if test "${gt_cv_func_gnugettext1_libc+set}" = set; then
  11181.   echo $ECHO_N "(cached) $ECHO_C" >&6
  11182. else
  11183.   cat >conftest.$ac_ext <<_ACEOF
  11184. #line $LINENO "configure"
  11185. /* confdefs.h.  */
  11186. _ACEOF
  11187. cat confdefs.h >>conftest.$ac_ext
  11188. cat >>conftest.$ac_ext <<_ACEOF
  11189. /* end confdefs.h.  */
  11190. #include <libintl.h>
  11191. extern int _nl_msg_cat_cntr;
  11192. int
  11193. main ()
  11194. {
  11195. bindtextdomain ("", "");
  11196. return (int) gettext ("") + _nl_msg_cat_cntr
  11197.   ;
  11198.   return 0;
  11199. }
  11200. _ACEOF
  11201. rm -f conftest.$ac_objext conftest$ac_exeext
  11202. if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  11203.   (eval $ac_link) 2>&5
  11204.   ac_status=$?
  11205.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  11206.   (exit $ac_status); } &&
  11207.          { ac_try='test -s conftest$ac_exeext'
  11208.   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  11209.   (eval $ac_try) 2>&5
  11210.   ac_status=$?
  11211.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  11212.   (exit $ac_status); }; }; then
  11213.   gt_cv_func_gnugettext1_libc=yes
  11214. else
  11215.   echo "$as_me: failed program was:" >&5
  11216. sed 's/^/| /' conftest.$ac_ext >&5
  11217.  
  11218. gt_cv_func_gnugettext1_libc=no
  11219. fi
  11220. rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  11221. fi
  11222. echo "$as_me:$LINENO: result: $gt_cv_func_gnugettext1_libc" >&5
  11223. echo "${ECHO_T}$gt_cv_func_gnugettext1_libc" >&6
  11224.  
  11225.        if test "$gt_cv_func_gnugettext1_libc" != "yes"; then
  11226.          echo "$as_me:$LINENO: checking for GNU gettext in libintl" >&5
  11227. echo $ECHO_N "checking for GNU gettext in libintl... $ECHO_C" >&6
  11228. if test "${gt_cv_func_gnugettext1_libintl+set}" = set; then
  11229.   echo $ECHO_N "(cached) $ECHO_C" >&6
  11230. else
  11231.   gt_save_LIBS="$LIBS"
  11232.         LIBS="$LIBS -lintl $LIBICONV"
  11233.         cat >conftest.$ac_ext <<_ACEOF
  11234. #line $LINENO "configure"
  11235. /* confdefs.h.  */
  11236. _ACEOF
  11237. cat confdefs.h >>conftest.$ac_ext
  11238. cat >>conftest.$ac_ext <<_ACEOF
  11239. /* end confdefs.h.  */
  11240. #include <libintl.h>
  11241. extern int _nl_msg_cat_cntr;
  11242. int
  11243. main ()
  11244. {
  11245. bindtextdomain ("", "");
  11246. return (int) gettext ("") + _nl_msg_cat_cntr
  11247.   ;
  11248.   return 0;
  11249. }
  11250. _ACEOF
  11251. rm -f conftest.$ac_objext conftest$ac_exeext
  11252. if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  11253.   (eval $ac_link) 2>&5
  11254.   ac_status=$?
  11255.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  11256.   (exit $ac_status); } &&
  11257.          { ac_try='test -s conftest$ac_exeext'
  11258.   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  11259.   (eval $ac_try) 2>&5
  11260.   ac_status=$?
  11261.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  11262.   (exit $ac_status); }; }; then
  11263.   gt_cv_func_gnugettext1_libintl=yes
  11264. else
  11265.   echo "$as_me: failed program was:" >&5
  11266. sed 's/^/| /' conftest.$ac_ext >&5
  11267.  
  11268. gt_cv_func_gnugettext1_libintl=no
  11269. fi
  11270. rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  11271.         LIBS="$gt_save_LIBS"
  11272. fi
  11273. echo "$as_me:$LINENO: result: $gt_cv_func_gnugettext1_libintl" >&5
  11274. echo "${ECHO_T}$gt_cv_func_gnugettext1_libintl" >&6
  11275.        fi
  11276.  
  11277.                                    if test "$gt_cv_func_gnugettext1_libc" = "yes" \
  11278.           || { test "$gt_cv_func_gnugettext1_libintl" = "yes" \
  11279.            && test "$PACKAGE" != gettext; }; then
  11280.  
  11281. cat >>confdefs.h <<\_ACEOF
  11282. #define HAVE_GETTEXT 1
  11283. _ACEOF
  11284.  
  11285.  
  11286.          if test "$gt_cv_func_gnugettext1_libintl" = "yes"; then
  11287.                                             INTLLIBS="-lintl $LIBICONV"
  11288.          fi
  11289.  
  11290.          gt_save_LIBS="$LIBS"
  11291.          LIBS="$LIBS $INTLLIBS"
  11292.  
  11293. for ac_func in dcgettext
  11294. do
  11295. as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
  11296. echo "$as_me:$LINENO: checking for $ac_func" >&5
  11297. echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
  11298. if eval "test \"\${$as_ac_var+set}\" = set"; then
  11299.   echo $ECHO_N "(cached) $ECHO_C" >&6
  11300. else
  11301.   cat >conftest.$ac_ext <<_ACEOF
  11302. #line $LINENO "configure"
  11303. /* confdefs.h.  */
  11304. _ACEOF
  11305. cat confdefs.h >>conftest.$ac_ext
  11306. cat >>conftest.$ac_ext <<_ACEOF
  11307. /* end confdefs.h.  */
  11308. /* System header to define __stub macros and hopefully few prototypes,
  11309.     which can conflict with char $ac_func (); below.
  11310.     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  11311.     <limits.h> exists even on freestanding compilers.  */
  11312. #ifdef __STDC__
  11313. # include <limits.h>
  11314. #else
  11315. # include <assert.h>
  11316. #endif
  11317. /* Override any gcc2 internal prototype to avoid an error.  */
  11318. #ifdef __cplusplus
  11319. extern "C"
  11320. {
  11321. #endif
  11322. /* We use char because int might match the return type of a gcc2
  11323.    builtin and then its argument prototype would still apply.  */
  11324. char $ac_func ();
  11325. /* The GNU C library defines this for functions which it implements
  11326.     to always fail with ENOSYS.  Some functions are actually named
  11327.     something starting with __ and the normal name is an alias.  */
  11328. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  11329. choke me
  11330. #else
  11331. char (*f) () = $ac_func;
  11332. #endif
  11333. #ifdef __cplusplus
  11334. }
  11335. #endif
  11336.  
  11337. int
  11338. main ()
  11339. {
  11340. return f != $ac_func;
  11341.   ;
  11342.   return 0;
  11343. }
  11344. _ACEOF
  11345. rm -f conftest.$ac_objext conftest$ac_exeext
  11346. if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  11347.   (eval $ac_link) 2>&5
  11348.   ac_status=$?
  11349.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  11350.   (exit $ac_status); } &&
  11351.          { ac_try='test -s conftest$ac_exeext'
  11352.   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  11353.   (eval $ac_try) 2>&5
  11354.   ac_status=$?
  11355.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  11356.   (exit $ac_status); }; }; then
  11357.   eval "$as_ac_var=yes"
  11358. else
  11359.   echo "$as_me: failed program was:" >&5
  11360. sed 's/^/| /' conftest.$ac_ext >&5
  11361.  
  11362. eval "$as_ac_var=no"
  11363. fi
  11364. rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  11365. fi
  11366. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
  11367. echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
  11368. if test `eval echo '${'$as_ac_var'}'` = yes; then
  11369.   cat >>confdefs.h <<_ACEOF
  11370. #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
  11371. _ACEOF
  11372.  
  11373. fi
  11374. done
  11375.  
  11376.          LIBS="$gt_save_LIBS"
  11377.  
  11378.                   # Extract the first word of "msgfmt", so it can be a program name with args.
  11379. set dummy msgfmt; ac_word=$2
  11380. echo "$as_me:$LINENO: checking for $ac_word" >&5
  11381. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  11382. if test "${ac_cv_path_MSGFMT+set}" = set; then
  11383.   echo $ECHO_N "(cached) $ECHO_C" >&6
  11384. else
  11385.   case "$MSGFMT" in
  11386.   /*)
  11387.   ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
  11388.   ;;
  11389.   *)
  11390.   IFS="${IFS=     }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  11391.   for ac_dir in $PATH; do
  11392.     test -z "$ac_dir" && ac_dir=.
  11393.     if test -f $ac_dir/$ac_word; then
  11394.       if $ac_dir/$ac_word --statistics /dev/null >/dev/null 2>&1; then
  11395.     ac_cv_path_MSGFMT="$ac_dir/$ac_word"
  11396.     break
  11397.       fi
  11398.     fi
  11399.   done
  11400.   IFS="$ac_save_ifs"
  11401.   test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT=":"
  11402.   ;;
  11403. esac
  11404. fi
  11405. MSGFMT="$ac_cv_path_MSGFMT"
  11406. if test "$MSGFMT" != ":"; then
  11407.   echo "$as_me:$LINENO: result: $MSGFMT" >&5
  11408. echo "${ECHO_T}$MSGFMT" >&6
  11409. else
  11410.   echo "$as_me:$LINENO: result: no" >&5
  11411. echo "${ECHO_T}no" >&6
  11412. fi
  11413.  
  11414.          # Extract the first word of "gmsgfmt", so it can be a program name with args.
  11415. set dummy gmsgfmt; ac_word=$2
  11416. echo "$as_me:$LINENO: checking for $ac_word" >&5
  11417. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  11418. if test "${ac_cv_path_GMSGFMT+set}" = set; then
  11419.   echo $ECHO_N "(cached) $ECHO_C" >&6
  11420. else
  11421.   case $GMSGFMT in
  11422.   [\\/]* | ?:[\\/]*)
  11423.   ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
  11424.   ;;
  11425.   *)
  11426.   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  11427. for as_dir in $PATH
  11428. do
  11429.   IFS=$as_save_IFS
  11430.   test -z "$as_dir" && as_dir=.
  11431.   for ac_exec_ext in '' $ac_executable_extensions; do
  11432.   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  11433.     ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
  11434.     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  11435.     break 2
  11436.   fi
  11437. done
  11438. done
  11439.  
  11440.   test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
  11441.   ;;
  11442. esac
  11443. fi
  11444. GMSGFMT=$ac_cv_path_GMSGFMT
  11445.  
  11446. if test -n "$GMSGFMT"; then
  11447.   echo "$as_me:$LINENO: result: $GMSGFMT" >&5
  11448. echo "${ECHO_T}$GMSGFMT" >&6
  11449. else
  11450.   echo "$as_me:$LINENO: result: no" >&5
  11451. echo "${ECHO_T}no" >&6
  11452. fi
  11453.  
  11454.  
  11455.                   # Extract the first word of "xgettext", so it can be a program name with args.
  11456. set dummy xgettext; ac_word=$2
  11457. echo "$as_me:$LINENO: checking for $ac_word" >&5
  11458. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  11459. if test "${ac_cv_path_XGETTEXT+set}" = set; then
  11460.   echo $ECHO_N "(cached) $ECHO_C" >&6
  11461. else
  11462.   case "$XGETTEXT" in
  11463.   /*)
  11464.   ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
  11465.   ;;
  11466.   *)
  11467.   IFS="${IFS=     }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  11468.   for ac_dir in $PATH; do
  11469.     test -z "$ac_dir" && ac_dir=.
  11470.     if test -f $ac_dir/$ac_word; then
  11471.       if $ac_dir/$ac_word --omit-header /dev/null >/dev/null 2>&1; then
  11472.     ac_cv_path_XGETTEXT="$ac_dir/$ac_word"
  11473.     break
  11474.       fi
  11475.     fi
  11476.   done
  11477.   IFS="$ac_save_ifs"
  11478.   test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
  11479.   ;;
  11480. esac
  11481. fi
  11482. XGETTEXT="$ac_cv_path_XGETTEXT"
  11483. if test "$XGETTEXT" != ":"; then
  11484.   echo "$as_me:$LINENO: result: $XGETTEXT" >&5
  11485. echo "${ECHO_T}$XGETTEXT" >&6
  11486. else
  11487.   echo "$as_me:$LINENO: result: no" >&5
  11488. echo "${ECHO_T}no" >&6
  11489. fi
  11490.  
  11491.  
  11492.          CATOBJEXT=.gmo
  11493.        fi
  11494.  
  11495. fi
  11496.  
  11497.  
  11498.  
  11499.         if test "$CATOBJEXT" = "NONE"; then
  11500.                   nls_cv_use_gnu_gettext=yes
  11501.         fi
  11502.       fi
  11503.  
  11504.       if test "$nls_cv_use_gnu_gettext" = "yes"; then
  11505.                 INTLOBJS="\$(GETTOBJS)"
  11506.         # Extract the first word of "msgfmt", so it can be a program name with args.
  11507. set dummy msgfmt; ac_word=$2
  11508. echo "$as_me:$LINENO: checking for $ac_word" >&5
  11509. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  11510. if test "${ac_cv_path_MSGFMT+set}" = set; then
  11511.   echo $ECHO_N "(cached) $ECHO_C" >&6
  11512. else
  11513.   case "$MSGFMT" in
  11514.   /*)
  11515.   ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
  11516.   ;;
  11517.   *)
  11518.   IFS="${IFS=     }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  11519.   for ac_dir in $PATH; do
  11520.     test -z "$ac_dir" && ac_dir=.
  11521.     if test -f $ac_dir/$ac_word; then
  11522.       if $ac_dir/$ac_word --statistics /dev/null >/dev/null 2>&1; then
  11523.     ac_cv_path_MSGFMT="$ac_dir/$ac_word"
  11524.     break
  11525.       fi
  11526.     fi
  11527.   done
  11528.   IFS="$ac_save_ifs"
  11529.   test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT=":"
  11530.   ;;
  11531. esac
  11532. fi
  11533. MSGFMT="$ac_cv_path_MSGFMT"
  11534. if test "$MSGFMT" != ":"; then
  11535.   echo "$as_me:$LINENO: result: $MSGFMT" >&5
  11536. echo "${ECHO_T}$MSGFMT" >&6
  11537. else
  11538.   echo "$as_me:$LINENO: result: no" >&5
  11539. echo "${ECHO_T}no" >&6
  11540. fi
  11541.  
  11542.         # Extract the first word of "gmsgfmt", so it can be a program name with args.
  11543. set dummy gmsgfmt; ac_word=$2
  11544. echo "$as_me:$LINENO: checking for $ac_word" >&5
  11545. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  11546. if test "${ac_cv_path_GMSGFMT+set}" = set; then
  11547.   echo $ECHO_N "(cached) $ECHO_C" >&6
  11548. else
  11549.   case $GMSGFMT in
  11550.   [\\/]* | ?:[\\/]*)
  11551.   ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
  11552.   ;;
  11553.   *)
  11554.   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  11555. for as_dir in $PATH
  11556. do
  11557.   IFS=$as_save_IFS
  11558.   test -z "$as_dir" && as_dir=.
  11559.   for ac_exec_ext in '' $ac_executable_extensions; do
  11560.   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  11561.     ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
  11562.     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  11563.     break 2
  11564.   fi
  11565. done
  11566. done
  11567.  
  11568.   test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
  11569.   ;;
  11570. esac
  11571. fi
  11572. GMSGFMT=$ac_cv_path_GMSGFMT
  11573.  
  11574. if test -n "$GMSGFMT"; then
  11575.   echo "$as_me:$LINENO: result: $GMSGFMT" >&5
  11576. echo "${ECHO_T}$GMSGFMT" >&6
  11577. else
  11578.   echo "$as_me:$LINENO: result: no" >&5
  11579. echo "${ECHO_T}no" >&6
  11580. fi
  11581.  
  11582.         # Extract the first word of "xgettext", so it can be a program name with args.
  11583. set dummy xgettext; ac_word=$2
  11584. echo "$as_me:$LINENO: checking for $ac_word" >&5
  11585. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  11586. if test "${ac_cv_path_XGETTEXT+set}" = set; then
  11587.   echo $ECHO_N "(cached) $ECHO_C" >&6
  11588. else
  11589.   case "$XGETTEXT" in
  11590.   /*)
  11591.   ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
  11592.   ;;
  11593.   *)
  11594.   IFS="${IFS=     }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  11595.   for ac_dir in $PATH; do
  11596.     test -z "$ac_dir" && ac_dir=.
  11597.     if test -f $ac_dir/$ac_word; then
  11598.       if $ac_dir/$ac_word --omit-header /dev/null >/dev/null 2>&1; then
  11599.     ac_cv_path_XGETTEXT="$ac_dir/$ac_word"
  11600.     break
  11601.       fi
  11602.     fi
  11603.   done
  11604.   IFS="$ac_save_ifs"
  11605.   test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
  11606.   ;;
  11607. esac
  11608. fi
  11609. XGETTEXT="$ac_cv_path_XGETTEXT"
  11610. if test "$XGETTEXT" != ":"; then
  11611.   echo "$as_me:$LINENO: result: $XGETTEXT" >&5
  11612. echo "${ECHO_T}$XGETTEXT" >&6
  11613. else
  11614.   echo "$as_me:$LINENO: result: no" >&5
  11615. echo "${ECHO_T}no" >&6
  11616. fi
  11617.  
  11618.  
  11619.     BUILD_INCLUDED_LIBINTL=yes
  11620.     USE_INCLUDED_LIBINTL=yes
  11621.         CATOBJEXT=.gmo
  11622.     INTLLIBS="\$(top_builddir)/intl/libintl.a $LIBICONV"
  11623.     LIBS=`echo " $LIBS " | sed -e 's/ -lintl / /' -e 's/^ //' -e 's/ $//'`
  11624.       fi
  11625.  
  11626.                   if test "$GMSGFMT" != ":"; then
  11627.             if $GMSGFMT --statistics /dev/null >/dev/null 2>&1; then
  11628.       : ;
  11629.     else
  11630.       echo "$as_me:$LINENO: result: found msgfmt program is not GNU msgfmt; ignore it" >&5
  11631. echo "${ECHO_T}found msgfmt program is not GNU msgfmt; ignore it" >&6
  11632.       GMSGFMT=":"
  11633.     fi
  11634.       fi
  11635.  
  11636.                   if test "$XGETTEXT" != ":"; then
  11637.             if $XGETTEXT --omit-header /dev/null >/dev/null 2>&1; then
  11638.       : ;
  11639.     else
  11640.       echo "$as_me:$LINENO: result: found xgettext program is not GNU xgettext; ignore it" >&5
  11641. echo "${ECHO_T}found xgettext program is not GNU xgettext; ignore it" >&6
  11642.       XGETTEXT=":"
  11643.     fi
  11644.       fi
  11645.  
  11646.             POSUB=po
  11647.     fi
  11648.               ac_config_commands="$ac_config_commands default-3"
  11649.  
  11650.  
  11651.  
  11652.             if test "$PACKAGE" = gettext; then
  11653.       BUILD_INCLUDED_LIBINTL=yes
  11654.     fi
  11655.  
  11656.                                             for ac_prog in bison
  11657. do
  11658.   # Extract the first word of "$ac_prog", so it can be a program name with args.
  11659. set dummy $ac_prog; ac_word=$2
  11660. echo "$as_me:$LINENO: checking for $ac_word" >&5
  11661. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  11662. if test "${ac_cv_prog_INTLBISON+set}" = set; then
  11663.   echo $ECHO_N "(cached) $ECHO_C" >&6
  11664. else
  11665.   if test -n "$INTLBISON"; then
  11666.   ac_cv_prog_INTLBISON="$INTLBISON" # Let the user override the test.
  11667. else
  11668. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  11669. for as_dir in $PATH
  11670. do
  11671.   IFS=$as_save_IFS
  11672.   test -z "$as_dir" && as_dir=.
  11673.   for ac_exec_ext in '' $ac_executable_extensions; do
  11674.   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  11675.     ac_cv_prog_INTLBISON="$ac_prog"
  11676.     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  11677.     break 2
  11678.   fi
  11679. done
  11680. done
  11681.  
  11682. fi
  11683. fi
  11684. INTLBISON=$ac_cv_prog_INTLBISON
  11685. if test -n "$INTLBISON"; then
  11686.   echo "$as_me:$LINENO: result: $INTLBISON" >&5
  11687. echo "${ECHO_T}$INTLBISON" >&6
  11688. else
  11689.   echo "$as_me:$LINENO: result: no" >&5
  11690. echo "${ECHO_T}no" >&6
  11691. fi
  11692.  
  11693.   test -n "$INTLBISON" && break
  11694. done
  11695.  
  11696.     if test -z "$INTLBISON"; then
  11697.       ac_verc_fail=yes
  11698.     else
  11699.             echo "$as_me:$LINENO: checking version of bison" >&5
  11700. echo $ECHO_N "checking version of bison... $ECHO_C" >&6
  11701.       ac_prog_version=`$INTLBISON --version 2>&1 | sed -n 's/^.*GNU Bison.* \([0-9]*\.[0-9.]*\).*$/\1/p'`
  11702.       case $ac_prog_version in
  11703.         '') ac_prog_version="v. ?.??, bad"; ac_verc_fail=yes;;
  11704.         1.2[6-9]* | 1.[3-9][0-9]* | [2-9].*)
  11705.            ac_prog_version="$ac_prog_version, ok"; ac_verc_fail=no;;
  11706.         *) ac_prog_version="$ac_prog_version, bad"; ac_verc_fail=yes;;
  11707.       esac
  11708.       echo "$as_me:$LINENO: result: $ac_prog_version" >&5
  11709. echo "${ECHO_T}$ac_prog_version" >&6
  11710.     fi
  11711.     if test $ac_verc_fail = yes; then
  11712.       INTLBISON=:
  11713.     fi
  11714.  
  11715.                 for lang in $ALL_LINGUAS; do
  11716.       GMOFILES="$GMOFILES $lang.gmo"
  11717.       POFILES="$POFILES $lang.po"
  11718.     done
  11719.  
  11720.  
  11721.  
  11722.  
  11723.  
  11724.  
  11725.  
  11726.  
  11727.  
  11728.  
  11729.  
  11730.         nls_cv_header_intl=
  11731.     nls_cv_header_libgt=
  11732.  
  11733.         DATADIRNAME=share
  11734.  
  11735.  
  11736.         INSTOBJEXT=.mo
  11737.  
  11738.  
  11739.         GENCAT=gencat
  11740.  
  11741.  
  11742.  
  11743.    if test "x$CATOBJEXT" != "x"; then
  11744.      if test "x$ALL_LINGUAS" = "x"; then
  11745.        LINGUAS=
  11746.      else
  11747.        echo "$as_me:$LINENO: checking for catalogs to be installed" >&5
  11748. echo $ECHO_N "checking for catalogs to be installed... $ECHO_C" >&6
  11749.        NEW_LINGUAS=
  11750.        for presentlang in $ALL_LINGUAS; do
  11751.          useit=no
  11752.          for desiredlang in ${LINGUAS-$ALL_LINGUAS}; do
  11753.            # Use the presentlang catalog if desiredlang is
  11754.            #   a. equal to presentlang, or
  11755.            #   b. a variant of presentlang (because in this case,
  11756.            #      presentlang can be used as a fallback for messages
  11757.            #      which are not translated in the desiredlang catalog).
  11758.            case "$desiredlang" in
  11759.              "$presentlang"*) useit=yes;;
  11760.            esac
  11761.          done
  11762.          if test $useit = yes; then
  11763.            NEW_LINGUAS="$NEW_LINGUAS $presentlang"
  11764.          fi
  11765.        done
  11766.        LINGUAS=$NEW_LINGUAS
  11767.        echo "$as_me:$LINENO: result: $LINGUAS" >&5
  11768. echo "${ECHO_T}$LINGUAS" >&6
  11769.      fi
  11770.  
  11771.           if test -n "$LINGUAS"; then
  11772.        for lang in $LINGUAS; do CATALOGS="$CATALOGS $lang$CATOBJEXT"; done
  11773.      fi
  11774.    fi
  11775.  
  11776.             MKINSTALLDIRS=
  11777.    if test -n "$ac_aux_dir"; then
  11778.      MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs"
  11779.    fi
  11780.    if test -z "$MKINSTALLDIRS"; then
  11781.      MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"
  11782.    fi
  11783.  
  11784.  
  11785.       INTL_LIBTOOL_SUFFIX_PREFIX=
  11786.  
  11787.  
  11788. fi
  11789.  
  11790. if test x$os_win32 = xyes; then
  11791.  
  11792.   succeeded=no
  11793.  
  11794.   if test -z "$PKG_CONFIG"; then
  11795.     # Extract the first word of "pkg-config", so it can be a program name with args.
  11796. set dummy pkg-config; ac_word=$2
  11797. echo "$as_me:$LINENO: checking for $ac_word" >&5
  11798. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  11799. if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
  11800.   echo $ECHO_N "(cached) $ECHO_C" >&6
  11801. else
  11802.   case $PKG_CONFIG in
  11803.   [\\/]* | ?:[\\/]*)
  11804.   ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
  11805.   ;;
  11806.   *)
  11807.   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  11808. for as_dir in $PATH
  11809. do
  11810.   IFS=$as_save_IFS
  11811.   test -z "$as_dir" && as_dir=.
  11812.   for ac_exec_ext in '' $ac_executable_extensions; do
  11813.   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  11814.     ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
  11815.     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  11816.     break 2
  11817.   fi
  11818. done
  11819. done
  11820.  
  11821.   test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
  11822.   ;;
  11823. esac
  11824. fi
  11825. PKG_CONFIG=$ac_cv_path_PKG_CONFIG
  11826.  
  11827. if test -n "$PKG_CONFIG"; then
  11828.   echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
  11829. echo "${ECHO_T}$PKG_CONFIG" >&6
  11830. else
  11831.   echo "$as_me:$LINENO: result: no" >&5
  11832. echo "${ECHO_T}no" >&6
  11833. fi
  11834.  
  11835.   fi
  11836.  
  11837.   if test "$PKG_CONFIG" = "no" ; then
  11838.      echo "*** The pkg-config script could not be found. Make sure it is"
  11839.      echo "*** in your path, or set the PKG_CONFIG environment variable"
  11840.      echo "*** to the full path to pkg-config."
  11841.      echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
  11842.   else
  11843.      if ! $PKG_CONFIG --atleast-pkgconfig-version 0.7.0; then
  11844.         echo "*** Your version of pkg-config is too old. You need version 0.7.0 or newer."
  11845.         echo "*** See http://www.freedesktop.org/software/pkgconfig"
  11846.      else
  11847.         echo "$as_me:$LINENO: checking for gtk+-1.3-win32-production >= 1.3.0" >&5
  11848. echo $ECHO_N "checking for gtk+-1.3-win32-production >= 1.3.0... $ECHO_C" >&6
  11849.  
  11850.         if $PKG_CONFIG --exists "gtk+-1.3-win32-production >= 1.3.0" ; then
  11851.             echo "$as_me:$LINENO: result: yes" >&5
  11852. echo "${ECHO_T}yes" >&6
  11853.             succeeded=yes
  11854.  
  11855.             echo "$as_me:$LINENO: checking GTK_CFLAGS" >&5
  11856. echo $ECHO_N "checking GTK_CFLAGS... $ECHO_C" >&6
  11857.             GTK_CFLAGS=`$PKG_CONFIG --cflags "gtk+-1.3-win32-production >= 1.3.0"`
  11858.             echo "$as_me:$LINENO: result: $GTK_CFLAGS" >&5
  11859. echo "${ECHO_T}$GTK_CFLAGS" >&6
  11860.  
  11861.             echo "$as_me:$LINENO: checking GTK_LIBS" >&5
  11862. echo $ECHO_N "checking GTK_LIBS... $ECHO_C" >&6
  11863.             GTK_LIBS=`$PKG_CONFIG --libs "gtk+-1.3-win32-production >= 1.3.0"`
  11864.             echo "$as_me:$LINENO: result: $GTK_LIBS" >&5
  11865. echo "${ECHO_T}$GTK_LIBS" >&6
  11866.         else
  11867.             GTK_CFLAGS=""
  11868.             GTK_LIBS=""
  11869.             ## If we have a custom action on failure, don't print errors, but
  11870.             ## do set a variable so people can do so.
  11871.             GTK_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "gtk+-1.3-win32-production >= 1.3.0"`
  11872.             echo $GTK_PKG_ERRORS
  11873.         fi
  11874.  
  11875.  
  11876.  
  11877.      fi
  11878.   fi
  11879.  
  11880.   if test $succeeded = yes; then
  11881.      :
  11882.   else
  11883.      { { echo "$as_me:$LINENO: error: Library requirements (gtk+-1.3-win32-production >= 1.3.0) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them." >&5
  11884. echo "$as_me: error: Library requirements (gtk+-1.3-win32-production >= 1.3.0) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them." >&2;}
  11885.    { (exit 1); exit 1; }; }
  11886.   fi
  11887.  
  11888.  
  11889.   succeeded=no
  11890.  
  11891.   if test -z "$PKG_CONFIG"; then
  11892.     # Extract the first word of "pkg-config", so it can be a program name with args.
  11893. set dummy pkg-config; ac_word=$2
  11894. echo "$as_me:$LINENO: checking for $ac_word" >&5
  11895. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  11896. if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
  11897.   echo $ECHO_N "(cached) $ECHO_C" >&6
  11898. else
  11899.   case $PKG_CONFIG in
  11900.   [\\/]* | ?:[\\/]*)
  11901.   ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
  11902.   ;;
  11903.   *)
  11904.   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  11905. for as_dir in $PATH
  11906. do
  11907.   IFS=$as_save_IFS
  11908.   test -z "$as_dir" && as_dir=.
  11909.   for ac_exec_ext in '' $ac_executable_extensions; do
  11910.   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  11911.     ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
  11912.     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  11913.     break 2
  11914.   fi
  11915. done
  11916. done
  11917.  
  11918.   test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
  11919.   ;;
  11920. esac
  11921. fi
  11922. PKG_CONFIG=$ac_cv_path_PKG_CONFIG
  11923.  
  11924. if test -n "$PKG_CONFIG"; then
  11925.   echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
  11926. echo "${ECHO_T}$PKG_CONFIG" >&6
  11927. else
  11928.   echo "$as_me:$LINENO: result: no" >&5
  11929. echo "${ECHO_T}no" >&6
  11930. fi
  11931.  
  11932.   fi
  11933.  
  11934.   if test "$PKG_CONFIG" = "no" ; then
  11935.      echo "*** The pkg-config script could not be found. Make sure it is"
  11936.      echo "*** in your path, or set the PKG_CONFIG environment variable"
  11937.      echo "*** to the full path to pkg-config."
  11938.      echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
  11939.   else
  11940.      if ! $PKG_CONFIG --atleast-pkgconfig-version 0.7.0; then
  11941.         echo "*** Your version of pkg-config is too old. You need version 0.7.0 or newer."
  11942.         echo "*** See http://www.freedesktop.org/software/pkgconfig"
  11943.      else
  11944.         echo "$as_me:$LINENO: checking for glib-2.0 >= 1.3.9" >&5
  11945. echo $ECHO_N "checking for glib-2.0 >= 1.3.9... $ECHO_C" >&6
  11946.  
  11947.         if $PKG_CONFIG --exists "glib-2.0 >= 1.3.9" ; then
  11948.             echo "$as_me:$LINENO: result: yes" >&5
  11949. echo "${ECHO_T}yes" >&6
  11950.             succeeded=yes
  11951.  
  11952.             echo "$as_me:$LINENO: checking GLIB_CFLAGS" >&5
  11953. echo $ECHO_N "checking GLIB_CFLAGS... $ECHO_C" >&6
  11954.             GLIB_CFLAGS=`$PKG_CONFIG --cflags "glib-2.0 >= 1.3.9"`
  11955.             echo "$as_me:$LINENO: result: $GLIB_CFLAGS" >&5
  11956. echo "${ECHO_T}$GLIB_CFLAGS" >&6
  11957.  
  11958.             echo "$as_me:$LINENO: checking GLIB_LIBS" >&5
  11959. echo $ECHO_N "checking GLIB_LIBS... $ECHO_C" >&6
  11960.             GLIB_LIBS=`$PKG_CONFIG --libs "glib-2.0 >= 1.3.9"`
  11961.             echo "$as_me:$LINENO: result: $GLIB_LIBS" >&5
  11962. echo "${ECHO_T}$GLIB_LIBS" >&6
  11963.         else
  11964.             GLIB_CFLAGS=""
  11965.             GLIB_LIBS=""
  11966.             ## If we have a custom action on failure, don't print errors, but
  11967.             ## do set a variable so people can do so.
  11968.             GLIB_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "glib-2.0 >= 1.3.9"`
  11969.             echo $GLIB_PKG_ERRORS
  11970.         fi
  11971.  
  11972.  
  11973.  
  11974.      fi
  11975.   fi
  11976.  
  11977.   if test $succeeded = yes; then
  11978.      :
  11979.   else
  11980.      { { echo "$as_me:$LINENO: error: Library requirements (glib-2.0 >= 1.3.9) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them." >&5
  11981. echo "$as_me: error: Library requirements (glib-2.0 >= 1.3.9) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them." >&2;}
  11982.    { (exit 1); exit 1; }; }
  11983.   fi
  11984.  
  11985. else
  11986.  
  11987. # Check whether --with-gtk-prefix or --without-gtk-prefix was given.
  11988. if test "${with_gtk_prefix+set}" = set; then
  11989.   withval="$with_gtk_prefix"
  11990.   gtk_config_prefix="$withval"
  11991. else
  11992.   gtk_config_prefix=""
  11993. fi;
  11994.  
  11995. # Check whether --with-gtk-exec-prefix or --without-gtk-exec-prefix was given.
  11996. if test "${with_gtk_exec_prefix+set}" = set; then
  11997.   withval="$with_gtk_exec_prefix"
  11998.   gtk_config_exec_prefix="$withval"
  11999. else
  12000.   gtk_config_exec_prefix=""
  12001. fi;
  12002. # Check whether --enable-gtktest or --disable-gtktest was given.
  12003. if test "${enable_gtktest+set}" = set; then
  12004.   enableval="$enable_gtktest"
  12005.  
  12006. else
  12007.   enable_gtktest=yes
  12008. fi;
  12009.  
  12010.   for module in .
  12011.   do
  12012.       case "$module" in
  12013.          gthread)
  12014.              gtk_config_args="$gtk_config_args gthread"
  12015.          ;;
  12016.       esac
  12017.   done
  12018.  
  12019.   if test x$gtk_config_exec_prefix != x ; then
  12020.      gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
  12021.      if test x${GTK_CONFIG+set} != xset ; then
  12022.         GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk-config
  12023.      fi
  12024.   fi
  12025.   if test x$gtk_config_prefix != x ; then
  12026.      gtk_config_args="$gtk_config_args --prefix=$gtk_config_prefix"
  12027.      if test x${GTK_CONFIG+set} != xset ; then
  12028.         GTK_CONFIG=$gtk_config_prefix/bin/gtk-config
  12029.      fi
  12030.   fi
  12031.  
  12032.   # Extract the first word of "gtk-config", so it can be a program name with args.
  12033. set dummy gtk-config; ac_word=$2
  12034. echo "$as_me:$LINENO: checking for $ac_word" >&5
  12035. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  12036. if test "${ac_cv_path_GTK_CONFIG+set}" = set; then
  12037.   echo $ECHO_N "(cached) $ECHO_C" >&6
  12038. else
  12039.   case $GTK_CONFIG in
  12040.   [\\/]* | ?:[\\/]*)
  12041.   ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a path.
  12042.   ;;
  12043.   *)
  12044.   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  12045. for as_dir in $PATH
  12046. do
  12047.   IFS=$as_save_IFS
  12048.   test -z "$as_dir" && as_dir=.
  12049.   for ac_exec_ext in '' $ac_executable_extensions; do
  12050.   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  12051.     ac_cv_path_GTK_CONFIG="$as_dir/$ac_word$ac_exec_ext"
  12052.     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  12053.     break 2
  12054.   fi
  12055. done
  12056. done
  12057.  
  12058.   test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG="no"
  12059.   ;;
  12060. esac
  12061. fi
  12062. GTK_CONFIG=$ac_cv_path_GTK_CONFIG
  12063.  
  12064. if test -n "$GTK_CONFIG"; then
  12065.   echo "$as_me:$LINENO: result: $GTK_CONFIG" >&5
  12066. echo "${ECHO_T}$GTK_CONFIG" >&6
  12067. else
  12068.   echo "$as_me:$LINENO: result: no" >&5
  12069. echo "${ECHO_T}no" >&6
  12070. fi
  12071.  
  12072.   min_gtk_version=1.2.8
  12073.   echo "$as_me:$LINENO: checking for GTK - version >= $min_gtk_version" >&5
  12074. echo $ECHO_N "checking for GTK - version >= $min_gtk_version... $ECHO_C" >&6
  12075.   no_gtk=""
  12076.   if test "$GTK_CONFIG" = "no" ; then
  12077.     no_gtk=yes
  12078.   else
  12079.     GTK_CFLAGS=`$GTK_CONFIG $gtk_config_args --cflags`
  12080.     GTK_LIBS=`$GTK_CONFIG $gtk_config_args --libs`
  12081.     gtk_config_major_version=`$GTK_CONFIG $gtk_config_args --version | \
  12082.            sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
  12083.     gtk_config_minor_version=`$GTK_CONFIG $gtk_config_args --version | \
  12084.            sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
  12085.     gtk_config_micro_version=`$GTK_CONFIG $gtk_config_args --version | \
  12086.            sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
  12087.     if test "x$enable_gtktest" = "xyes" ; then
  12088.       ac_save_CFLAGS="$CFLAGS"
  12089.       ac_save_LIBS="$LIBS"
  12090.       CFLAGS="$CFLAGS $GTK_CFLAGS"
  12091.       LIBS="$GTK_LIBS $LIBS"
  12092.       rm -f conf.gtktest
  12093.       if test "$cross_compiling" = yes; then
  12094.   echo $ac_n "cross compiling; assumed OK... $ac_c"
  12095. else
  12096.   cat >conftest.$ac_ext <<_ACEOF
  12097. #line $LINENO "configure"
  12098. /* confdefs.h.  */
  12099. _ACEOF
  12100. cat confdefs.h >>conftest.$ac_ext
  12101. cat >>conftest.$ac_ext <<_ACEOF
  12102. /* end confdefs.h.  */
  12103.  
  12104. #include <gtk/gtk.h>
  12105. #include <stdio.h>
  12106. #include <stdlib.h>
  12107.  
  12108. int
  12109. main ()
  12110. {
  12111.   int major, minor, micro;
  12112.   char *tmp_version;
  12113.  
  12114.   system ("touch conf.gtktest");
  12115.  
  12116.   /* HP/UX 9 (%@#!) writes to sscanf strings */
  12117.   tmp_version = g_strdup("$min_gtk_version");
  12118.   if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, µ) != 3) {
  12119.      printf("%s, bad version string\n", "$min_gtk_version");
  12120.      exit(1);
  12121.    }
  12122.  
  12123.   if ((gtk_major_version != $gtk_config_major_version) ||
  12124.       (gtk_minor_version != $gtk_config_minor_version) ||
  12125.       (gtk_micro_version != $gtk_config_micro_version))
  12126.     {
  12127.       printf("\n*** 'gtk-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
  12128.              $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
  12129.              gtk_major_version, gtk_minor_version, gtk_micro_version);
  12130.       printf ("*** was found! If gtk-config was correct, then it is best\n");
  12131.       printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
  12132.       printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
  12133.       printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
  12134.       printf("*** required on your system.\n");
  12135.       printf("*** If gtk-config was wrong, set the environment variable GTK_CONFIG\n");
  12136.       printf("*** to point to the correct copy of gtk-config, and remove the file config.cache\n");
  12137.       printf("*** before re-running configure\n");
  12138.     }
  12139. #if defined (GTK_MAJOR_VERSION) && defined (GTK_MINOR_VERSION) && defined (GTK_MICRO_VERSION)
  12140.   else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
  12141.        (gtk_minor_version != GTK_MINOR_VERSION) ||
  12142.            (gtk_micro_version != GTK_MICRO_VERSION))
  12143.     {
  12144.       printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
  12145.          GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
  12146.       printf("*** library (version %d.%d.%d)\n",
  12147.          gtk_major_version, gtk_minor_version, gtk_micro_version);
  12148.     }
  12149. #endif /* defined (GTK_MAJOR_VERSION) ... */
  12150.   else
  12151.     {
  12152.       if ((gtk_major_version > major) ||
  12153.         ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
  12154.         ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
  12155.       {
  12156.         return 0;
  12157.        }
  12158.      else
  12159.       {
  12160.         printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
  12161.                gtk_major_version, gtk_minor_version, gtk_micro_version);
  12162.         printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
  12163.            major, minor, micro);
  12164.         printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
  12165.         printf("***\n");
  12166.         printf("*** If you have already installed a sufficiently new version, this error\n");
  12167.         printf("*** probably means that the wrong copy of the gtk-config shell script is\n");
  12168.         printf("*** being found. The easiest way to fix this is to remove the old version\n");
  12169.         printf("*** of GTK+, but you can also set the GTK_CONFIG environment to point to the\n");
  12170.         printf("*** correct copy of gtk-config. (In this case, you will have to\n");
  12171.         printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
  12172.         printf("*** so that the correct libraries are found at run-time))\n");
  12173.       }
  12174.     }
  12175.   return 1;
  12176. }
  12177.  
  12178. _ACEOF
  12179. rm -f conftest$ac_exeext
  12180. if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  12181.   (eval $ac_link) 2>&5
  12182.   ac_status=$?
  12183.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  12184.   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
  12185.   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  12186.   (eval $ac_try) 2>&5
  12187.   ac_status=$?
  12188.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  12189.   (exit $ac_status); }; }; then
  12190.   :
  12191. else
  12192.   echo "$as_me: program exited with status $ac_status" >&5
  12193. echo "$as_me: failed program was:" >&5
  12194. sed 's/^/| /' conftest.$ac_ext >&5
  12195.  
  12196. ( exit $ac_status )
  12197. no_gtk=yes
  12198. fi
  12199. rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
  12200. fi
  12201.        CFLAGS="$ac_save_CFLAGS"
  12202.        LIBS="$ac_save_LIBS"
  12203.      fi
  12204.   fi
  12205.   if test "x$no_gtk" = x ; then
  12206.      echo "$as_me:$LINENO: result: yes" >&5
  12207. echo "${ECHO_T}yes" >&6
  12208.      :
  12209.   else
  12210.      echo "$as_me:$LINENO: result: no" >&5
  12211. echo "${ECHO_T}no" >&6
  12212.      if test "$GTK_CONFIG" = "no" ; then
  12213.        echo "*** The gtk-config script installed by GTK could not be found"
  12214.        echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in"
  12215.        echo "*** your path, or set the GTK_CONFIG environment variable to the"
  12216.        echo "*** full path to gtk-config."
  12217.      else
  12218.        if test -f conf.gtktest ; then
  12219.         :
  12220.        else
  12221.           echo "*** Could not run GTK test program, checking why..."
  12222.           CFLAGS="$CFLAGS $GTK_CFLAGS"
  12223.           LIBS="$LIBS $GTK_LIBS"
  12224.           cat >conftest.$ac_ext <<_ACEOF
  12225. #line $LINENO "configure"
  12226. /* confdefs.h.  */
  12227. _ACEOF
  12228. cat confdefs.h >>conftest.$ac_ext
  12229. cat >>conftest.$ac_ext <<_ACEOF
  12230. /* end confdefs.h.  */
  12231.  
  12232. #include <gtk/gtk.h>
  12233. #include <stdio.h>
  12234.  
  12235. int
  12236. main ()
  12237. {
  12238.  return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
  12239.   ;
  12240.   return 0;
  12241. }
  12242. _ACEOF
  12243. rm -f conftest.$ac_objext conftest$ac_exeext
  12244. if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  12245.   (eval $ac_link) 2>&5
  12246.   ac_status=$?
  12247.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  12248.   (exit $ac_status); } &&
  12249.          { ac_try='test -s conftest$ac_exeext'
  12250.   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  12251.   (eval $ac_try) 2>&5
  12252.   ac_status=$?
  12253.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  12254.   (exit $ac_status); }; }; then
  12255.    echo "*** The test program compiled, but did not run. This usually means"
  12256.           echo "*** that the run-time linker is not finding GTK or finding the wrong"
  12257.           echo "*** version of GTK. If it is not finding GTK, you'll need to set your"
  12258.           echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
  12259.           echo "*** to the installed location  Also, make sure you have run ldconfig if that"
  12260.           echo "*** is required on your system"
  12261.       echo "***"
  12262.           echo "*** If you have an old version installed, it is best to remove it, although"
  12263.           echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
  12264.           echo "***"
  12265.           echo "*** If you have a RedHat 5.0 system, you should remove the GTK package that"
  12266.           echo "*** came with the system with the command"
  12267.           echo "***"
  12268.           echo "***    rpm --erase --nodeps gtk gtk-devel"
  12269. else
  12270.   echo "$as_me: failed program was:" >&5
  12271. sed 's/^/| /' conftest.$ac_ext >&5
  12272.  
  12273.  echo "*** The test program failed to compile or link. See the file config.log for the"
  12274.           echo "*** exact error that occured. This usually means GTK was incorrectly installed"
  12275.           echo "*** or that you have moved GTK since it was installed. In the latter case, you"
  12276.           echo "*** may want to edit the gtk-config script: $GTK_CONFIG"
  12277. fi
  12278. rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  12279.           CFLAGS="$ac_save_CFLAGS"
  12280.           LIBS="$ac_save_LIBS"
  12281.        fi
  12282.      fi
  12283.      GTK_CFLAGS=""
  12284.      GTK_LIBS=""
  12285.      { { echo "$as_me:$LINENO: error: Test for GTK failed. See the file 'INSTALL' for help." >&5
  12286. echo "$as_me: error: Test for GTK failed. See the file 'INSTALL' for help." >&2;}
  12287.    { (exit 1); exit 1; }; }
  12288.   fi
  12289.  
  12290.  
  12291.   rm -f conf.gtktest
  12292.  
  12293.  
  12294.     if (expr $gtk_config_major_version \> 1) > /dev/null; then
  12295.     { { echo "$as_me:$LINENO: error: GIMP does not work with versions of GTK > 1.2" >&5
  12296. echo "$as_me: error: GIMP does not work with versions of GTK > 1.2" >&2;}
  12297.    { (exit 1); exit 1; }; }
  12298.   fi
  12299.   if (expr $gtk_config_minor_version \> 2) > /dev/null; then
  12300.     { { echo "$as_me:$LINENO: error: GIMP does not work with versions of GTK > 1.2" >&5
  12301. echo "$as_me: error: GIMP does not work with versions of GTK > 1.2" >&2;}
  12302.    { (exit 1); exit 1; }; }
  12303.   fi
  12304. fi
  12305.  
  12306.  
  12307. if test x$os_win32 != xyes; then
  12308.       GTK_TEMP_CFLAGS=`echo $GTK_CFLAGS | sed 's/^\(-I[^ ]*\).*$/\1/'`
  12309.   if echo $GTK_TEMP_CFLAGS | grep 'glib/include$' > /dev/null; then
  12310.     GTK_TEMP_CFLAGS=$GTK_CFLAGS
  12311.   else
  12312.     GTK_TEMP_CFLAGS=`echo $GTK_CFLAGS | sed 's/^-I[^ ]* \(.*\)$/\1/'`
  12313.   fi
  12314.   GLIB_CFLAGS=`echo $GTK_TEMP_CFLAGS | sed 's/^\(-I[^ ]*glib[^ ]*  *-I[^ ]*\).*/\1/'`
  12315.  
  12316.   GLIB_LDFLAGS=`echo $GTK_LIBS | sed -e 's/^.*-lgdk[^ ]* *\(-L[^ ]*\).*$/\1/' -e 's/^.* -lgdk[^ ]* .*$//'`
  12317.   if test -z "$GLIB_LDFLAGS" ; then
  12318.     GLIB_LDFLAGS=`echo $GTK_LIBS | sed 's/^ *\(-L[^ ]*\) .*$/\1/'`
  12319.   fi
  12320.   GLIB_LIBS="$GLIB_LDFLAGS `echo $GTK_LIBS | sed 's/^.*\(-lglib[^ ]*\).*$/\1/'`"
  12321. fi
  12322.  
  12323. if eval "test x$GCC = xyes"; then
  12324.   case " $CFLAGS " in
  12325.   *[\ \    ]-Wall[\ \    ]*) ;;
  12326.   *) CFLAGS="$CFLAGS -Wall" ;;
  12327.   esac
  12328.  
  12329.   if test "x$enable_ansi" = "xyes"; then
  12330.     case " $CFLAGS " in
  12331.     *[\ \    ]-ansi[\ \    ]*) ;;
  12332.     *) CFLAGS="$CFLAGS -ansi" ;;
  12333.     esac
  12334.  
  12335.     case " $CFLAGS " in
  12336.     *[\ \    ]-pedantic[\ \    ]*) ;;
  12337.     *) CFLAGS="$CFLAGS -pedantic" ;;
  12338.     esac
  12339.   fi
  12340. fi
  12341.  
  12342.  
  12343. if test x"$os_win32" = xyes; then
  12344.   if test x"$GCC" = xyes; then
  12345.     msnative_struct=''
  12346.     echo "$as_me:$LINENO: checking how to get MSVC-compatible struct packing" >&5
  12347. echo $ECHO_N "checking how to get MSVC-compatible struct packing... $ECHO_C" >&6
  12348.     if test -z "$ac_cv_prog_CC"; then
  12349.       our_gcc="$CC"
  12350.     else
  12351.       our_gcc="$ac_cv_prog_CC"
  12352.     fi
  12353.     case `$our_gcc --version | sed -e 's,\..*,.,' -e q` in
  12354.       2.)
  12355.     if $our_gcc -v --help 2>/dev/null | grep fnative-struct >/dev/null; then
  12356.       msnative_struct='-fnative-struct'
  12357.     fi
  12358.     ;;
  12359.       *)
  12360.     if $our_gcc -v --help 2>/dev/null | grep ms-bitfields >/dev/null; then
  12361.       msnative_struct='-mms-bitfields'
  12362.     fi
  12363.     ;;
  12364.     esac
  12365.     if test x"$msnative_struct" = x ; then
  12366.       echo "$as_me:$LINENO: result: no way" >&5
  12367. echo "${ECHO_T}no way" >&6
  12368.       { echo "$as_me:$LINENO: WARNING: produced libraries will be incompatible with prebuilt GTK+ DLLs" >&5
  12369. echo "$as_me: WARNING: produced libraries will be incompatible with prebuilt GTK+ DLLs" >&2;}
  12370.     else
  12371.       CFLAGS="$CFLAGS $msnative_struct"
  12372.       echo "$as_me:$LINENO: result: ${msnative_struct}" >&5
  12373. echo "${ECHO_T}${msnative_struct}" >&6
  12374.     fi
  12375.   fi
  12376. fi
  12377.  
  12378.  
  12379.  
  12380. for ac_header in math.h ieeefp.h
  12381. do
  12382. as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
  12383. if eval "test \"\${$as_ac_Header+set}\" = set"; then
  12384.   echo "$as_me:$LINENO: checking for $ac_header" >&5
  12385. echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  12386. if eval "test \"\${$as_ac_Header+set}\" = set"; then
  12387.   echo $ECHO_N "(cached) $ECHO_C" >&6
  12388. fi
  12389. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  12390. echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  12391. else
  12392.   # Is the header compilable?
  12393. echo "$as_me:$LINENO: checking $ac_header usability" >&5
  12394. echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
  12395. cat >conftest.$ac_ext <<_ACEOF
  12396. #line $LINENO "configure"
  12397. /* confdefs.h.  */
  12398. _ACEOF
  12399. cat confdefs.h >>conftest.$ac_ext
  12400. cat >>conftest.$ac_ext <<_ACEOF
  12401. /* end confdefs.h.  */
  12402. $ac_includes_default
  12403. #include <$ac_header>
  12404. _ACEOF
  12405. rm -f conftest.$ac_objext
  12406. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  12407.   (eval $ac_compile) 2>&5
  12408.   ac_status=$?
  12409.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  12410.   (exit $ac_status); } &&
  12411.          { ac_try='test -s conftest.$ac_objext'
  12412.   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  12413.   (eval $ac_try) 2>&5
  12414.   ac_status=$?
  12415.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  12416.   (exit $ac_status); }; }; then
  12417.   ac_header_compiler=yes
  12418. else
  12419.   echo "$as_me: failed program was:" >&5
  12420. sed 's/^/| /' conftest.$ac_ext >&5
  12421.  
  12422. ac_header_compiler=no
  12423. fi
  12424. rm -f conftest.$ac_objext conftest.$ac_ext
  12425. echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
  12426. echo "${ECHO_T}$ac_header_compiler" >&6
  12427.  
  12428. # Is the header present?
  12429. echo "$as_me:$LINENO: checking $ac_header presence" >&5
  12430. echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
  12431. cat >conftest.$ac_ext <<_ACEOF
  12432. #line $LINENO "configure"
  12433. /* confdefs.h.  */
  12434. _ACEOF
  12435. cat confdefs.h >>conftest.$ac_ext
  12436. cat >>conftest.$ac_ext <<_ACEOF
  12437. /* end confdefs.h.  */
  12438. #include <$ac_header>
  12439. _ACEOF
  12440. if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
  12441.   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
  12442.   ac_status=$?
  12443.   grep -v '^ *+' conftest.er1 >conftest.err
  12444.   rm -f conftest.er1
  12445.   cat conftest.err >&5
  12446.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  12447.   (exit $ac_status); } >/dev/null; then
  12448.   if test -s conftest.err; then
  12449.     ac_cpp_err=$ac_c_preproc_warn_flag
  12450.   else
  12451.     ac_cpp_err=
  12452.   fi
  12453. else
  12454.   ac_cpp_err=yes
  12455. fi
  12456. if test -z "$ac_cpp_err"; then
  12457.   ac_header_preproc=yes
  12458. else
  12459.   echo "$as_me: failed program was:" >&5
  12460. sed 's/^/| /' conftest.$ac_ext >&5
  12461.  
  12462.   ac_header_preproc=no
  12463. fi
  12464. rm -f conftest.err conftest.$ac_ext
  12465. echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
  12466. echo "${ECHO_T}$ac_header_preproc" >&6
  12467.  
  12468. # So?  What about this header?
  12469. case $ac_header_compiler:$ac_header_preproc in
  12470.   yes:no )
  12471.     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
  12472. echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
  12473.     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
  12474. echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
  12475.     (
  12476.       cat <<\_ASBOX
  12477. ## ------------------------------------ ##
  12478. ## Report this to bug-autoconf@gnu.org. ##
  12479. ## ------------------------------------ ##
  12480. _ASBOX
  12481.     ) |
  12482.       sed "s/^/$as_me: WARNING:     /" >&2
  12483.     ;;
  12484.   no:yes )
  12485.     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
  12486. echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
  12487.     { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
  12488. echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
  12489.     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
  12490. echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
  12491.     (
  12492.       cat <<\_ASBOX
  12493. ## ------------------------------------ ##
  12494. ## Report this to bug-autoconf@gnu.org. ##
  12495. ## ------------------------------------ ##
  12496. _ASBOX
  12497.     ) |
  12498.       sed "s/^/$as_me: WARNING:     /" >&2
  12499.     ;;
  12500. esac
  12501. echo "$as_me:$LINENO: checking for $ac_header" >&5
  12502. echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  12503. if eval "test \"\${$as_ac_Header+set}\" = set"; then
  12504.   echo $ECHO_N "(cached) $ECHO_C" >&6
  12505. else
  12506.   eval "$as_ac_Header=$ac_header_preproc"
  12507. fi
  12508. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  12509. echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  12510.  
  12511. fi
  12512. if test `eval echo '${'$as_ac_Header'}'` = yes; then
  12513.   cat >>confdefs.h <<_ACEOF
  12514. #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
  12515. _ACEOF
  12516.  
  12517. fi
  12518.  
  12519. done
  12520.  
  12521.  
  12522. echo "$as_me:$LINENO: checking for extra flags to get ANSI library prototypes" >&5
  12523. echo $ECHO_N "checking for extra flags to get ANSI library prototypes... $ECHO_C" >&6
  12524. gimp_save_LIBS=$LIBS
  12525. LIBS="$LIBS -lm"
  12526. if test "$cross_compiling" = yes; then
  12527.   echo "$as_me:$LINENO: result: " >&5
  12528. echo "${ECHO_T}" >&6
  12529. else
  12530.   cat >conftest.$ac_ext <<_ACEOF
  12531. #line $LINENO "configure"
  12532. /* confdefs.h.  */
  12533. _ACEOF
  12534. cat confdefs.h >>conftest.$ac_ext
  12535. cat >>conftest.$ac_ext <<_ACEOF
  12536. /* end confdefs.h.  */
  12537. #include <math.h>
  12538.              int main (void) { return (log(1) != log(1.)); }
  12539. _ACEOF
  12540. rm -f conftest$ac_exeext
  12541. if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  12542.   (eval $ac_link) 2>&5
  12543.   ac_status=$?
  12544.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  12545.   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
  12546.   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  12547.   (eval $ac_try) 2>&5
  12548.   ac_status=$?
  12549.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  12550.   (exit $ac_status); }; }; then
  12551.   echo "$as_me:$LINENO: result: none needed" >&5
  12552. echo "${ECHO_T}none needed" >&6
  12553. else
  12554.   echo "$as_me: program exited with status $ac_status" >&5
  12555. echo "$as_me: failed program was:" >&5
  12556. sed 's/^/| /' conftest.$ac_ext >&5
  12557.  
  12558. ( exit $ac_status )
  12559. gimp_save_CFLAGS=$CFLAGS
  12560.   CFLAGS="$CFLAGS -std1"
  12561.   if test "$cross_compiling" = yes; then
  12562.   echo "$as_me:$LINENO: result: " >&5
  12563. echo "${ECHO_T}" >&6
  12564. else
  12565.   cat >conftest.$ac_ext <<_ACEOF
  12566. #line $LINENO "configure"
  12567. /* confdefs.h.  */
  12568. _ACEOF
  12569. cat confdefs.h >>conftest.$ac_ext
  12570. cat >>conftest.$ac_ext <<_ACEOF
  12571. /* end confdefs.h.  */
  12572. #include <math.h>
  12573.                int main (void) { return (log(1) != log(1.)); }
  12574. _ACEOF
  12575. rm -f conftest$ac_exeext
  12576. if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  12577.   (eval $ac_link) 2>&5
  12578.   ac_status=$?
  12579.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  12580.   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
  12581.   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  12582.   (eval $ac_try) 2>&5
  12583.   ac_status=$?
  12584.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  12585.   (exit $ac_status); }; }; then
  12586.   echo "$as_me:$LINENO: result: -std1" >&5
  12587. echo "${ECHO_T}-std1" >&6
  12588. else
  12589.   echo "$as_me: program exited with status $ac_status" >&5
  12590. echo "$as_me: failed program was:" >&5
  12591. sed 's/^/| /' conftest.$ac_ext >&5
  12592.  
  12593. ( exit $ac_status )
  12594. echo "$as_me:$LINENO: result: " >&5
  12595. echo "${ECHO_T}" >&6
  12596.     CFLAGS=$gimp_save_CFLAGS
  12597.     { echo "$as_me:$LINENO: WARNING: No ANSI prototypes found in library. (-std1 didn't work.)" >&5
  12598. echo "$as_me: WARNING: No ANSI prototypes found in library. (-std1 didn't work.)" >&2;}
  12599. fi
  12600. rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
  12601. fi
  12602. fi
  12603. rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
  12604. fi
  12605.  
  12606.  
  12607. for ac_func in finite
  12608. do
  12609. as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
  12610. echo "$as_me:$LINENO: checking for $ac_func" >&5
  12611. echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
  12612. if eval "test \"\${$as_ac_var+set}\" = set"; then
  12613.   echo $ECHO_N "(cached) $ECHO_C" >&6
  12614. else
  12615.   cat >conftest.$ac_ext <<_ACEOF
  12616. #line $LINENO "configure"
  12617. /* confdefs.h.  */
  12618. _ACEOF
  12619. cat confdefs.h >>conftest.$ac_ext
  12620. cat >>conftest.$ac_ext <<_ACEOF
  12621. /* end confdefs.h.  */
  12622. /* System header to define __stub macros and hopefully few prototypes,
  12623.     which can conflict with char $ac_func (); below.
  12624.     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  12625.     <limits.h> exists even on freestanding compilers.  */
  12626. #ifdef __STDC__
  12627. # include <limits.h>
  12628. #else
  12629. # include <assert.h>
  12630. #endif
  12631. /* Override any gcc2 internal prototype to avoid an error.  */
  12632. #ifdef __cplusplus
  12633. extern "C"
  12634. {
  12635. #endif
  12636. /* We use char because int might match the return type of a gcc2
  12637.    builtin and then its argument prototype would still apply.  */
  12638. char $ac_func ();
  12639. /* The GNU C library defines this for functions which it implements
  12640.     to always fail with ENOSYS.  Some functions are actually named
  12641.     something starting with __ and the normal name is an alias.  */
  12642. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  12643. choke me
  12644. #else
  12645. char (*f) () = $ac_func;
  12646. #endif
  12647. #ifdef __cplusplus
  12648. }
  12649. #endif
  12650.  
  12651. int
  12652. main ()
  12653. {
  12654. return f != $ac_func;
  12655.   ;
  12656.   return 0;
  12657. }
  12658. _ACEOF
  12659. rm -f conftest.$ac_objext conftest$ac_exeext
  12660. if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  12661.   (eval $ac_link) 2>&5
  12662.   ac_status=$?
  12663.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  12664.   (exit $ac_status); } &&
  12665.          { ac_try='test -s conftest$ac_exeext'
  12666.   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  12667.   (eval $ac_try) 2>&5
  12668.   ac_status=$?
  12669.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  12670.   (exit $ac_status); }; }; then
  12671.   eval "$as_ac_var=yes"
  12672. else
  12673.   echo "$as_me: failed program was:" >&5
  12674. sed 's/^/| /' conftest.$ac_ext >&5
  12675.  
  12676. eval "$as_ac_var=no"
  12677. fi
  12678. rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  12679. fi
  12680. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
  12681. echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
  12682. if test `eval echo '${'$as_ac_var'}'` = yes; then
  12683.   cat >>confdefs.h <<_ACEOF
  12684. #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
  12685. _ACEOF
  12686.  
  12687. else
  12688.  
  12689.   echo "$as_me:$LINENO: checking for finite in <math.h>" >&5
  12690. echo $ECHO_N "checking for finite in <math.h>... $ECHO_C" >&6
  12691.   cat >conftest.$ac_ext <<_ACEOF
  12692. #line $LINENO "configure"
  12693. /* confdefs.h.  */
  12694. _ACEOF
  12695. cat confdefs.h >>conftest.$ac_ext
  12696. cat >>conftest.$ac_ext <<_ACEOF
  12697. /* end confdefs.h.  */
  12698. #include <math.h>
  12699. int
  12700. main ()
  12701. {
  12702. double f = 0.0; finite (f)
  12703.   ;
  12704.   return 0;
  12705. }
  12706. _ACEOF
  12707. rm -f conftest.$ac_objext conftest$ac_exeext
  12708. if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  12709.   (eval $ac_link) 2>&5
  12710.   ac_status=$?
  12711.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  12712.   (exit $ac_status); } &&
  12713.          { ac_try='test -s conftest$ac_exeext'
  12714.   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  12715.   (eval $ac_try) 2>&5
  12716.   ac_status=$?
  12717.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  12718.   (exit $ac_status); }; }; then
  12719.  
  12720.     cat >>confdefs.h <<\_ACEOF
  12721. #define HAVE_FINITE 1
  12722. _ACEOF
  12723.  
  12724.     echo "$as_me:$LINENO: result: yes" >&5
  12725. echo "${ECHO_T}yes" >&6
  12726. else
  12727.   echo "$as_me: failed program was:" >&5
  12728. sed 's/^/| /' conftest.$ac_ext >&5
  12729.  
  12730.  
  12731.     echo "$as_me:$LINENO: result: no" >&5
  12732. echo "${ECHO_T}no" >&6
  12733.     echo "$as_me:$LINENO: checking for isfinite in <math.h>" >&5
  12734. echo $ECHO_N "checking for isfinite in <math.h>... $ECHO_C" >&6
  12735.     cat >conftest.$ac_ext <<_ACEOF
  12736. #line $LINENO "configure"
  12737. /* confdefs.h.  */
  12738. _ACEOF
  12739. cat confdefs.h >>conftest.$ac_ext
  12740. cat >>conftest.$ac_ext <<_ACEOF
  12741. /* end confdefs.h.  */
  12742. #include <math.h>
  12743. int
  12744. main ()
  12745. {
  12746. float f = 0.0; isfinite(f)
  12747.   ;
  12748.   return 0;
  12749. }
  12750. _ACEOF
  12751. rm -f conftest.$ac_objext conftest$ac_exeext
  12752. if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  12753.   (eval $ac_link) 2>&5
  12754.   ac_status=$?
  12755.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  12756.   (exit $ac_status); } &&
  12757.          { ac_try='test -s conftest$ac_exeext'
  12758.   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  12759.   (eval $ac_try) 2>&5
  12760.   ac_status=$?
  12761.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  12762.   (exit $ac_status); }; }; then
  12763.  
  12764.       cat >>confdefs.h <<\_ACEOF
  12765. #define HAVE_ISFINITE 1
  12766. _ACEOF
  12767.  
  12768.       echo "$as_me:$LINENO: result: yes" >&5
  12769. echo "${ECHO_T}yes" >&6
  12770. else
  12771.   echo "$as_me: failed program was:" >&5
  12772. sed 's/^/| /' conftest.$ac_ext >&5
  12773.  
  12774. echo "$as_me:$LINENO: result: no" >&5
  12775. echo "${ECHO_T}no" >&6
  12776. fi
  12777. rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  12778. fi
  12779. rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  12780. fi
  12781. done
  12782.  
  12783.  
  12784. LIBS=$gimp_save_LIBS
  12785.  
  12786. echo "$as_me:$LINENO: checking for extra flags for POSIX compliance" >&5
  12787. echo $ECHO_N "checking for extra flags for POSIX compliance... $ECHO_C" >&6
  12788. cat >conftest.$ac_ext <<_ACEOF
  12789. #line $LINENO "configure"
  12790. /* confdefs.h.  */
  12791. _ACEOF
  12792. cat confdefs.h >>conftest.$ac_ext
  12793. cat >>conftest.$ac_ext <<_ACEOF
  12794. /* end confdefs.h.  */
  12795. #include <dirent.h>
  12796. int
  12797. main ()
  12798. {
  12799. DIR *dir;
  12800.   ;
  12801.   return 0;
  12802. }
  12803. _ACEOF
  12804. rm -f conftest.$ac_objext
  12805. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  12806.   (eval $ac_compile) 2>&5
  12807.   ac_status=$?
  12808.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  12809.   (exit $ac_status); } &&
  12810.          { ac_try='test -s conftest.$ac_objext'
  12811.   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  12812.   (eval $ac_try) 2>&5
  12813.   ac_status=$?
  12814.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  12815.   (exit $ac_status); }; }; then
  12816.   echo "$as_me:$LINENO: result: none needed" >&5
  12817. echo "${ECHO_T}none needed" >&6
  12818. else
  12819.   echo "$as_me: failed program was:" >&5
  12820. sed 's/^/| /' conftest.$ac_ext >&5
  12821.  
  12822. gimp_save_CFLAGS=$CFLAGS
  12823.   CFLAGS="$CFLAGS -posix"
  12824.   cat >conftest.$ac_ext <<_ACEOF
  12825. #line $LINENO "configure"
  12826. /* confdefs.h.  */
  12827. _ACEOF
  12828. cat confdefs.h >>conftest.$ac_ext
  12829. cat >>conftest.$ac_ext <<_ACEOF
  12830. /* end confdefs.h.  */
  12831. #include <dirent.h>
  12832. int
  12833. main ()
  12834. {
  12835. DIR *dir;
  12836.   ;
  12837.   return 0;
  12838. }
  12839. _ACEOF
  12840. rm -f conftest.$ac_objext
  12841. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  12842.   (eval $ac_compile) 2>&5
  12843.   ac_status=$?
  12844.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  12845.   (exit $ac_status); } &&
  12846.          { ac_try='test -s conftest.$ac_objext'
  12847.   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  12848.   (eval $ac_try) 2>&5
  12849.   ac_status=$?
  12850.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  12851.   (exit $ac_status); }; }; then
  12852.   echo "$as_me:$LINENO: result: -posix" >&5
  12853. echo "${ECHO_T}-posix" >&6
  12854. else
  12855.   echo "$as_me: failed program was:" >&5
  12856. sed 's/^/| /' conftest.$ac_ext >&5
  12857.  
  12858. echo "$as_me:$LINENO: result: " >&5
  12859. echo "${ECHO_T}" >&6
  12860.     CFLAGS=$gimp_save_CFLAGS
  12861.     { echo "$as_me:$LINENO: WARNING: Could not determine POSIX flag. (-posix didn't work.)" >&5
  12862. echo "$as_me: WARNING: Could not determine POSIX flag. (-posix didn't work.)" >&2;}
  12863. fi
  12864. rm -f conftest.$ac_objext conftest.$ac_ext
  12865. fi
  12866. rm -f conftest.$ac_objext conftest.$ac_ext
  12867.  
  12868. gimp_save_CPPFLAGS="$CPPFLAGS"
  12869. gimp_save_LDFLAGS="$LDFLAGS"
  12870. gimp_save_LIBS="$LIBS"
  12871.  
  12872. CPPFLAGS="$CPPFLAGS $GTK_CFLAGS"
  12873. LDFLAGS="$LDFLAGS `echo $GTK_LIBS | sed 's/\(.*\)\(-lgtk.*\)/\1/'`"
  12874. LIBS="$LIBS $GTK_LIBS"
  12875.  
  12876.   if test -z "$LIBXMU"; then
  12877.     echo "$as_me:$LINENO: checking for XmuClientWindow in -lXmu" >&5
  12878. echo $ECHO_N "checking for XmuClientWindow in -lXmu... $ECHO_C" >&6
  12879. if test "${ac_cv_lib_Xmu_XmuClientWindow+set}" = set; then
  12880.   echo $ECHO_N "(cached) $ECHO_C" >&6
  12881. else
  12882.   ac_check_lib_save_LIBS=$LIBS
  12883. LIBS="-lXmu -lXt -lSM -lICE $LIBS"
  12884. cat >conftest.$ac_ext <<_ACEOF
  12885. #line $LINENO "configure"
  12886. /* confdefs.h.  */
  12887. _ACEOF
  12888. cat confdefs.h >>conftest.$ac_ext
  12889. cat >>conftest.$ac_ext <<_ACEOF
  12890. /* end confdefs.h.  */
  12891.  
  12892. /* Override any gcc2 internal prototype to avoid an error.  */
  12893. #ifdef __cplusplus
  12894. extern "C"
  12895. #endif
  12896. /* We use char because int might match the return type of a gcc2
  12897.    builtin and then its argument prototype would still apply.  */
  12898. char XmuClientWindow ();
  12899. int
  12900. main ()
  12901. {
  12902. XmuClientWindow ();
  12903.   ;
  12904.   return 0;
  12905. }
  12906. _ACEOF
  12907. rm -f conftest.$ac_objext conftest$ac_exeext
  12908. if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  12909.   (eval $ac_link) 2>&5
  12910.   ac_status=$?
  12911.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  12912.   (exit $ac_status); } &&
  12913.          { ac_try='test -s conftest$ac_exeext'
  12914.   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  12915.   (eval $ac_try) 2>&5
  12916.   ac_status=$?
  12917.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  12918.   (exit $ac_status); }; }; then
  12919.   ac_cv_lib_Xmu_XmuClientWindow=yes
  12920. else
  12921.   echo "$as_me: failed program was:" >&5
  12922. sed 's/^/| /' conftest.$ac_ext >&5
  12923.  
  12924. ac_cv_lib_Xmu_XmuClientWindow=no
  12925. fi
  12926. rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  12927. LIBS=$ac_check_lib_save_LIBS
  12928. fi
  12929. echo "$as_me:$LINENO: result: $ac_cv_lib_Xmu_XmuClientWindow" >&5
  12930. echo "${ECHO_T}$ac_cv_lib_Xmu_XmuClientWindow" >&6
  12931. if test $ac_cv_lib_Xmu_XmuClientWindow = yes; then
  12932.   if test "${ac_cv_header_X11_Xmu_WinUtil_h+set}" = set; then
  12933.   echo "$as_me:$LINENO: checking for X11/Xmu/WinUtil.h" >&5
  12934. echo $ECHO_N "checking for X11/Xmu/WinUtil.h... $ECHO_C" >&6
  12935. if test "${ac_cv_header_X11_Xmu_WinUtil_h+set}" = set; then
  12936.   echo $ECHO_N "(cached) $ECHO_C" >&6
  12937. fi
  12938. echo "$as_me:$LINENO: result: $ac_cv_header_X11_Xmu_WinUtil_h" >&5
  12939. echo "${ECHO_T}$ac_cv_header_X11_Xmu_WinUtil_h" >&6
  12940. else
  12941.   # Is the header compilable?
  12942. echo "$as_me:$LINENO: checking X11/Xmu/WinUtil.h usability" >&5
  12943. echo $ECHO_N "checking X11/Xmu/WinUtil.h usability... $ECHO_C" >&6
  12944. cat >conftest.$ac_ext <<_ACEOF
  12945. #line $LINENO "configure"
  12946. /* confdefs.h.  */
  12947. _ACEOF
  12948. cat confdefs.h >>conftest.$ac_ext
  12949. cat >>conftest.$ac_ext <<_ACEOF
  12950. /* end confdefs.h.  */
  12951. $ac_includes_default
  12952. #include <X11/Xmu/WinUtil.h>
  12953. _ACEOF
  12954. rm -f conftest.$ac_objext
  12955. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  12956.   (eval $ac_compile) 2>&5
  12957.   ac_status=$?
  12958.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  12959.   (exit $ac_status); } &&
  12960.          { ac_try='test -s conftest.$ac_objext'
  12961.   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  12962.   (eval $ac_try) 2>&5
  12963.   ac_status=$?
  12964.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  12965.   (exit $ac_status); }; }; then
  12966.   ac_header_compiler=yes
  12967. else
  12968.   echo "$as_me: failed program was:" >&5
  12969. sed 's/^/| /' conftest.$ac_ext >&5
  12970.  
  12971. ac_header_compiler=no
  12972. fi
  12973. rm -f conftest.$ac_objext conftest.$ac_ext
  12974. echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
  12975. echo "${ECHO_T}$ac_header_compiler" >&6
  12976.  
  12977. # Is the header present?
  12978. echo "$as_me:$LINENO: checking X11/Xmu/WinUtil.h presence" >&5
  12979. echo $ECHO_N "checking X11/Xmu/WinUtil.h presence... $ECHO_C" >&6
  12980. cat >conftest.$ac_ext <<_ACEOF
  12981. #line $LINENO "configure"
  12982. /* confdefs.h.  */
  12983. _ACEOF
  12984. cat confdefs.h >>conftest.$ac_ext
  12985. cat >>conftest.$ac_ext <<_ACEOF
  12986. /* end confdefs.h.  */
  12987. #include <X11/Xmu/WinUtil.h>
  12988. _ACEOF
  12989. if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
  12990.   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
  12991.   ac_status=$?
  12992.   grep -v '^ *+' conftest.er1 >conftest.err
  12993.   rm -f conftest.er1
  12994.   cat conftest.err >&5
  12995.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  12996.   (exit $ac_status); } >/dev/null; then
  12997.   if test -s conftest.err; then
  12998.     ac_cpp_err=$ac_c_preproc_warn_flag
  12999.   else
  13000.     ac_cpp_err=
  13001.   fi
  13002. else
  13003.   ac_cpp_err=yes
  13004. fi
  13005. if test -z "$ac_cpp_err"; then
  13006.   ac_header_preproc=yes
  13007. else
  13008.   echo "$as_me: failed program was:" >&5
  13009. sed 's/^/| /' conftest.$ac_ext >&5
  13010.  
  13011.   ac_header_preproc=no
  13012. fi
  13013. rm -f conftest.err conftest.$ac_ext
  13014. echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
  13015. echo "${ECHO_T}$ac_header_preproc" >&6
  13016.  
  13017. # So?  What about this header?
  13018. case $ac_header_compiler:$ac_header_preproc in
  13019.   yes:no )
  13020.     { echo "$as_me:$LINENO: WARNING: X11/Xmu/WinUtil.h: accepted by the compiler, rejected by the preprocessor!" >&5
  13021. echo "$as_me: WARNING: X11/Xmu/WinUtil.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
  13022.     { echo "$as_me:$LINENO: WARNING: X11/Xmu/WinUtil.h: proceeding with the preprocessor's result" >&5
  13023. echo "$as_me: WARNING: X11/Xmu/WinUtil.h: proceeding with the preprocessor's result" >&2;}
  13024.     (
  13025.       cat <<\_ASBOX
  13026. ## ------------------------------------ ##
  13027. ## Report this to bug-autoconf@gnu.org. ##
  13028. ## ------------------------------------ ##
  13029. _ASBOX
  13030.     ) |
  13031.       sed "s/^/$as_me: WARNING:     /" >&2
  13032.     ;;
  13033.   no:yes )
  13034.     { echo "$as_me:$LINENO: WARNING: X11/Xmu/WinUtil.h: present but cannot be compiled" >&5
  13035. echo "$as_me: WARNING: X11/Xmu/WinUtil.h: present but cannot be compiled" >&2;}
  13036.     { echo "$as_me:$LINENO: WARNING: X11/Xmu/WinUtil.h: check for missing prerequisite headers?" >&5
  13037. echo "$as_me: WARNING: X11/Xmu/WinUtil.h: check for missing prerequisite headers?" >&2;}
  13038.     { echo "$as_me:$LINENO: WARNING: X11/Xmu/WinUtil.h: proceeding with the preprocessor's result" >&5
  13039. echo "$as_me: WARNING: X11/Xmu/WinUtil.h: proceeding with the preprocessor's result" >&2;}
  13040.     (
  13041.       cat <<\_ASBOX
  13042. ## ------------------------------------ ##
  13043. ## Report this to bug-autoconf@gnu.org. ##
  13044. ## ------------------------------------ ##
  13045. _ASBOX
  13046.     ) |
  13047.       sed "s/^/$as_me: WARNING:     /" >&2
  13048.     ;;
  13049. esac
  13050. echo "$as_me:$LINENO: checking for X11/Xmu/WinUtil.h" >&5
  13051. echo $ECHO_N "checking for X11/Xmu/WinUtil.h... $ECHO_C" >&6
  13052. if test "${ac_cv_header_X11_Xmu_WinUtil_h+set}" = set; then
  13053.   echo $ECHO_N "(cached) $ECHO_C" >&6
  13054. else
  13055.   ac_cv_header_X11_Xmu_WinUtil_h=$ac_header_preproc
  13056. fi
  13057. echo "$as_me:$LINENO: result: $ac_cv_header_X11_Xmu_WinUtil_h" >&5
  13058. echo "${ECHO_T}$ac_cv_header_X11_Xmu_WinUtil_h" >&6
  13059.  
  13060. fi
  13061. if test $ac_cv_header_X11_Xmu_WinUtil_h = yes; then
  13062.   WEBBROWSER="webbrowser"; GIMP_REMOTE="gimp-remote-1.2"; LIBXMU='-lXmu -lXt -lSM -lICE'
  13063. else
  13064.   { echo "$as_me:$LINENO: WARNING: *** webbrowser plug-in and gimp-remote will not be built (XMU header file not found) ***" >&5
  13065. echo "$as_me: WARNING: *** webbrowser plug-in and gimp-remote will not be built (XMU header file not found) ***" >&2;}
  13066. fi
  13067.  
  13068.  
  13069. else
  13070.   echo "$as_me:$LINENO: checking for XmuUpdateMapHints in -lXmu" >&5
  13071. echo $ECHO_N "checking for XmuUpdateMapHints in -lXmu... $ECHO_C" >&6
  13072. if test "${ac_cv_lib_Xmu_XmuUpdateMapHints+set}" = set; then
  13073.   echo $ECHO_N "(cached) $ECHO_C" >&6
  13074. else
  13075.   ac_check_lib_save_LIBS=$LIBS
  13076. LIBS="-lXmu -lXt $LIBS"
  13077. cat >conftest.$ac_ext <<_ACEOF
  13078. #line $LINENO "configure"
  13079. /* confdefs.h.  */
  13080. _ACEOF
  13081. cat confdefs.h >>conftest.$ac_ext
  13082. cat >>conftest.$ac_ext <<_ACEOF
  13083. /* end confdefs.h.  */
  13084.  
  13085. /* Override any gcc2 internal prototype to avoid an error.  */
  13086. #ifdef __cplusplus
  13087. extern "C"
  13088. #endif
  13089. /* We use char because int might match the return type of a gcc2
  13090.    builtin and then its argument prototype would still apply.  */
  13091. char XmuUpdateMapHints ();
  13092. int
  13093. main ()
  13094. {
  13095. XmuUpdateMapHints ();
  13096.   ;
  13097.   return 0;
  13098. }
  13099. _ACEOF
  13100. rm -f conftest.$ac_objext conftest$ac_exeext
  13101. if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  13102.   (eval $ac_link) 2>&5
  13103.   ac_status=$?
  13104.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  13105.   (exit $ac_status); } &&
  13106.          { ac_try='test -s conftest$ac_exeext'
  13107.   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  13108.   (eval $ac_try) 2>&5
  13109.   ac_status=$?
  13110.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  13111.   (exit $ac_status); }; }; then
  13112.   ac_cv_lib_Xmu_XmuUpdateMapHints=yes
  13113. else
  13114.   echo "$as_me: failed program was:" >&5
  13115. sed 's/^/| /' conftest.$ac_ext >&5
  13116.  
  13117. ac_cv_lib_Xmu_XmuUpdateMapHints=no
  13118. fi
  13119. rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  13120. LIBS=$ac_check_lib_save_LIBS
  13121. fi
  13122. echo "$as_me:$LINENO: result: $ac_cv_lib_Xmu_XmuUpdateMapHints" >&5
  13123. echo "${ECHO_T}$ac_cv_lib_Xmu_XmuUpdateMapHints" >&6
  13124. if test $ac_cv_lib_Xmu_XmuUpdateMapHints = yes; then
  13125.   if test "${ac_cv_header_X11_Xmu_WinUtil_h+set}" = set; then
  13126.   echo "$as_me:$LINENO: checking for X11/Xmu/WinUtil.h" >&5
  13127. echo $ECHO_N "checking for X11/Xmu/WinUtil.h... $ECHO_C" >&6
  13128. if test "${ac_cv_header_X11_Xmu_WinUtil_h+set}" = set; then
  13129.   echo $ECHO_N "(cached) $ECHO_C" >&6
  13130. fi
  13131. echo "$as_me:$LINENO: result: $ac_cv_header_X11_Xmu_WinUtil_h" >&5
  13132. echo "${ECHO_T}$ac_cv_header_X11_Xmu_WinUtil_h" >&6
  13133. else
  13134.   # Is the header compilable?
  13135. echo "$as_me:$LINENO: checking X11/Xmu/WinUtil.h usability" >&5
  13136. echo $ECHO_N "checking X11/Xmu/WinUtil.h usability... $ECHO_C" >&6
  13137. cat >conftest.$ac_ext <<_ACEOF
  13138. #line $LINENO "configure"
  13139. /* confdefs.h.  */
  13140. _ACEOF
  13141. cat confdefs.h >>conftest.$ac_ext
  13142. cat >>conftest.$ac_ext <<_ACEOF
  13143. /* end confdefs.h.  */
  13144. $ac_includes_default
  13145. #include <X11/Xmu/WinUtil.h>
  13146. _ACEOF
  13147. rm -f conftest.$ac_objext
  13148. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  13149.   (eval $ac_compile) 2>&5
  13150.   ac_status=$?
  13151.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  13152.   (exit $ac_status); } &&
  13153.          { ac_try='test -s conftest.$ac_objext'
  13154.   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  13155.   (eval $ac_try) 2>&5
  13156.   ac_status=$?
  13157.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  13158.   (exit $ac_status); }; }; then
  13159.   ac_header_compiler=yes
  13160. else
  13161.   echo "$as_me: failed program was:" >&5
  13162. sed 's/^/| /' conftest.$ac_ext >&5
  13163.  
  13164. ac_header_compiler=no
  13165. fi
  13166. rm -f conftest.$ac_objext conftest.$ac_ext
  13167. echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
  13168. echo "${ECHO_T}$ac_header_compiler" >&6
  13169.  
  13170. # Is the header present?
  13171. echo "$as_me:$LINENO: checking X11/Xmu/WinUtil.h presence" >&5
  13172. echo $ECHO_N "checking X11/Xmu/WinUtil.h presence... $ECHO_C" >&6
  13173. cat >conftest.$ac_ext <<_ACEOF
  13174. #line $LINENO "configure"
  13175. /* confdefs.h.  */
  13176. _ACEOF
  13177. cat confdefs.h >>conftest.$ac_ext
  13178. cat >>conftest.$ac_ext <<_ACEOF
  13179. /* end confdefs.h.  */
  13180. #include <X11/Xmu/WinUtil.h>
  13181. _ACEOF
  13182. if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
  13183.   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
  13184.   ac_status=$?
  13185.   grep -v '^ *+' conftest.er1 >conftest.err
  13186.   rm -f conftest.er1
  13187.   cat conftest.err >&5
  13188.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  13189.   (exit $ac_status); } >/dev/null; then
  13190.   if test -s conftest.err; then
  13191.     ac_cpp_err=$ac_c_preproc_warn_flag
  13192.   else
  13193.     ac_cpp_err=
  13194.   fi
  13195. else
  13196.   ac_cpp_err=yes
  13197. fi
  13198. if test -z "$ac_cpp_err"; then
  13199.   ac_header_preproc=yes
  13200. else
  13201.   echo "$as_me: failed program was:" >&5
  13202. sed 's/^/| /' conftest.$ac_ext >&5
  13203.  
  13204.   ac_header_preproc=no
  13205. fi
  13206. rm -f conftest.err conftest.$ac_ext
  13207. echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
  13208. echo "${ECHO_T}$ac_header_preproc" >&6
  13209.  
  13210. # So?  What about this header?
  13211. case $ac_header_compiler:$ac_header_preproc in
  13212.   yes:no )
  13213.     { echo "$as_me:$LINENO: WARNING: X11/Xmu/WinUtil.h: accepted by the compiler, rejected by the preprocessor!" >&5
  13214. echo "$as_me: WARNING: X11/Xmu/WinUtil.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
  13215.     { echo "$as_me:$LINENO: WARNING: X11/Xmu/WinUtil.h: proceeding with the preprocessor's result" >&5
  13216. echo "$as_me: WARNING: X11/Xmu/WinUtil.h: proceeding with the preprocessor's result" >&2;}
  13217.     (
  13218.       cat <<\_ASBOX
  13219. ## ------------------------------------ ##
  13220. ## Report this to bug-autoconf@gnu.org. ##
  13221. ## ------------------------------------ ##
  13222. _ASBOX
  13223.     ) |
  13224.       sed "s/^/$as_me: WARNING:     /" >&2
  13225.     ;;
  13226.   no:yes )
  13227.     { echo "$as_me:$LINENO: WARNING: X11/Xmu/WinUtil.h: present but cannot be compiled" >&5
  13228. echo "$as_me: WARNING: X11/Xmu/WinUtil.h: present but cannot be compiled" >&2;}
  13229.     { echo "$as_me:$LINENO: WARNING: X11/Xmu/WinUtil.h: check for missing prerequisite headers?" >&5
  13230. echo "$as_me: WARNING: X11/Xmu/WinUtil.h: check for missing prerequisite headers?" >&2;}
  13231.     { echo "$as_me:$LINENO: WARNING: X11/Xmu/WinUtil.h: proceeding with the preprocessor's result" >&5
  13232. echo "$as_me: WARNING: X11/Xmu/WinUtil.h: proceeding with the preprocessor's result" >&2;}
  13233.     (
  13234.       cat <<\_ASBOX
  13235. ## ------------------------------------ ##
  13236. ## Report this to bug-autoconf@gnu.org. ##
  13237. ## ------------------------------------ ##
  13238. _ASBOX
  13239.     ) |
  13240.       sed "s/^/$as_me: WARNING:     /" >&2
  13241.     ;;
  13242. esac
  13243. echo "$as_me:$LINENO: checking for X11/Xmu/WinUtil.h" >&5
  13244. echo $ECHO_N "checking for X11/Xmu/WinUtil.h... $ECHO_C" >&6
  13245. if test "${ac_cv_header_X11_Xmu_WinUtil_h+set}" = set; then
  13246.   echo $ECHO_N "(cached) $ECHO_C" >&6
  13247. else
  13248.   ac_cv_header_X11_Xmu_WinUtil_h=$ac_header_preproc
  13249. fi
  13250. echo "$as_me:$LINENO: result: $ac_cv_header_X11_Xmu_WinUtil_h" >&5
  13251. echo "${ECHO_T}$ac_cv_header_X11_Xmu_WinUtil_h" >&6
  13252.  
  13253. fi
  13254. if test $ac_cv_header_X11_Xmu_WinUtil_h = yes; then
  13255.   WEBBROWSER="webbrowser"; GIMP_REMOTE="gimp-remote-1.2"; LIBXMU='-lXmu -lXt'
  13256. else
  13257.   { echo "$as_me:$LINENO: WARNING: *** webbrowser plug-in and gimp-remote will not be built (XMU header file not found) ***" >&5
  13258. echo "$as_me: WARNING: *** webbrowser plug-in and gimp-remote will not be built (XMU header file not found) ***" >&2;}
  13259. fi
  13260.  
  13261.  
  13262. else
  13263.   { echo "$as_me:$LINENO: WARNING: *** webbrowser plug-in and gimp-remote will not be built (XMU library not found) ***" >&5
  13264. echo "$as_me: WARNING: *** webbrowser plug-in and gimp-remote will not be built (XMU library not found) ***" >&2;}
  13265. fi
  13266.  
  13267. fi
  13268.  
  13269.   fi
  13270.  
  13271. if test x$os_win32 = xyes; then
  13272.   WEBBROWSER=webbrowser
  13273. fi
  13274.  
  13275.   if test -z "$LIBAA"; then
  13276.     echo "$as_me:$LINENO: checking for aa_printf in -laa" >&5
  13277. echo $ECHO_N "checking for aa_printf in -laa... $ECHO_C" >&6
  13278. if test "${ac_cv_lib_aa_aa_printf+set}" = set; then
  13279.   echo $ECHO_N "(cached) $ECHO_C" >&6
  13280. else
  13281.   ac_check_lib_save_LIBS=$LIBS
  13282. LIBS="-laa  $LIBS"
  13283. cat >conftest.$ac_ext <<_ACEOF
  13284. #line $LINENO "configure"
  13285. /* confdefs.h.  */
  13286. _ACEOF
  13287. cat confdefs.h >>conftest.$ac_ext
  13288. cat >>conftest.$ac_ext <<_ACEOF
  13289. /* end confdefs.h.  */
  13290.  
  13291. /* Override any gcc2 internal prototype to avoid an error.  */
  13292. #ifdef __cplusplus
  13293. extern "C"
  13294. #endif
  13295. /* We use char because int might match the return type of a gcc2
  13296.    builtin and then its argument prototype would still apply.  */
  13297. char aa_printf ();
  13298. int
  13299. main ()
  13300. {
  13301. aa_printf ();
  13302.   ;
  13303.   return 0;
  13304. }
  13305. _ACEOF
  13306. rm -f conftest.$ac_objext conftest$ac_exeext
  13307. if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  13308.   (eval $ac_link) 2>&5
  13309.   ac_status=$?
  13310.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  13311.   (exit $ac_status); } &&
  13312.          { ac_try='test -s conftest$ac_exeext'
  13313.   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  13314.   (eval $ac_try) 2>&5
  13315.   ac_status=$?
  13316.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  13317.   (exit $ac_status); }; }; then
  13318.   ac_cv_lib_aa_aa_printf=yes
  13319. else
  13320.   echo "$as_me: failed program was:" >&5
  13321. sed 's/^/| /' conftest.$ac_ext >&5
  13322.  
  13323. ac_cv_lib_aa_aa_printf=no
  13324. fi
  13325. rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  13326. LIBS=$ac_check_lib_save_LIBS
  13327. fi
  13328. echo "$as_me:$LINENO: result: $ac_cv_lib_aa_aa_printf" >&5
  13329. echo "${ECHO_T}$ac_cv_lib_aa_aa_printf" >&6
  13330. if test $ac_cv_lib_aa_aa_printf = yes; then
  13331.   if test "${ac_cv_header_aalib_h+set}" = set; then
  13332.   echo "$as_me:$LINENO: checking for aalib.h" >&5
  13333. echo $ECHO_N "checking for aalib.h... $ECHO_C" >&6
  13334. if test "${ac_cv_header_aalib_h+set}" = set; then
  13335.   echo $ECHO_N "(cached) $ECHO_C" >&6
  13336. fi
  13337. echo "$as_me:$LINENO: result: $ac_cv_header_aalib_h" >&5
  13338. echo "${ECHO_T}$ac_cv_header_aalib_h" >&6
  13339. else
  13340.   # Is the header compilable?
  13341. echo "$as_me:$LINENO: checking aalib.h usability" >&5
  13342. echo $ECHO_N "checking aalib.h usability... $ECHO_C" >&6
  13343. cat >conftest.$ac_ext <<_ACEOF
  13344. #line $LINENO "configure"
  13345. /* confdefs.h.  */
  13346. _ACEOF
  13347. cat confdefs.h >>conftest.$ac_ext
  13348. cat >>conftest.$ac_ext <<_ACEOF
  13349. /* end confdefs.h.  */
  13350. $ac_includes_default
  13351. #include <aalib.h>
  13352. _ACEOF
  13353. rm -f conftest.$ac_objext
  13354. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  13355.   (eval $ac_compile) 2>&5
  13356.   ac_status=$?
  13357.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  13358.   (exit $ac_status); } &&
  13359.          { ac_try='test -s conftest.$ac_objext'
  13360.   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  13361.   (eval $ac_try) 2>&5
  13362.   ac_status=$?
  13363.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  13364.   (exit $ac_status); }; }; then
  13365.   ac_header_compiler=yes
  13366. else
  13367.   echo "$as_me: failed program was:" >&5
  13368. sed 's/^/| /' conftest.$ac_ext >&5
  13369.  
  13370. ac_header_compiler=no
  13371. fi
  13372. rm -f conftest.$ac_objext conftest.$ac_ext
  13373. echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
  13374. echo "${ECHO_T}$ac_header_compiler" >&6
  13375.  
  13376. # Is the header present?
  13377. echo "$as_me:$LINENO: checking aalib.h presence" >&5
  13378. echo $ECHO_N "checking aalib.h presence... $ECHO_C" >&6
  13379. cat >conftest.$ac_ext <<_ACEOF
  13380. #line $LINENO "configure"
  13381. /* confdefs.h.  */
  13382. _ACEOF
  13383. cat confdefs.h >>conftest.$ac_ext
  13384. cat >>conftest.$ac_ext <<_ACEOF
  13385. /* end confdefs.h.  */
  13386. #include <aalib.h>
  13387. _ACEOF
  13388. if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
  13389.   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
  13390.   ac_status=$?
  13391.   grep -v '^ *+' conftest.er1 >conftest.err
  13392.   rm -f conftest.er1
  13393.   cat conftest.err >&5
  13394.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  13395.   (exit $ac_status); } >/dev/null; then
  13396.   if test -s conftest.err; then
  13397.     ac_cpp_err=$ac_c_preproc_warn_flag
  13398.   else
  13399.     ac_cpp_err=
  13400.   fi
  13401. else
  13402.   ac_cpp_err=yes
  13403. fi
  13404. if test -z "$ac_cpp_err"; then
  13405.   ac_header_preproc=yes
  13406. else
  13407.   echo "$as_me: failed program was:" >&5
  13408. sed 's/^/| /' conftest.$ac_ext >&5
  13409.  
  13410.   ac_header_preproc=no
  13411. fi
  13412. rm -f conftest.err conftest.$ac_ext
  13413. echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
  13414. echo "${ECHO_T}$ac_header_preproc" >&6
  13415.  
  13416. # So?  What about this header?
  13417. case $ac_header_compiler:$ac_header_preproc in
  13418.   yes:no )
  13419.     { echo "$as_me:$LINENO: WARNING: aalib.h: accepted by the compiler, rejected by the preprocessor!" >&5
  13420. echo "$as_me: WARNING: aalib.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
  13421.     { echo "$as_me:$LINENO: WARNING: aalib.h: proceeding with the preprocessor's result" >&5
  13422. echo "$as_me: WARNING: aalib.h: proceeding with the preprocessor's result" >&2;}
  13423.     (
  13424.       cat <<\_ASBOX
  13425. ## ------------------------------------ ##
  13426. ## Report this to bug-autoconf@gnu.org. ##
  13427. ## ------------------------------------ ##
  13428. _ASBOX
  13429.     ) |
  13430.       sed "s/^/$as_me: WARNING:     /" >&2
  13431.     ;;
  13432.   no:yes )
  13433.     { echo "$as_me:$LINENO: WARNING: aalib.h: present but cannot be compiled" >&5
  13434. echo "$as_me: WARNING: aalib.h: present but cannot be compiled" >&2;}
  13435.     { echo "$as_me:$LINENO: WARNING: aalib.h: check for missing prerequisite headers?" >&5
  13436. echo "$as_me: WARNING: aalib.h: check for missing prerequisite headers?" >&2;}
  13437.     { echo "$as_me:$LINENO: WARNING: aalib.h: proceeding with the preprocessor's result" >&5
  13438. echo "$as_me: WARNING: aalib.h: proceeding with the preprocessor's result" >&2;}
  13439.     (
  13440.       cat <<\_ASBOX
  13441. ## ------------------------------------ ##
  13442. ## Report this to bug-autoconf@gnu.org. ##
  13443. ## ------------------------------------ ##
  13444. _ASBOX
  13445.     ) |
  13446.       sed "s/^/$as_me: WARNING:     /" >&2
  13447.     ;;
  13448. esac
  13449. echo "$as_me:$LINENO: checking for aalib.h" >&5
  13450. echo $ECHO_N "checking for aalib.h... $ECHO_C" >&6
  13451. if test "${ac_cv_header_aalib_h+set}" = set; then
  13452.   echo $ECHO_N "(cached) $ECHO_C" >&6
  13453. else
  13454.   ac_cv_header_aalib_h=$ac_header_preproc
  13455. fi
  13456. echo "$as_me:$LINENO: result: $ac_cv_header_aalib_h" >&5
  13457. echo "${ECHO_T}$ac_cv_header_aalib_h" >&6
  13458.  
  13459. fi
  13460. if test $ac_cv_header_aalib_h = yes; then
  13461.   AA='aa'; LIBAA='-laa'
  13462. else
  13463.   { echo "$as_me:$LINENO: WARNING: *** AA plug-in will not be built (AA header file not found) ***" >&5
  13464. echo "$as_me: WARNING: *** AA plug-in will not be built (AA header file not found) ***" >&2;}
  13465. fi
  13466.  
  13467.  
  13468. else
  13469.   { echo "$as_me:$LINENO: WARNING: *** AA plug-in will not be built (AA library not found) ***" >&5
  13470. echo "$as_me: WARNING: *** AA plug-in will not be built (AA library not found) ***" >&2;}
  13471. fi
  13472.  
  13473.   fi
  13474.  
  13475.  
  13476. # Check whether --with-libtiff or --without-libtiff was given.
  13477. if test "${with_libtiff+set}" = set; then
  13478.   withval="$with_libtiff"
  13479.  
  13480. fi;
  13481.   if test x$with_libtiff != xno && test -z "$LIBTIFF"; then
  13482.     echo "$as_me:$LINENO: checking for TIFFReadScanline in -ltiff" >&5
  13483. echo $ECHO_N "checking for TIFFReadScanline in -ltiff... $ECHO_C" >&6
  13484. if test "${ac_cv_lib_tiff_TIFFReadScanline+set}" = set; then
  13485.   echo $ECHO_N "(cached) $ECHO_C" >&6
  13486. else
  13487.   ac_check_lib_save_LIBS=$LIBS
  13488. LIBS="-ltiff -lm $LIBS"
  13489. cat >conftest.$ac_ext <<_ACEOF
  13490. #line $LINENO "configure"
  13491. /* confdefs.h.  */
  13492. _ACEOF
  13493. cat confdefs.h >>conftest.$ac_ext
  13494. cat >>conftest.$ac_ext <<_ACEOF
  13495. /* end confdefs.h.  */
  13496.  
  13497. /* Override any gcc2 internal prototype to avoid an error.  */
  13498. #ifdef __cplusplus
  13499. extern "C"
  13500. #endif
  13501. /* We use char because int might match the return type of a gcc2
  13502.    builtin and then its argument prototype would still apply.  */
  13503. char TIFFReadScanline ();
  13504. int
  13505. main ()
  13506. {
  13507. TIFFReadScanline ();
  13508.   ;
  13509.   return 0;
  13510. }
  13511. _ACEOF
  13512. rm -f conftest.$ac_objext conftest$ac_exeext
  13513. if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  13514.   (eval $ac_link) 2>&5
  13515.   ac_status=$?
  13516.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  13517.   (exit $ac_status); } &&
  13518.          { ac_try='test -s conftest$ac_exeext'
  13519.   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  13520.   (eval $ac_try) 2>&5
  13521.   ac_status=$?
  13522.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  13523.   (exit $ac_status); }; }; then
  13524.   ac_cv_lib_tiff_TIFFReadScanline=yes
  13525. else
  13526.   echo "$as_me: failed program was:" >&5
  13527. sed 's/^/| /' conftest.$ac_ext >&5
  13528.  
  13529. ac_cv_lib_tiff_TIFFReadScanline=no
  13530. fi
  13531. rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  13532. LIBS=$ac_check_lib_save_LIBS
  13533. fi
  13534. echo "$as_me:$LINENO: result: $ac_cv_lib_tiff_TIFFReadScanline" >&5
  13535. echo "${ECHO_T}$ac_cv_lib_tiff_TIFFReadScanline" >&6
  13536. if test $ac_cv_lib_tiff_TIFFReadScanline = yes; then
  13537.   if test "${ac_cv_header_tiffio_h+set}" = set; then
  13538.   echo "$as_me:$LINENO: checking for tiffio.h" >&5
  13539. echo $ECHO_N "checking for tiffio.h... $ECHO_C" >&6
  13540. if test "${ac_cv_header_tiffio_h+set}" = set; then
  13541.   echo $ECHO_N "(cached) $ECHO_C" >&6
  13542. fi
  13543. echo "$as_me:$LINENO: result: $ac_cv_header_tiffio_h" >&5
  13544. echo "${ECHO_T}$ac_cv_header_tiffio_h" >&6
  13545. else
  13546.   # Is the header compilable?
  13547. echo "$as_me:$LINENO: checking tiffio.h usability" >&5
  13548. echo $ECHO_N "checking tiffio.h usability... $ECHO_C" >&6
  13549. cat >conftest.$ac_ext <<_ACEOF
  13550. #line $LINENO "configure"
  13551. /* confdefs.h.  */
  13552. _ACEOF
  13553. cat confdefs.h >>conftest.$ac_ext
  13554. cat >>conftest.$ac_ext <<_ACEOF
  13555. /* end confdefs.h.  */
  13556. $ac_includes_default
  13557. #include <tiffio.h>
  13558. _ACEOF
  13559. rm -f conftest.$ac_objext
  13560. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  13561.   (eval $ac_compile) 2>&5
  13562.   ac_status=$?
  13563.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  13564.   (exit $ac_status); } &&
  13565.          { ac_try='test -s conftest.$ac_objext'
  13566.   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  13567.   (eval $ac_try) 2>&5
  13568.   ac_status=$?
  13569.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  13570.   (exit $ac_status); }; }; then
  13571.   ac_header_compiler=yes
  13572. else
  13573.   echo "$as_me: failed program was:" >&5
  13574. sed 's/^/| /' conftest.$ac_ext >&5
  13575.  
  13576. ac_header_compiler=no
  13577. fi
  13578. rm -f conftest.$ac_objext conftest.$ac_ext
  13579. echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
  13580. echo "${ECHO_T}$ac_header_compiler" >&6
  13581.  
  13582. # Is the header present?
  13583. echo "$as_me:$LINENO: checking tiffio.h presence" >&5
  13584. echo $ECHO_N "checking tiffio.h presence... $ECHO_C" >&6
  13585. cat >conftest.$ac_ext <<_ACEOF
  13586. #line $LINENO "configure"
  13587. /* confdefs.h.  */
  13588. _ACEOF
  13589. cat confdefs.h >>conftest.$ac_ext
  13590. cat >>conftest.$ac_ext <<_ACEOF
  13591. /* end confdefs.h.  */
  13592. #include <tiffio.h>
  13593. _ACEOF
  13594. if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
  13595.   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
  13596.   ac_status=$?
  13597.   grep -v '^ *+' conftest.er1 >conftest.err
  13598.   rm -f conftest.er1
  13599.   cat conftest.err >&5
  13600.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  13601.   (exit $ac_status); } >/dev/null; then
  13602.   if test -s conftest.err; then
  13603.     ac_cpp_err=$ac_c_preproc_warn_flag
  13604.   else
  13605.     ac_cpp_err=
  13606.   fi
  13607. else
  13608.   ac_cpp_err=yes
  13609. fi
  13610. if test -z "$ac_cpp_err"; then
  13611.   ac_header_preproc=yes
  13612. else
  13613.   echo "$as_me: failed program was:" >&5
  13614. sed 's/^/| /' conftest.$ac_ext >&5
  13615.  
  13616.   ac_header_preproc=no
  13617. fi
  13618. rm -f conftest.err conftest.$ac_ext
  13619. echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
  13620. echo "${ECHO_T}$ac_header_preproc" >&6
  13621.  
  13622. # So?  What about this header?
  13623. case $ac_header_compiler:$ac_header_preproc in
  13624.   yes:no )
  13625.     { echo "$as_me:$LINENO: WARNING: tiffio.h: accepted by the compiler, rejected by the preprocessor!" >&5
  13626. echo "$as_me: WARNING: tiffio.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
  13627.     { echo "$as_me:$LINENO: WARNING: tiffio.h: proceeding with the preprocessor's result" >&5
  13628. echo "$as_me: WARNING: tiffio.h: proceeding with the preprocessor's result" >&2;}
  13629.     (
  13630.       cat <<\_ASBOX
  13631. ## ------------------------------------ ##
  13632. ## Report this to bug-autoconf@gnu.org. ##
  13633. ## ------------------------------------ ##
  13634. _ASBOX
  13635.     ) |
  13636.       sed "s/^/$as_me: WARNING:     /" >&2
  13637.     ;;
  13638.   no:yes )
  13639.     { echo "$as_me:$LINENO: WARNING: tiffio.h: present but cannot be compiled" >&5
  13640. echo "$as_me: WARNING: tiffio.h: present but cannot be compiled" >&2;}
  13641.     { echo "$as_me:$LINENO: WARNING: tiffio.h: check for missing prerequisite headers?" >&5
  13642. echo "$as_me: WARNING: tiffio.h: check for missing prerequisite headers?" >&2;}
  13643.     { echo "$as_me:$LINENO: WARNING: tiffio.h: proceeding with the preprocessor's result" >&5
  13644. echo "$as_me: WARNING: tiffio.h: proceeding with the preprocessor's result" >&2;}
  13645.     (
  13646.       cat <<\_ASBOX
  13647. ## ------------------------------------ ##
  13648. ## Report this to bug-autoconf@gnu.org. ##
  13649. ## ------------------------------------ ##
  13650. _ASBOX
  13651.     ) |
  13652.       sed "s/^/$as_me: WARNING:     /" >&2
  13653.     ;;
  13654. esac
  13655. echo "$as_me:$LINENO: checking for tiffio.h" >&5
  13656. echo $ECHO_N "checking for tiffio.h... $ECHO_C" >&6
  13657. if test "${ac_cv_header_tiffio_h+set}" = set; then
  13658.   echo $ECHO_N "(cached) $ECHO_C" >&6
  13659. else
  13660.   ac_cv_header_tiffio_h=$ac_header_preproc
  13661. fi
  13662. echo "$as_me:$LINENO: result: $ac_cv_header_tiffio_h" >&5
  13663. echo "${ECHO_T}$ac_cv_header_tiffio_h" >&6
  13664.  
  13665. fi
  13666. if test $ac_cv_header_tiffio_h = yes; then
  13667.   TIFF='tiff'$EXEEXT; LIBTIFF='-ltiff'
  13668. else
  13669.   { echo "$as_me:$LINENO: WARNING: *** TIFF plug-in will not be built (TIFF header files not found) ***" >&5
  13670. echo "$as_me: WARNING: *** TIFF plug-in will not be built (TIFF header files not found) ***" >&2;}
  13671. fi
  13672.  
  13673.  
  13674. else
  13675.   echo "$as_me:$LINENO: checking for TIFFWriteScanline in -ltiff" >&5
  13676. echo $ECHO_N "checking for TIFFWriteScanline in -ltiff... $ECHO_C" >&6
  13677. if test "${ac_cv_lib_tiff_TIFFWriteScanline+set}" = set; then
  13678.   echo $ECHO_N "(cached) $ECHO_C" >&6
  13679. else
  13680.   ac_check_lib_save_LIBS=$LIBS
  13681. LIBS="-ltiff -ljpeg -lz -lm $LIBS"
  13682. cat >conftest.$ac_ext <<_ACEOF
  13683. #line $LINENO "configure"
  13684. /* confdefs.h.  */
  13685. _ACEOF
  13686. cat confdefs.h >>conftest.$ac_ext
  13687. cat >>conftest.$ac_ext <<_ACEOF
  13688. /* end confdefs.h.  */
  13689.  
  13690. /* Override any gcc2 internal prototype to avoid an error.  */
  13691. #ifdef __cplusplus
  13692. extern "C"
  13693. #endif
  13694. /* We use char because int might match the return type of a gcc2
  13695.    builtin and then its argument prototype would still apply.  */
  13696. char TIFFWriteScanline ();
  13697. int
  13698. main ()
  13699. {
  13700. TIFFWriteScanline ();
  13701.   ;
  13702.   return 0;
  13703. }
  13704. _ACEOF
  13705. rm -f conftest.$ac_objext conftest$ac_exeext
  13706. if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  13707.   (eval $ac_link) 2>&5
  13708.   ac_status=$?
  13709.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  13710.   (exit $ac_status); } &&
  13711.          { ac_try='test -s conftest$ac_exeext'
  13712.   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  13713.   (eval $ac_try) 2>&5
  13714.   ac_status=$?
  13715.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  13716.   (exit $ac_status); }; }; then
  13717.   ac_cv_lib_tiff_TIFFWriteScanline=yes
  13718. else
  13719.   echo "$as_me: failed program was:" >&5
  13720. sed 's/^/| /' conftest.$ac_ext >&5
  13721.  
  13722. ac_cv_lib_tiff_TIFFWriteScanline=no
  13723. fi
  13724. rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  13725. LIBS=$ac_check_lib_save_LIBS
  13726. fi
  13727. echo "$as_me:$LINENO: result: $ac_cv_lib_tiff_TIFFWriteScanline" >&5
  13728. echo "${ECHO_T}$ac_cv_lib_tiff_TIFFWriteScanline" >&6
  13729. if test $ac_cv_lib_tiff_TIFFWriteScanline = yes; then
  13730.   if test "${ac_cv_header_tiffio_h+set}" = set; then
  13731.   echo "$as_me:$LINENO: checking for tiffio.h" >&5
  13732. echo $ECHO_N "checking for tiffio.h... $ECHO_C" >&6
  13733. if test "${ac_cv_header_tiffio_h+set}" = set; then
  13734.   echo $ECHO_N "(cached) $ECHO_C" >&6
  13735. fi
  13736. echo "$as_me:$LINENO: result: $ac_cv_header_tiffio_h" >&5
  13737. echo "${ECHO_T}$ac_cv_header_tiffio_h" >&6
  13738. else
  13739.   # Is the header compilable?
  13740. echo "$as_me:$LINENO: checking tiffio.h usability" >&5
  13741. echo $ECHO_N "checking tiffio.h usability... $ECHO_C" >&6
  13742. cat >conftest.$ac_ext <<_ACEOF
  13743. #line $LINENO "configure"
  13744. /* confdefs.h.  */
  13745. _ACEOF
  13746. cat confdefs.h >>conftest.$ac_ext
  13747. cat >>conftest.$ac_ext <<_ACEOF
  13748. /* end confdefs.h.  */
  13749. $ac_includes_default
  13750. #include <tiffio.h>
  13751. _ACEOF
  13752. rm -f conftest.$ac_objext
  13753. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  13754.   (eval $ac_compile) 2>&5
  13755.   ac_status=$?
  13756.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  13757.   (exit $ac_status); } &&
  13758.          { ac_try='test -s conftest.$ac_objext'
  13759.   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  13760.   (eval $ac_try) 2>&5
  13761.   ac_status=$?
  13762.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  13763.   (exit $ac_status); }; }; then
  13764.   ac_header_compiler=yes
  13765. else
  13766.   echo "$as_me: failed program was:" >&5
  13767. sed 's/^/| /' conftest.$ac_ext >&5
  13768.  
  13769. ac_header_compiler=no
  13770. fi
  13771. rm -f conftest.$ac_objext conftest.$ac_ext
  13772. echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
  13773. echo "${ECHO_T}$ac_header_compiler" >&6
  13774.  
  13775. # Is the header present?
  13776. echo "$as_me:$LINENO: checking tiffio.h presence" >&5
  13777. echo $ECHO_N "checking tiffio.h presence... $ECHO_C" >&6
  13778. cat >conftest.$ac_ext <<_ACEOF
  13779. #line $LINENO "configure"
  13780. /* confdefs.h.  */
  13781. _ACEOF
  13782. cat confdefs.h >>conftest.$ac_ext
  13783. cat >>conftest.$ac_ext <<_ACEOF
  13784. /* end confdefs.h.  */
  13785. #include <tiffio.h>
  13786. _ACEOF
  13787. if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
  13788.   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
  13789.   ac_status=$?
  13790.   grep -v '^ *+' conftest.er1 >conftest.err
  13791.   rm -f conftest.er1
  13792.   cat conftest.err >&5
  13793.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  13794.   (exit $ac_status); } >/dev/null; then
  13795.   if test -s conftest.err; then
  13796.     ac_cpp_err=$ac_c_preproc_warn_flag
  13797.   else
  13798.     ac_cpp_err=
  13799.   fi
  13800. else
  13801.   ac_cpp_err=yes
  13802. fi
  13803. if test -z "$ac_cpp_err"; then
  13804.   ac_header_preproc=yes
  13805. else
  13806.   echo "$as_me: failed program was:" >&5
  13807. sed 's/^/| /' conftest.$ac_ext >&5
  13808.  
  13809.   ac_header_preproc=no
  13810. fi
  13811. rm -f conftest.err conftest.$ac_ext
  13812. echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
  13813. echo "${ECHO_T}$ac_header_preproc" >&6
  13814.  
  13815. # So?  What about this header?
  13816. case $ac_header_compiler:$ac_header_preproc in
  13817.   yes:no )
  13818.     { echo "$as_me:$LINENO: WARNING: tiffio.h: accepted by the compiler, rejected by the preprocessor!" >&5
  13819. echo "$as_me: WARNING: tiffio.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
  13820.     { echo "$as_me:$LINENO: WARNING: tiffio.h: proceeding with the preprocessor's result" >&5
  13821. echo "$as_me: WARNING: tiffio.h: proceeding with the preprocessor's result" >&2;}
  13822.     (
  13823.       cat <<\_ASBOX
  13824. ## ------------------------------------ ##
  13825. ## Report this to bug-autoconf@gnu.org. ##
  13826. ## ------------------------------------ ##
  13827. _ASBOX
  13828.     ) |
  13829.       sed "s/^/$as_me: WARNING:     /" >&2
  13830.     ;;
  13831.   no:yes )
  13832.     { echo "$as_me:$LINENO: WARNING: tiffio.h: present but cannot be compiled" >&5
  13833. echo "$as_me: WARNING: tiffio.h: present but cannot be compiled" >&2;}
  13834.     { echo "$as_me:$LINENO: WARNING: tiffio.h: check for missing prerequisite headers?" >&5
  13835. echo "$as_me: WARNING: tiffio.h: check for missing prerequisite headers?" >&2;}
  13836.     { echo "$as_me:$LINENO: WARNING: tiffio.h: proceeding with the preprocessor's result" >&5
  13837. echo "$as_me: WARNING: tiffio.h: proceeding with the preprocessor's result" >&2;}
  13838.     (
  13839.       cat <<\_ASBOX
  13840. ## ------------------------------------ ##
  13841. ## Report this to bug-autoconf@gnu.org. ##
  13842. ## ------------------------------------ ##
  13843. _ASBOX
  13844.     ) |
  13845.       sed "s/^/$as_me: WARNING:     /" >&2
  13846.     ;;
  13847. esac
  13848. echo "$as_me:$LINENO: checking for tiffio.h" >&5
  13849. echo $ECHO_N "checking for tiffio.h... $ECHO_C" >&6
  13850. if test "${ac_cv_header_tiffio_h+set}" = set; then
  13851.   echo $ECHO_N "(cached) $ECHO_C" >&6
  13852. else
  13853.   ac_cv_header_tiffio_h=$ac_header_preproc
  13854. fi
  13855. echo "$as_me:$LINENO: result: $ac_cv_header_tiffio_h" >&5
  13856. echo "${ECHO_T}$ac_cv_header_tiffio_h" >&6
  13857.  
  13858. fi
  13859. if test $ac_cv_header_tiffio_h = yes; then
  13860.   TIFF='tiff'; LIBTIFF='-ltiff -ljpeg -lz'
  13861. else
  13862.   { echo "$as_me:$LINENO: WARNING: *** TIFF plug-in will not be built (TIFF header files not found) ***" >&5
  13863. echo "$as_me: WARNING: *** TIFF plug-in will not be built (TIFF header files not found) ***" >&2;}
  13864. fi
  13865.  
  13866.  
  13867. else
  13868.   echo "$as_me:$LINENO: checking for TIFFFlushData in -ltiff34" >&5
  13869. echo $ECHO_N "checking for TIFFFlushData in -ltiff34... $ECHO_C" >&6
  13870. if test "${ac_cv_lib_tiff34_TIFFFlushData+set}" = set; then
  13871.   echo $ECHO_N "(cached) $ECHO_C" >&6
  13872. else
  13873.   ac_check_lib_save_LIBS=$LIBS
  13874. LIBS="-ltiff34 -ljpeg -lz -lm $LIBS"
  13875. cat >conftest.$ac_ext <<_ACEOF
  13876. #line $LINENO "configure"
  13877. /* confdefs.h.  */
  13878. _ACEOF
  13879. cat confdefs.h >>conftest.$ac_ext
  13880. cat >>conftest.$ac_ext <<_ACEOF
  13881. /* end confdefs.h.  */
  13882.  
  13883. /* Override any gcc2 internal prototype to avoid an error.  */
  13884. #ifdef __cplusplus
  13885. extern "C"
  13886. #endif
  13887. /* We use char because int might match the return type of a gcc2
  13888.    builtin and then its argument prototype would still apply.  */
  13889. char TIFFFlushData ();
  13890. int
  13891. main ()
  13892. {
  13893. TIFFFlushData ();
  13894.   ;
  13895.   return 0;
  13896. }
  13897. _ACEOF
  13898. rm -f conftest.$ac_objext conftest$ac_exeext
  13899. if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  13900.   (eval $ac_link) 2>&5
  13901.   ac_status=$?
  13902.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  13903.   (exit $ac_status); } &&
  13904.          { ac_try='test -s conftest$ac_exeext'
  13905.   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  13906.   (eval $ac_try) 2>&5
  13907.   ac_status=$?
  13908.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  13909.   (exit $ac_status); }; }; then
  13910.   ac_cv_lib_tiff34_TIFFFlushData=yes
  13911. else
  13912.   echo "$as_me: failed program was:" >&5
  13913. sed 's/^/| /' conftest.$ac_ext >&5
  13914.  
  13915. ac_cv_lib_tiff34_TIFFFlushData=no
  13916. fi
  13917. rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  13918. LIBS=$ac_check_lib_save_LIBS
  13919. fi
  13920. echo "$as_me:$LINENO: result: $ac_cv_lib_tiff34_TIFFFlushData" >&5
  13921. echo "${ECHO_T}$ac_cv_lib_tiff34_TIFFFlushData" >&6
  13922. if test $ac_cv_lib_tiff34_TIFFFlushData = yes; then
  13923.   if test "${ac_cv_header_tiffio_h+set}" = set; then
  13924.   echo "$as_me:$LINENO: checking for tiffio.h" >&5
  13925. echo $ECHO_N "checking for tiffio.h... $ECHO_C" >&6
  13926. if test "${ac_cv_header_tiffio_h+set}" = set; then
  13927.   echo $ECHO_N "(cached) $ECHO_C" >&6
  13928. fi
  13929. echo "$as_me:$LINENO: result: $ac_cv_header_tiffio_h" >&5
  13930. echo "${ECHO_T}$ac_cv_header_tiffio_h" >&6
  13931. else
  13932.   # Is the header compilable?
  13933. echo "$as_me:$LINENO: checking tiffio.h usability" >&5
  13934. echo $ECHO_N "checking tiffio.h usability... $ECHO_C" >&6
  13935. cat >conftest.$ac_ext <<_ACEOF
  13936. #line $LINENO "configure"
  13937. /* confdefs.h.  */
  13938. _ACEOF
  13939. cat confdefs.h >>conftest.$ac_ext
  13940. cat >>conftest.$ac_ext <<_ACEOF
  13941. /* end confdefs.h.  */
  13942. $ac_includes_default
  13943. #include <tiffio.h>
  13944. _ACEOF
  13945. rm -f conftest.$ac_objext
  13946. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  13947.   (eval $ac_compile) 2>&5
  13948.   ac_status=$?
  13949.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  13950.   (exit $ac_status); } &&
  13951.          { ac_try='test -s conftest.$ac_objext'
  13952.   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  13953.   (eval $ac_try) 2>&5
  13954.   ac_status=$?
  13955.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  13956.   (exit $ac_status); }; }; then
  13957.   ac_header_compiler=yes
  13958. else
  13959.   echo "$as_me: failed program was:" >&5
  13960. sed 's/^/| /' conftest.$ac_ext >&5
  13961.  
  13962. ac_header_compiler=no
  13963. fi
  13964. rm -f conftest.$ac_objext conftest.$ac_ext
  13965. echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
  13966. echo "${ECHO_T}$ac_header_compiler" >&6
  13967.  
  13968. # Is the header present?
  13969. echo "$as_me:$LINENO: checking tiffio.h presence" >&5
  13970. echo $ECHO_N "checking tiffio.h presence... $ECHO_C" >&6
  13971. cat >conftest.$ac_ext <<_ACEOF
  13972. #line $LINENO "configure"
  13973. /* confdefs.h.  */
  13974. _ACEOF
  13975. cat confdefs.h >>conftest.$ac_ext
  13976. cat >>conftest.$ac_ext <<_ACEOF
  13977. /* end confdefs.h.  */
  13978. #include <tiffio.h>
  13979. _ACEOF
  13980. if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
  13981.   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
  13982.   ac_status=$?
  13983.   grep -v '^ *+' conftest.er1 >conftest.err
  13984.   rm -f conftest.er1
  13985.   cat conftest.err >&5
  13986.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  13987.   (exit $ac_status); } >/dev/null; then
  13988.   if test -s conftest.err; then
  13989.     ac_cpp_err=$ac_c_preproc_warn_flag
  13990.   else
  13991.     ac_cpp_err=
  13992.   fi
  13993. else
  13994.   ac_cpp_err=yes
  13995. fi
  13996. if test -z "$ac_cpp_err"; then
  13997.   ac_header_preproc=yes
  13998. else
  13999.   echo "$as_me: failed program was:" >&5
  14000. sed 's/^/| /' conftest.$ac_ext >&5
  14001.  
  14002.   ac_header_preproc=no
  14003. fi
  14004. rm -f conftest.err conftest.$ac_ext
  14005. echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
  14006. echo "${ECHO_T}$ac_header_preproc" >&6
  14007.  
  14008. # So?  What about this header?
  14009. case $ac_header_compiler:$ac_header_preproc in
  14010.   yes:no )
  14011.     { echo "$as_me:$LINENO: WARNING: tiffio.h: accepted by the compiler, rejected by the preprocessor!" >&5
  14012. echo "$as_me: WARNING: tiffio.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
  14013.     { echo "$as_me:$LINENO: WARNING: tiffio.h: proceeding with the preprocessor's result" >&5
  14014. echo "$as_me: WARNING: tiffio.h: proceeding with the preprocessor's result" >&2;}
  14015.     (
  14016.       cat <<\_ASBOX
  14017. ## ------------------------------------ ##
  14018. ## Report this to bug-autoconf@gnu.org. ##
  14019. ## ------------------------------------ ##
  14020. _ASBOX
  14021.     ) |
  14022.       sed "s/^/$as_me: WARNING:     /" >&2
  14023.     ;;
  14024.   no:yes )
  14025.     { echo "$as_me:$LINENO: WARNING: tiffio.h: present but cannot be compiled" >&5
  14026. echo "$as_me: WARNING: tiffio.h: present but cannot be compiled" >&2;}
  14027.     { echo "$as_me:$LINENO: WARNING: tiffio.h: check for missing prerequisite headers?" >&5
  14028. echo "$as_me: WARNING: tiffio.h: check for missing prerequisite headers?" >&2;}
  14029.     { echo "$as_me:$LINENO: WARNING: tiffio.h: proceeding with the preprocessor's result" >&5
  14030. echo "$as_me: WARNING: tiffio.h: proceeding with the preprocessor's result" >&2;}
  14031.     (
  14032.       cat <<\_ASBOX
  14033. ## ------------------------------------ ##
  14034. ## Report this to bug-autoconf@gnu.org. ##
  14035. ## ------------------------------------ ##
  14036. _ASBOX
  14037.     ) |
  14038.       sed "s/^/$as_me: WARNING:     /" >&2
  14039.     ;;
  14040. esac
  14041. echo "$as_me:$LINENO: checking for tiffio.h" >&5
  14042. echo $ECHO_N "checking for tiffio.h... $ECHO_C" >&6
  14043. if test "${ac_cv_header_tiffio_h+set}" = set; then
  14044.   echo $ECHO_N "(cached) $ECHO_C" >&6
  14045. else
  14046.   ac_cv_header_tiffio_h=$ac_header_preproc
  14047. fi
  14048. echo "$as_me:$LINENO: result: $ac_cv_header_tiffio_h" >&5
  14049. echo "${ECHO_T}$ac_cv_header_tiffio_h" >&6
  14050.  
  14051. fi
  14052. if test $ac_cv_header_tiffio_h = yes; then
  14053.   TIFF='tiff'; LIBTIFF='-ltiff34 -ljpeg -lz'
  14054. else
  14055.   { echo "$as_me:$LINENO: WARNING: *** TIFF plug-in will not be built (TIFF header files not found) ***" >&5
  14056. echo "$as_me: WARNING: *** TIFF plug-in will not be built (TIFF header files not found) ***" >&2;}
  14057. fi
  14058.  
  14059.  
  14060. else
  14061.   { echo "$as_me:$LINENO: WARNING: *** TIFF plug-in will not be built (TIFF library not found) ***" >&5
  14062. echo "$as_me: WARNING: *** TIFF plug-in will not be built (TIFF library not found) ***" >&2;}
  14063. fi
  14064.  
  14065. fi
  14066.  
  14067. fi
  14068.  
  14069.   fi
  14070.  
  14071. if test x$with_libtiff != xno && test -z "$LIBTIFF"; then
  14072.   { { echo "$as_me:$LINENO: error:
  14073. *** Checks for TIFF libary failed. You can build without it by passing
  14074. *** --without-libtiff to configure but you won't be able to use TIFFs then." >&5
  14075. echo "$as_me: error:
  14076. *** Checks for TIFF libary failed. You can build without it by passing
  14077. *** --without-libtiff to configure but you won't be able to use TIFFs then." >&2;}
  14078.    { (exit 1); exit 1; }; }
  14079. fi
  14080.  
  14081.  
  14082. # Check whether --with-libjpeg or --without-libjpeg was given.
  14083. if test "${with_libjpeg+set}" = set; then
  14084.   withval="$with_libjpeg"
  14085.  
  14086. fi;
  14087.   if test x$with_libjpeg != xno && test -z "$LIBJPEG"; then
  14088.     echo "$as_me:$LINENO: checking for jpeg_destroy_decompress in -ljpeg" >&5
  14089. echo $ECHO_N "checking for jpeg_destroy_decompress in -ljpeg... $ECHO_C" >&6
  14090. if test "${ac_cv_lib_jpeg_jpeg_destroy_decompress+set}" = set; then
  14091.   echo $ECHO_N "(cached) $ECHO_C" >&6
  14092. else
  14093.   ac_check_lib_save_LIBS=$LIBS
  14094. LIBS="-ljpeg  $LIBS"
  14095. cat >conftest.$ac_ext <<_ACEOF
  14096. #line $LINENO "configure"
  14097. /* confdefs.h.  */
  14098. _ACEOF
  14099. cat confdefs.h >>conftest.$ac_ext
  14100. cat >>conftest.$ac_ext <<_ACEOF
  14101. /* end confdefs.h.  */
  14102.  
  14103. /* Override any gcc2 internal prototype to avoid an error.  */
  14104. #ifdef __cplusplus
  14105. extern "C"
  14106. #endif
  14107. /* We use char because int might match the return type of a gcc2
  14108.    builtin and then its argument prototype would still apply.  */
  14109. char jpeg_destroy_decompress ();
  14110. int
  14111. main ()
  14112. {
  14113. jpeg_destroy_decompress ();
  14114.   ;
  14115.   return 0;
  14116. }
  14117. _ACEOF
  14118. rm -f conftest.$ac_objext conftest$ac_exeext
  14119. if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  14120.   (eval $ac_link) 2>&5
  14121.   ac_status=$?
  14122.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  14123.   (exit $ac_status); } &&
  14124.          { ac_try='test -s conftest$ac_exeext'
  14125.   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  14126.   (eval $ac_try) 2>&5
  14127.   ac_status=$?
  14128.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  14129.   (exit $ac_status); }; }; then
  14130.   ac_cv_lib_jpeg_jpeg_destroy_decompress=yes
  14131. else
  14132.   echo "$as_me: failed program was:" >&5
  14133. sed 's/^/| /' conftest.$ac_ext >&5
  14134.  
  14135. ac_cv_lib_jpeg_jpeg_destroy_decompress=no
  14136. fi
  14137. rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  14138. LIBS=$ac_check_lib_save_LIBS
  14139. fi
  14140. echo "$as_me:$LINENO: result: $ac_cv_lib_jpeg_jpeg_destroy_decompress" >&5
  14141. echo "${ECHO_T}$ac_cv_lib_jpeg_jpeg_destroy_decompress" >&6
  14142. if test $ac_cv_lib_jpeg_jpeg_destroy_decompress = yes; then
  14143.   jpeg_ok=yes
  14144. else
  14145.   jpeg_ok=no
  14146.       { echo "$as_me:$LINENO: WARNING: *** JPEG plug-in will not be built (JPEG library not found) ***" >&5
  14147. echo "$as_me: WARNING: *** JPEG plug-in will not be built (JPEG library not found) ***" >&2;}
  14148.       { echo "$as_me:$LINENO: WARNING: *** XJT plug-in will not be built (JPEG library not found) ***" >&5
  14149. echo "$as_me: WARNING: *** XJT plug-in will not be built (JPEG library not found) ***" >&2;}
  14150. fi
  14151.  
  14152.     if test "$jpeg_ok" = yes; then
  14153.       echo "$as_me:$LINENO: checking for jpeglib.h" >&5
  14154. echo $ECHO_N "checking for jpeglib.h... $ECHO_C" >&6
  14155.       cat >conftest.$ac_ext <<_ACEOF
  14156. #line $LINENO "configure"
  14157. /* confdefs.h.  */
  14158. _ACEOF
  14159. cat confdefs.h >>conftest.$ac_ext
  14160. cat >>conftest.$ac_ext <<_ACEOF
  14161. /* end confdefs.h.  */
  14162. #include <stdio.h>
  14163. #undef HAVE_STDDEF_H
  14164. #undef HAVE_STDLIB_H
  14165. #undef PACKAGE
  14166. #undef VERSION
  14167. #include <jpeglib.h>
  14168. _ACEOF
  14169. if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
  14170.   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
  14171.   ac_status=$?
  14172.   grep -v '^ *+' conftest.er1 >conftest.err
  14173.   rm -f conftest.er1
  14174.   cat conftest.err >&5
  14175.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  14176.   (exit $ac_status); } >/dev/null; then
  14177.   if test -s conftest.err; then
  14178.     ac_cpp_err=$ac_c_preproc_warn_flag
  14179.   else
  14180.     ac_cpp_err=
  14181.   fi
  14182. else
  14183.   ac_cpp_err=yes
  14184. fi
  14185. if test -z "$ac_cpp_err"; then
  14186.   jpeg_ok=yes
  14187. else
  14188.   echo "$as_me: failed program was:" >&5
  14189. sed 's/^/| /' conftest.$ac_ext >&5
  14190.  
  14191.   jpeg_ok=no
  14192. fi
  14193. rm -f conftest.err conftest.$ac_ext
  14194.       echo "$as_me:$LINENO: result: $jpeg_ok" >&5
  14195. echo "${ECHO_T}$jpeg_ok" >&6
  14196.       if test "$jpeg_ok" = yes; then
  14197.     JPEG='jpeg'$EXEEXT; LIBJPEG='-ljpeg'
  14198.     if test x$os_win32 != xyes; then
  14199.       XJT='xjt';
  14200.         fi
  14201.     echo "$as_me:$LINENO: checking for jpeg_simple_progression in -ljpeg" >&5
  14202. echo $ECHO_N "checking for jpeg_simple_progression in -ljpeg... $ECHO_C" >&6
  14203. if test "${ac_cv_lib_jpeg_jpeg_simple_progression+set}" = set; then
  14204.   echo $ECHO_N "(cached) $ECHO_C" >&6
  14205. else
  14206.   ac_check_lib_save_LIBS=$LIBS
  14207. LIBS="-ljpeg  $LIBS"
  14208. cat >conftest.$ac_ext <<_ACEOF
  14209. #line $LINENO "configure"
  14210. /* confdefs.h.  */
  14211. _ACEOF
  14212. cat confdefs.h >>conftest.$ac_ext
  14213. cat >>conftest.$ac_ext <<_ACEOF
  14214. /* end confdefs.h.  */
  14215.  
  14216. /* Override any gcc2 internal prototype to avoid an error.  */
  14217. #ifdef __cplusplus
  14218. extern "C"
  14219. #endif
  14220. /* We use char because int might match the return type of a gcc2
  14221.    builtin and then its argument prototype would still apply.  */
  14222. char jpeg_simple_progression ();
  14223. int
  14224. main ()
  14225. {
  14226. jpeg_simple_progression ();
  14227.   ;
  14228.   return 0;
  14229. }
  14230. _ACEOF
  14231. rm -f conftest.$ac_objext conftest$ac_exeext
  14232. if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  14233.   (eval $ac_link) 2>&5
  14234.   ac_status=$?
  14235.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  14236.   (exit $ac_status); } &&
  14237.          { ac_try='test -s conftest$ac_exeext'
  14238.   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  14239.   (eval $ac_try) 2>&5
  14240.   ac_status=$?
  14241.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  14242.   (exit $ac_status); }; }; then
  14243.   ac_cv_lib_jpeg_jpeg_simple_progression=yes
  14244. else
  14245.   echo "$as_me: failed program was:" >&5
  14246. sed 's/^/| /' conftest.$ac_ext >&5
  14247.  
  14248. ac_cv_lib_jpeg_jpeg_simple_progression=no
  14249. fi
  14250. rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  14251. LIBS=$ac_check_lib_save_LIBS
  14252. fi
  14253. echo "$as_me:$LINENO: result: $ac_cv_lib_jpeg_jpeg_simple_progression" >&5
  14254. echo "${ECHO_T}$ac_cv_lib_jpeg_jpeg_simple_progression" >&6
  14255. if test $ac_cv_lib_jpeg_jpeg_simple_progression = yes; then
  14256.   cat >>confdefs.h <<\_ACEOF
  14257. #define HAVE_PROGRESSIVE_JPEG 1
  14258. _ACEOF
  14259.  
  14260. else
  14261.   { echo "$as_me:$LINENO: WARNING: JPEG library does not support progressive saving." >&5
  14262. echo "$as_me: WARNING: JPEG library does not support progressive saving." >&2;}
  14263. fi
  14264.  
  14265.       else
  14266.     { echo "$as_me:$LINENO: WARNING: *** JPEG plug-in will not be built (JPEG header file not found) ***" >&5
  14267. echo "$as_me: WARNING: *** JPEG plug-in will not be built (JPEG header file not found) ***" >&2;}
  14268.         { echo "$as_me:$LINENO: WARNING: *** XJT plug-in will not be built (JPEG header file not found) ***" >&5
  14269. echo "$as_me: WARNING: *** XJT plug-in will not be built (JPEG header file not found) ***" >&2;}
  14270.       fi
  14271.     fi
  14272.   fi
  14273.  
  14274. if test x$with_libjpeg != xno && test -z "$LIBJPEG"; then
  14275.   { { echo "$as_me:$LINENO: error:
  14276. *** Checks for JPEG library failed. You can build without it by passing
  14277. *** --without-libjpeg to configure but you won't be able to use JPEGs then." >&5
  14278. echo "$as_me: error:
  14279. *** Checks for JPEG library failed. You can build without it by passing
  14280. *** --without-libjpeg to configure but you won't be able to use JPEGs then." >&2;}
  14281.    { (exit 1); exit 1; }; }
  14282. fi
  14283.  
  14284.   if test -z "$LIBZ"; then
  14285.     echo "$as_me:$LINENO: checking for gzsetparams in -lz" >&5
  14286. echo $ECHO_N "checking for gzsetparams in -lz... $ECHO_C" >&6
  14287. if test "${ac_cv_lib_z_gzsetparams+set}" = set; then
  14288.   echo $ECHO_N "(cached) $ECHO_C" >&6
  14289. else
  14290.   ac_check_lib_save_LIBS=$LIBS
  14291. LIBS="-lz  $LIBS"
  14292. cat >conftest.$ac_ext <<_ACEOF
  14293. #line $LINENO "configure"
  14294. /* confdefs.h.  */
  14295. _ACEOF
  14296. cat confdefs.h >>conftest.$ac_ext
  14297. cat >>conftest.$ac_ext <<_ACEOF
  14298. /* end confdefs.h.  */
  14299.  
  14300. /* Override any gcc2 internal prototype to avoid an error.  */
  14301. #ifdef __cplusplus
  14302. extern "C"
  14303. #endif
  14304. /* We use char because int might match the return type of a gcc2
  14305.    builtin and then its argument prototype would still apply.  */
  14306. char gzsetparams ();
  14307. int
  14308. main ()
  14309. {
  14310. gzsetparams ();
  14311.   ;
  14312.   return 0;
  14313. }
  14314. _ACEOF
  14315. rm -f conftest.$ac_objext conftest$ac_exeext
  14316. if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  14317.   (eval $ac_link) 2>&5
  14318.   ac_status=$?
  14319.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  14320.   (exit $ac_status); } &&
  14321.          { ac_try='test -s conftest$ac_exeext'
  14322.   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  14323.   (eval $ac_try) 2>&5
  14324.   ac_status=$?
  14325.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  14326.   (exit $ac_status); }; }; then
  14327.   ac_cv_lib_z_gzsetparams=yes
  14328. else
  14329.   echo "$as_me: failed program was:" >&5
  14330. sed 's/^/| /' conftest.$ac_ext >&5
  14331.  
  14332. ac_cv_lib_z_gzsetparams=no
  14333. fi
  14334. rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  14335. LIBS=$ac_check_lib_save_LIBS
  14336. fi
  14337. echo "$as_me:$LINENO: result: $ac_cv_lib_z_gzsetparams" >&5
  14338. echo "${ECHO_T}$ac_cv_lib_z_gzsetparams" >&6
  14339. if test $ac_cv_lib_z_gzsetparams = yes; then
  14340.   if test "${ac_cv_header_zlib_h+set}" = set; then
  14341.   echo "$as_me:$LINENO: checking for zlib.h" >&5
  14342. echo $ECHO_N "checking for zlib.h... $ECHO_C" >&6
  14343. if test "${ac_cv_header_zlib_h+set}" = set; then
  14344.   echo $ECHO_N "(cached) $ECHO_C" >&6
  14345. fi
  14346. echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5
  14347. echo "${ECHO_T}$ac_cv_header_zlib_h" >&6
  14348. else
  14349.   # Is the header compilable?
  14350. echo "$as_me:$LINENO: checking zlib.h usability" >&5
  14351. echo $ECHO_N "checking zlib.h usability... $ECHO_C" >&6
  14352. cat >conftest.$ac_ext <<_ACEOF
  14353. #line $LINENO "configure"
  14354. /* confdefs.h.  */
  14355. _ACEOF
  14356. cat confdefs.h >>conftest.$ac_ext
  14357. cat >>conftest.$ac_ext <<_ACEOF
  14358. /* end confdefs.h.  */
  14359. $ac_includes_default
  14360. #include <zlib.h>
  14361. _ACEOF
  14362. rm -f conftest.$ac_objext
  14363. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  14364.   (eval $ac_compile) 2>&5
  14365.   ac_status=$?
  14366.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  14367.   (exit $ac_status); } &&
  14368.          { ac_try='test -s conftest.$ac_objext'
  14369.   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  14370.   (eval $ac_try) 2>&5
  14371.   ac_status=$?
  14372.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  14373.   (exit $ac_status); }; }; then
  14374.   ac_header_compiler=yes
  14375. else
  14376.   echo "$as_me: failed program was:" >&5
  14377. sed 's/^/| /' conftest.$ac_ext >&5
  14378.  
  14379. ac_header_compiler=no
  14380. fi
  14381. rm -f conftest.$ac_objext conftest.$ac_ext
  14382. echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
  14383. echo "${ECHO_T}$ac_header_compiler" >&6
  14384.  
  14385. # Is the header present?
  14386. echo "$as_me:$LINENO: checking zlib.h presence" >&5
  14387. echo $ECHO_N "checking zlib.h presence... $ECHO_C" >&6
  14388. cat >conftest.$ac_ext <<_ACEOF
  14389. #line $LINENO "configure"
  14390. /* confdefs.h.  */
  14391. _ACEOF
  14392. cat confdefs.h >>conftest.$ac_ext
  14393. cat >>conftest.$ac_ext <<_ACEOF
  14394. /* end confdefs.h.  */
  14395. #include <zlib.h>
  14396. _ACEOF
  14397. if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
  14398.   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
  14399.   ac_status=$?
  14400.   grep -v '^ *+' conftest.er1 >conftest.err
  14401.   rm -f conftest.er1
  14402.   cat conftest.err >&5
  14403.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  14404.   (exit $ac_status); } >/dev/null; then
  14405.   if test -s conftest.err; then
  14406.     ac_cpp_err=$ac_c_preproc_warn_flag
  14407.   else
  14408.     ac_cpp_err=
  14409.   fi
  14410. else
  14411.   ac_cpp_err=yes
  14412. fi
  14413. if test -z "$ac_cpp_err"; then
  14414.   ac_header_preproc=yes
  14415. else
  14416.   echo "$as_me: failed program was:" >&5
  14417. sed 's/^/| /' conftest.$ac_ext >&5
  14418.  
  14419.   ac_header_preproc=no
  14420. fi
  14421. rm -f conftest.err conftest.$ac_ext
  14422. echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
  14423. echo "${ECHO_T}$ac_header_preproc" >&6
  14424.  
  14425. # So?  What about this header?
  14426. case $ac_header_compiler:$ac_header_preproc in
  14427.   yes:no )
  14428.     { echo "$as_me:$LINENO: WARNING: zlib.h: accepted by the compiler, rejected by the preprocessor!" >&5
  14429. echo "$as_me: WARNING: zlib.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
  14430.     { echo "$as_me:$LINENO: WARNING: zlib.h: proceeding with the preprocessor's result" >&5
  14431. echo "$as_me: WARNING: zlib.h: proceeding with the preprocessor's result" >&2;}
  14432.     (
  14433.       cat <<\_ASBOX
  14434. ## ------------------------------------ ##
  14435. ## Report this to bug-autoconf@gnu.org. ##
  14436. ## ------------------------------------ ##
  14437. _ASBOX
  14438.     ) |
  14439.       sed "s/^/$as_me: WARNING:     /" >&2
  14440.     ;;
  14441.   no:yes )
  14442.     { echo "$as_me:$LINENO: WARNING: zlib.h: present but cannot be compiled" >&5
  14443. echo "$as_me: WARNING: zlib.h: present but cannot be compiled" >&2;}
  14444.     { echo "$as_me:$LINENO: WARNING: zlib.h: check for missing prerequisite headers?" >&5
  14445. echo "$as_me: WARNING: zlib.h: check for missing prerequisite headers?" >&2;}
  14446.     { echo "$as_me:$LINENO: WARNING: zlib.h: proceeding with the preprocessor's result" >&5
  14447. echo "$as_me: WARNING: zlib.h: proceeding with the preprocessor's result" >&2;}
  14448.     (
  14449.       cat <<\_ASBOX
  14450. ## ------------------------------------ ##
  14451. ## Report this to bug-autoconf@gnu.org. ##
  14452. ## ------------------------------------ ##
  14453. _ASBOX
  14454.     ) |
  14455.       sed "s/^/$as_me: WARNING:     /" >&2
  14456.     ;;
  14457. esac
  14458. echo "$as_me:$LINENO: checking for zlib.h" >&5
  14459. echo $ECHO_N "checking for zlib.h... $ECHO_C" >&6
  14460. if test "${ac_cv_header_zlib_h+set}" = set; then
  14461.   echo $ECHO_N "(cached) $ECHO_C" >&6
  14462. else
  14463.   ac_cv_header_zlib_h=$ac_header_preproc
  14464. fi
  14465. echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5
  14466. echo "${ECHO_T}$ac_cv_header_zlib_h" >&6
  14467.  
  14468. fi
  14469. if test $ac_cv_header_zlib_h = yes; then
  14470.   PSP='psp'; LIBZ='-lz'
  14471. else
  14472.   { echo "$as_me:$LINENO: WARNING: *** PSP and PNG plug-ins will not be built (ZLIB header files not found) ***" >&5
  14473. echo "$as_me: WARNING: *** PSP and PNG plug-ins will not be built (ZLIB header files not found) ***" >&2;}
  14474. fi
  14475.  
  14476.  
  14477. else
  14478.   { echo "$as_me:$LINENO: WARNING: *** PSP and PNG plug-ins will not be built (ZLIB library not found) ***" >&5
  14479. echo "$as_me: WARNING: *** PSP and PNG plug-ins will not be built (ZLIB library not found) ***" >&2;}
  14480. fi
  14481.  
  14482.   fi
  14483.  
  14484.  
  14485.  
  14486. # Check whether --with-png or --without-png was given.
  14487. if test "${with_png+set}" = set; then
  14488.   withval="$with_png"
  14489.  
  14490. fi;
  14491.   if test x$with_libpng != xno && test -z "$LIBPNG" && test -n "$LIBZ"; then
  14492.     echo "$as_me:$LINENO: checking for png_read_info in -lpng" >&5
  14493. echo $ECHO_N "checking for png_read_info in -lpng... $ECHO_C" >&6
  14494. if test "${ac_cv_lib_png_png_read_info+set}" = set; then
  14495.   echo $ECHO_N "(cached) $ECHO_C" >&6
  14496. else
  14497.   ac_check_lib_save_LIBS=$LIBS
  14498. LIBS="-lpng -lz -lm $LIBS"
  14499. cat >conftest.$ac_ext <<_ACEOF
  14500. #line $LINENO "configure"
  14501. /* confdefs.h.  */
  14502. _ACEOF
  14503. cat confdefs.h >>conftest.$ac_ext
  14504. cat >>conftest.$ac_ext <<_ACEOF
  14505. /* end confdefs.h.  */
  14506.  
  14507. /* Override any gcc2 internal prototype to avoid an error.  */
  14508. #ifdef __cplusplus
  14509. extern "C"
  14510. #endif
  14511. /* We use char because int might match the return type of a gcc2
  14512.    builtin and then its argument prototype would still apply.  */
  14513. char png_read_info ();
  14514. int
  14515. main ()
  14516. {
  14517. png_read_info ();
  14518.   ;
  14519.   return 0;
  14520. }
  14521. _ACEOF
  14522. rm -f conftest.$ac_objext conftest$ac_exeext
  14523. if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  14524.   (eval $ac_link) 2>&5
  14525.   ac_status=$?
  14526.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  14527.   (exit $ac_status); } &&
  14528.          { ac_try='test -s conftest$ac_exeext'
  14529.   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  14530.   (eval $ac_try) 2>&5
  14531.   ac_status=$?
  14532.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  14533.   (exit $ac_status); }; }; then
  14534.   ac_cv_lib_png_png_read_info=yes
  14535. else
  14536.   echo "$as_me: failed program was:" >&5
  14537. sed 's/^/| /' conftest.$ac_ext >&5
  14538.  
  14539. ac_cv_lib_png_png_read_info=no
  14540. fi
  14541. rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  14542. LIBS=$ac_check_lib_save_LIBS
  14543. fi
  14544. echo "$as_me:$LINENO: result: $ac_cv_lib_png_png_read_info" >&5
  14545. echo "${ECHO_T}$ac_cv_lib_png_png_read_info" >&6
  14546. if test $ac_cv_lib_png_png_read_info = yes; then
  14547.   if test "${ac_cv_header_png_h+set}" = set; then
  14548.   echo "$as_me:$LINENO: checking for png.h" >&5
  14549. echo $ECHO_N "checking for png.h... $ECHO_C" >&6
  14550. if test "${ac_cv_header_png_h+set}" = set; then
  14551.   echo $ECHO_N "(cached) $ECHO_C" >&6
  14552. fi
  14553. echo "$as_me:$LINENO: result: $ac_cv_header_png_h" >&5
  14554. echo "${ECHO_T}$ac_cv_header_png_h" >&6
  14555. else
  14556.   # Is the header compilable?
  14557. echo "$as_me:$LINENO: checking png.h usability" >&5
  14558. echo $ECHO_N "checking png.h usability... $ECHO_C" >&6
  14559. cat >conftest.$ac_ext <<_ACEOF
  14560. #line $LINENO "configure"
  14561. /* confdefs.h.  */
  14562. _ACEOF
  14563. cat confdefs.h >>conftest.$ac_ext
  14564. cat >>conftest.$ac_ext <<_ACEOF
  14565. /* end confdefs.h.  */
  14566. $ac_includes_default
  14567. #include <png.h>
  14568. _ACEOF
  14569. rm -f conftest.$ac_objext
  14570. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  14571.   (eval $ac_compile) 2>&5
  14572.   ac_status=$?
  14573.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  14574.   (exit $ac_status); } &&
  14575.          { ac_try='test -s conftest.$ac_objext'
  14576.   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  14577.   (eval $ac_try) 2>&5
  14578.   ac_status=$?
  14579.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  14580.   (exit $ac_status); }; }; then
  14581.   ac_header_compiler=yes
  14582. else
  14583.   echo "$as_me: failed program was:" >&5
  14584. sed 's/^/| /' conftest.$ac_ext >&5
  14585.  
  14586. ac_header_compiler=no
  14587. fi
  14588. rm -f conftest.$ac_objext conftest.$ac_ext
  14589. echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
  14590. echo "${ECHO_T}$ac_header_compiler" >&6
  14591.  
  14592. # Is the header present?
  14593. echo "$as_me:$LINENO: checking png.h presence" >&5
  14594. echo $ECHO_N "checking png.h presence... $ECHO_C" >&6
  14595. cat >conftest.$ac_ext <<_ACEOF
  14596. #line $LINENO "configure"
  14597. /* confdefs.h.  */
  14598. _ACEOF
  14599. cat confdefs.h >>conftest.$ac_ext
  14600. cat >>conftest.$ac_ext <<_ACEOF
  14601. /* end confdefs.h.  */
  14602. #include <png.h>
  14603. _ACEOF
  14604. if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
  14605.   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
  14606.   ac_status=$?
  14607.   grep -v '^ *+' conftest.er1 >conftest.err
  14608.   rm -f conftest.er1
  14609.   cat conftest.err >&5
  14610.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  14611.   (exit $ac_status); } >/dev/null; then
  14612.   if test -s conftest.err; then
  14613.     ac_cpp_err=$ac_c_preproc_warn_flag
  14614.   else
  14615.     ac_cpp_err=
  14616.   fi
  14617. else
  14618.   ac_cpp_err=yes
  14619. fi
  14620. if test -z "$ac_cpp_err"; then
  14621.   ac_header_preproc=yes
  14622. else
  14623.   echo "$as_me: failed program was:" >&5
  14624. sed 's/^/| /' conftest.$ac_ext >&5
  14625.  
  14626.   ac_header_preproc=no
  14627. fi
  14628. rm -f conftest.err conftest.$ac_ext
  14629. echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
  14630. echo "${ECHO_T}$ac_header_preproc" >&6
  14631.  
  14632. # So?  What about this header?
  14633. case $ac_header_compiler:$ac_header_preproc in
  14634.   yes:no )
  14635.     { echo "$as_me:$LINENO: WARNING: png.h: accepted by the compiler, rejected by the preprocessor!" >&5
  14636. echo "$as_me: WARNING: png.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
  14637.     { echo "$as_me:$LINENO: WARNING: png.h: proceeding with the preprocessor's result" >&5
  14638. echo "$as_me: WARNING: png.h: proceeding with the preprocessor's result" >&2;}
  14639.     (
  14640.       cat <<\_ASBOX
  14641. ## ------------------------------------ ##
  14642. ## Report this to bug-autoconf@gnu.org. ##
  14643. ## ------------------------------------ ##
  14644. _ASBOX
  14645.     ) |
  14646.       sed "s/^/$as_me: WARNING:     /" >&2
  14647.     ;;
  14648.   no:yes )
  14649.     { echo "$as_me:$LINENO: WARNING: png.h: present but cannot be compiled" >&5
  14650. echo "$as_me: WARNING: png.h: present but cannot be compiled" >&2;}
  14651.     { echo "$as_me:$LINENO: WARNING: png.h: check for missing prerequisite headers?" >&5
  14652. echo "$as_me: WARNING: png.h: check for missing prerequisite headers?" >&2;}
  14653.     { echo "$as_me:$LINENO: WARNING: png.h: proceeding with the preprocessor's result" >&5
  14654. echo "$as_me: WARNING: png.h: proceeding with the preprocessor's result" >&2;}
  14655.     (
  14656.       cat <<\_ASBOX
  14657. ## ------------------------------------ ##
  14658. ## Report this to bug-autoconf@gnu.org. ##
  14659. ## ------------------------------------ ##
  14660. _ASBOX
  14661.     ) |
  14662.       sed "s/^/$as_me: WARNING:     /" >&2
  14663.     ;;
  14664. esac
  14665. echo "$as_me:$LINENO: checking for png.h" >&5
  14666. echo $ECHO_N "checking for png.h... $ECHO_C" >&6
  14667. if test "${ac_cv_header_png_h+set}" = set; then
  14668.   echo $ECHO_N "(cached) $ECHO_C" >&6
  14669. else
  14670.   ac_cv_header_png_h=$ac_header_preproc
  14671. fi
  14672. echo "$as_me:$LINENO: result: $ac_cv_header_png_h" >&5
  14673. echo "${ECHO_T}$ac_cv_header_png_h" >&6
  14674.  
  14675. fi
  14676. if test $ac_cv_header_png_h = yes; then
  14677.   png_ok=yes
  14678. else
  14679.   png_ok=no
  14680. fi
  14681.  
  14682.  
  14683. else
  14684.   { echo "$as_me:$LINENO: WARNING: *** PNG plug-in will not be built (PNG library not found) ***" >&5
  14685. echo "$as_me: WARNING: *** PNG plug-in will not be built (PNG library not found) ***" >&2;}
  14686. fi
  14687.  
  14688.     if test "$png_ok" = yes; then
  14689.       echo "$as_me:$LINENO: checking for png_structp in png.h" >&5
  14690. echo $ECHO_N "checking for png_structp in png.h... $ECHO_C" >&6
  14691.       cat >conftest.$ac_ext <<_ACEOF
  14692. #line $LINENO "configure"
  14693. /* confdefs.h.  */
  14694. _ACEOF
  14695. cat confdefs.h >>conftest.$ac_ext
  14696. cat >>conftest.$ac_ext <<_ACEOF
  14697. /* end confdefs.h.  */
  14698. #include <png.h>
  14699. int
  14700. main ()
  14701. {
  14702. png_structp pp; png_infop info; png_colorp cmap; png_create_read_struct;
  14703.   ;
  14704.   return 0;
  14705. }
  14706. _ACEOF
  14707. rm -f conftest.$ac_objext
  14708. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  14709.   (eval $ac_compile) 2>&5
  14710.   ac_status=$?
  14711.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  14712.   (exit $ac_status); } &&
  14713.          { ac_try='test -s conftest.$ac_objext'
  14714.   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  14715.   (eval $ac_try) 2>&5
  14716.   ac_status=$?
  14717.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  14718.   (exit $ac_status); }; }; then
  14719.   png_ok=yes
  14720. else
  14721.   echo "$as_me: failed program was:" >&5
  14722. sed 's/^/| /' conftest.$ac_ext >&5
  14723.  
  14724. png_ok=no
  14725. fi
  14726. rm -f conftest.$ac_objext conftest.$ac_ext
  14727.       echo "$as_me:$LINENO: result: $png_ok" >&5
  14728. echo "${ECHO_T}$png_ok" >&6
  14729.       if test "$png_ok" = yes; then
  14730.         PNG='png'$EXEEXT; LIBPNG="-lpng $LIBZ"
  14731.       else
  14732.         { echo "$as_me:$LINENO: WARNING: *** PNG plug-in will not be built (PNG library is too old) ***" >&5
  14733. echo "$as_me: WARNING: *** PNG plug-in will not be built (PNG library is too old) ***" >&2;}
  14734.       fi
  14735.     else
  14736.       { echo "$as_me:$LINENO: WARNING: *** PNG plug-in will not be built (PNG header file not found) ***" >&5
  14737. echo "$as_me: WARNING: *** PNG plug-in will not be built (PNG header file not found) ***" >&2;}
  14738.     fi
  14739.   fi
  14740.  
  14741. if test x$with_libpng != xno && test -z "$LIBPNG"; then
  14742.   { { echo "$as_me:$LINENO: error:
  14743. *** Checks for PNG library failed. You can build without it by passing
  14744. *** --without-libpng to configure but you won't be able to use PNGs then." >&5
  14745. echo "$as_me: error:
  14746. *** Checks for PNG library failed. You can build without it by passing
  14747. *** --without-libpng to configure but you won't be able to use PNGs then." >&2;}
  14748.    { (exit 1); exit 1; }; }
  14749. fi
  14750.  
  14751.   if test -z "$LIBMPEG"; then
  14752.     echo "$as_me:$LINENO: checking for GetMPEGFrame in -lmpeg" >&5
  14753. echo $ECHO_N "checking for GetMPEGFrame in -lmpeg... $ECHO_C" >&6
  14754. if test "${ac_cv_lib_mpeg_GetMPEGFrame+set}" = set; then
  14755.   echo $ECHO_N "(cached) $ECHO_C" >&6
  14756. else
  14757.   ac_check_lib_save_LIBS=$LIBS
  14758. LIBS="-lmpeg  $LIBS"
  14759. cat >conftest.$ac_ext <<_ACEOF
  14760. #line $LINENO "configure"
  14761. /* confdefs.h.  */
  14762. _ACEOF
  14763. cat confdefs.h >>conftest.$ac_ext
  14764. cat >>conftest.$ac_ext <<_ACEOF
  14765. /* end confdefs.h.  */
  14766.  
  14767. /* Override any gcc2 internal prototype to avoid an error.  */
  14768. #ifdef __cplusplus
  14769. extern "C"
  14770. #endif
  14771. /* We use char because int might match the return type of a gcc2
  14772.    builtin and then its argument prototype would still apply.  */
  14773. char GetMPEGFrame ();
  14774. int
  14775. main ()
  14776. {
  14777. GetMPEGFrame ();
  14778.   ;
  14779.   return 0;
  14780. }
  14781. _ACEOF
  14782. rm -f conftest.$ac_objext conftest$ac_exeext
  14783. if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  14784.   (eval $ac_link) 2>&5
  14785.   ac_status=$?
  14786.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  14787.   (exit $ac_status); } &&
  14788.          { ac_try='test -s conftest$ac_exeext'
  14789.   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  14790.   (eval $ac_try) 2>&5
  14791.   ac_status=$?
  14792.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  14793.   (exit $ac_status); }; }; then
  14794.   ac_cv_lib_mpeg_GetMPEGFrame=yes
  14795. else
  14796.   echo "$as_me: failed program was:" >&5
  14797. sed 's/^/| /' conftest.$ac_ext >&5
  14798.  
  14799. ac_cv_lib_mpeg_GetMPEGFrame=no
  14800. fi
  14801. rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  14802. LIBS=$ac_check_lib_save_LIBS
  14803. fi
  14804. echo "$as_me:$LINENO: result: $ac_cv_lib_mpeg_GetMPEGFrame" >&5
  14805. echo "${ECHO_T}$ac_cv_lib_mpeg_GetMPEGFrame" >&6
  14806. if test $ac_cv_lib_mpeg_GetMPEGFrame = yes; then
  14807.   if test "${ac_cv_header_mpeg_h+set}" = set; then
  14808.   echo "$as_me:$LINENO: checking for mpeg.h" >&5
  14809. echo $ECHO_N "checking for mpeg.h... $ECHO_C" >&6
  14810. if test "${ac_cv_header_mpeg_h+set}" = set; then
  14811.   echo $ECHO_N "(cached) $ECHO_C" >&6
  14812. fi
  14813. echo "$as_me:$LINENO: result: $ac_cv_header_mpeg_h" >&5
  14814. echo "${ECHO_T}$ac_cv_header_mpeg_h" >&6
  14815. else
  14816.   # Is the header compilable?
  14817. echo "$as_me:$LINENO: checking mpeg.h usability" >&5
  14818. echo $ECHO_N "checking mpeg.h usability... $ECHO_C" >&6
  14819. cat >conftest.$ac_ext <<_ACEOF
  14820. #line $LINENO "configure"
  14821. /* confdefs.h.  */
  14822. _ACEOF
  14823. cat confdefs.h >>conftest.$ac_ext
  14824. cat >>conftest.$ac_ext <<_ACEOF
  14825. /* end confdefs.h.  */
  14826. $ac_includes_default
  14827. #include <mpeg.h>
  14828. _ACEOF
  14829. rm -f conftest.$ac_objext
  14830. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  14831.   (eval $ac_compile) 2>&5
  14832.   ac_status=$?
  14833.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  14834.   (exit $ac_status); } &&
  14835.          { ac_try='test -s conftest.$ac_objext'
  14836.   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  14837.   (eval $ac_try) 2>&5
  14838.   ac_status=$?
  14839.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  14840.   (exit $ac_status); }; }; then
  14841.   ac_header_compiler=yes
  14842. else
  14843.   echo "$as_me: failed program was:" >&5
  14844. sed 's/^/| /' conftest.$ac_ext >&5
  14845.  
  14846. ac_header_compiler=no
  14847. fi
  14848. rm -f conftest.$ac_objext conftest.$ac_ext
  14849. echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
  14850. echo "${ECHO_T}$ac_header_compiler" >&6
  14851.  
  14852. # Is the header present?
  14853. echo "$as_me:$LINENO: checking mpeg.h presence" >&5
  14854. echo $ECHO_N "checking mpeg.h presence... $ECHO_C" >&6
  14855. cat >conftest.$ac_ext <<_ACEOF
  14856. #line $LINENO "configure"
  14857. /* confdefs.h.  */
  14858. _ACEOF
  14859. cat confdefs.h >>conftest.$ac_ext
  14860. cat >>conftest.$ac_ext <<_ACEOF
  14861. /* end confdefs.h.  */
  14862. #include <mpeg.h>
  14863. _ACEOF
  14864. if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
  14865.   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
  14866.   ac_status=$?
  14867.   grep -v '^ *+' conftest.er1 >conftest.err
  14868.   rm -f conftest.er1
  14869.   cat conftest.err >&5
  14870.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  14871.   (exit $ac_status); } >/dev/null; then
  14872.   if test -s conftest.err; then
  14873.     ac_cpp_err=$ac_c_preproc_warn_flag
  14874.   else
  14875.     ac_cpp_err=
  14876.   fi
  14877. else
  14878.   ac_cpp_err=yes
  14879. fi
  14880. if test -z "$ac_cpp_err"; then
  14881.   ac_header_preproc=yes
  14882. else
  14883.   echo "$as_me: failed program was:" >&5
  14884. sed 's/^/| /' conftest.$ac_ext >&5
  14885.  
  14886.   ac_header_preproc=no
  14887. fi
  14888. rm -f conftest.err conftest.$ac_ext
  14889. echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
  14890. echo "${ECHO_T}$ac_header_preproc" >&6
  14891.  
  14892. # So?  What about this header?
  14893. case $ac_header_compiler:$ac_header_preproc in
  14894.   yes:no )
  14895.     { echo "$as_me:$LINENO: WARNING: mpeg.h: accepted by the compiler, rejected by the preprocessor!" >&5
  14896. echo "$as_me: WARNING: mpeg.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
  14897.     { echo "$as_me:$LINENO: WARNING: mpeg.h: proceeding with the preprocessor's result" >&5
  14898. echo "$as_me: WARNING: mpeg.h: proceeding with the preprocessor's result" >&2;}
  14899.     (
  14900.       cat <<\_ASBOX
  14901. ## ------------------------------------ ##
  14902. ## Report this to bug-autoconf@gnu.org. ##
  14903. ## ------------------------------------ ##
  14904. _ASBOX
  14905.     ) |
  14906.       sed "s/^/$as_me: WARNING:     /" >&2
  14907.     ;;
  14908.   no:yes )
  14909.     { echo "$as_me:$LINENO: WARNING: mpeg.h: present but cannot be compiled" >&5
  14910. echo "$as_me: WARNING: mpeg.h: present but cannot be compiled" >&2;}
  14911.     { echo "$as_me:$LINENO: WARNING: mpeg.h: check for missing prerequisite headers?" >&5
  14912. echo "$as_me: WARNING: mpeg.h: check for missing prerequisite headers?" >&2;}
  14913.     { echo "$as_me:$LINENO: WARNING: mpeg.h: proceeding with the preprocessor's result" >&5
  14914. echo "$as_me: WARNING: mpeg.h: proceeding with the preprocessor's result" >&2;}
  14915.     (
  14916.       cat <<\_ASBOX
  14917. ## ------------------------------------ ##
  14918. ## Report this to bug-autoconf@gnu.org. ##
  14919. ## ------------------------------------ ##
  14920. _ASBOX
  14921.     ) |
  14922.       sed "s/^/$as_me: WARNING:     /" >&2
  14923.     ;;
  14924. esac
  14925. echo "$as_me:$LINENO: checking for mpeg.h" >&5
  14926. echo $ECHO_N "checking for mpeg.h... $ECHO_C" >&6
  14927. if test "${ac_cv_header_mpeg_h+set}" = set; then
  14928.   echo $ECHO_N "(cached) $ECHO_C" >&6
  14929. else
  14930.   ac_cv_header_mpeg_h=$ac_header_preproc
  14931. fi
  14932. echo "$as_me:$LINENO: result: $ac_cv_header_mpeg_h" >&5
  14933. echo "${ECHO_T}$ac_cv_header_mpeg_h" >&6
  14934.  
  14935. fi
  14936. if test $ac_cv_header_mpeg_h = yes; then
  14937.   MPEG='mpeg'$EXEEXT; LIBMPEG='-lmpeg'; GAP_DECODE_MPEG='gap_decode_mpeg'
  14938. else
  14939.   { echo "$as_me:$LINENO: WARNING: *** MPEG plug-in will not be built (MPEG header file not found) ***" >&5
  14940. echo "$as_me: WARNING: *** MPEG plug-in will not be built (MPEG header file not found) ***" >&2;}
  14941. fi
  14942.  
  14943.  
  14944. else
  14945.   { echo "$as_me:$LINENO: WARNING: *** MPEG plug-in will not be built (MPEG library not found) ***" >&5
  14946. echo "$as_me: WARNING: *** MPEG plug-in will not be built (MPEG library not found) ***" >&2;}
  14947. fi
  14948.  
  14949.   fi
  14950.  
  14951.   if test -z "$LIBXPM"; then
  14952.     echo "$as_me:$LINENO: checking for XpmReadFileToXpmImage in -lXpm" >&5
  14953. echo $ECHO_N "checking for XpmReadFileToXpmImage in -lXpm... $ECHO_C" >&6
  14954. if test "${ac_cv_lib_Xpm_XpmReadFileToXpmImage+set}" = set; then
  14955.   echo $ECHO_N "(cached) $ECHO_C" >&6
  14956. else
  14957.   ac_check_lib_save_LIBS=$LIBS
  14958. LIBS="-lXpm $X_LIBS $LIBS"
  14959. cat >conftest.$ac_ext <<_ACEOF
  14960. #line $LINENO "configure"
  14961. /* confdefs.h.  */
  14962. _ACEOF
  14963. cat confdefs.h >>conftest.$ac_ext
  14964. cat >>conftest.$ac_ext <<_ACEOF
  14965. /* end confdefs.h.  */
  14966.  
  14967. /* Override any gcc2 internal prototype to avoid an error.  */
  14968. #ifdef __cplusplus
  14969. extern "C"
  14970. #endif
  14971. /* We use char because int might match the return type of a gcc2
  14972.    builtin and then its argument prototype would still apply.  */
  14973. char XpmReadFileToXpmImage ();
  14974. int
  14975. main ()
  14976. {
  14977. XpmReadFileToXpmImage ();
  14978.   ;
  14979.   return 0;
  14980. }
  14981. _ACEOF
  14982. rm -f conftest.$ac_objext conftest$ac_exeext
  14983. if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  14984.   (eval $ac_link) 2>&5
  14985.   ac_status=$?
  14986.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  14987.   (exit $ac_status); } &&
  14988.          { ac_try='test -s conftest$ac_exeext'
  14989.   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  14990.   (eval $ac_try) 2>&5
  14991.   ac_status=$?
  14992.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  14993.   (exit $ac_status); }; }; then
  14994.   ac_cv_lib_Xpm_XpmReadFileToXpmImage=yes
  14995. else
  14996.   echo "$as_me: failed program was:" >&5
  14997. sed 's/^/| /' conftest.$ac_ext >&5
  14998.  
  14999. ac_cv_lib_Xpm_XpmReadFileToXpmImage=no
  15000. fi
  15001. rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  15002. LIBS=$ac_check_lib_save_LIBS
  15003. fi
  15004. echo "$as_me:$LINENO: result: $ac_cv_lib_Xpm_XpmReadFileToXpmImage" >&5
  15005. echo "${ECHO_T}$ac_cv_lib_Xpm_XpmReadFileToXpmImage" >&6
  15006. if test $ac_cv_lib_Xpm_XpmReadFileToXpmImage = yes; then
  15007.   if test "${ac_cv_header_X11_xpm_h+set}" = set; then
  15008.   echo "$as_me:$LINENO: checking for X11/xpm.h" >&5
  15009. echo $ECHO_N "checking for X11/xpm.h... $ECHO_C" >&6
  15010. if test "${ac_cv_header_X11_xpm_h+set}" = set; then
  15011.   echo $ECHO_N "(cached) $ECHO_C" >&6
  15012. fi
  15013. echo "$as_me:$LINENO: result: $ac_cv_header_X11_xpm_h" >&5
  15014. echo "${ECHO_T}$ac_cv_header_X11_xpm_h" >&6
  15015. else
  15016.   # Is the header compilable?
  15017. echo "$as_me:$LINENO: checking X11/xpm.h usability" >&5
  15018. echo $ECHO_N "checking X11/xpm.h usability... $ECHO_C" >&6
  15019. cat >conftest.$ac_ext <<_ACEOF
  15020. #line $LINENO "configure"
  15021. /* confdefs.h.  */
  15022. _ACEOF
  15023. cat confdefs.h >>conftest.$ac_ext
  15024. cat >>conftest.$ac_ext <<_ACEOF
  15025. /* end confdefs.h.  */
  15026. $ac_includes_default
  15027. #include <X11/xpm.h>
  15028. _ACEOF
  15029. rm -f conftest.$ac_objext
  15030. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  15031.   (eval $ac_compile) 2>&5
  15032.   ac_status=$?
  15033.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  15034.   (exit $ac_status); } &&
  15035.          { ac_try='test -s conftest.$ac_objext'
  15036.   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  15037.   (eval $ac_try) 2>&5
  15038.   ac_status=$?
  15039.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  15040.   (exit $ac_status); }; }; then
  15041.   ac_header_compiler=yes
  15042. else
  15043.   echo "$as_me: failed program was:" >&5
  15044. sed 's/^/| /' conftest.$ac_ext >&5
  15045.  
  15046. ac_header_compiler=no
  15047. fi
  15048. rm -f conftest.$ac_objext conftest.$ac_ext
  15049. echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
  15050. echo "${ECHO_T}$ac_header_compiler" >&6
  15051.  
  15052. # Is the header present?
  15053. echo "$as_me:$LINENO: checking X11/xpm.h presence" >&5
  15054. echo $ECHO_N "checking X11/xpm.h presence... $ECHO_C" >&6
  15055. cat >conftest.$ac_ext <<_ACEOF
  15056. #line $LINENO "configure"
  15057. /* confdefs.h.  */
  15058. _ACEOF
  15059. cat confdefs.h >>conftest.$ac_ext
  15060. cat >>conftest.$ac_ext <<_ACEOF
  15061. /* end confdefs.h.  */
  15062. #include <X11/xpm.h>
  15063. _ACEOF
  15064. if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
  15065.   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
  15066.   ac_status=$?
  15067.   grep -v '^ *+' conftest.er1 >conftest.err
  15068.   rm -f conftest.er1
  15069.   cat conftest.err >&5
  15070.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  15071.   (exit $ac_status); } >/dev/null; then
  15072.   if test -s conftest.err; then
  15073.     ac_cpp_err=$ac_c_preproc_warn_flag
  15074.   else
  15075.     ac_cpp_err=
  15076.   fi
  15077. else
  15078.   ac_cpp_err=yes
  15079. fi
  15080. if test -z "$ac_cpp_err"; then
  15081.   ac_header_preproc=yes
  15082. else
  15083.   echo "$as_me: failed program was:" >&5
  15084. sed 's/^/| /' conftest.$ac_ext >&5
  15085.  
  15086.   ac_header_preproc=no
  15087. fi
  15088. rm -f conftest.err conftest.$ac_ext
  15089. echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
  15090. echo "${ECHO_T}$ac_header_preproc" >&6
  15091.  
  15092. # So?  What about this header?
  15093. case $ac_header_compiler:$ac_header_preproc in
  15094.   yes:no )
  15095.     { echo "$as_me:$LINENO: WARNING: X11/xpm.h: accepted by the compiler, rejected by the preprocessor!" >&5
  15096. echo "$as_me: WARNING: X11/xpm.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
  15097.     { echo "$as_me:$LINENO: WARNING: X11/xpm.h: proceeding with the preprocessor's result" >&5
  15098. echo "$as_me: WARNING: X11/xpm.h: proceeding with the preprocessor's result" >&2;}
  15099.     (
  15100.       cat <<\_ASBOX
  15101. ## ------------------------------------ ##
  15102. ## Report this to bug-autoconf@gnu.org. ##
  15103. ## ------------------------------------ ##
  15104. _ASBOX
  15105.     ) |
  15106.       sed "s/^/$as_me: WARNING:     /" >&2
  15107.     ;;
  15108.   no:yes )
  15109.     { echo "$as_me:$LINENO: WARNING: X11/xpm.h: present but cannot be compiled" >&5
  15110. echo "$as_me: WARNING: X11/xpm.h: present but cannot be compiled" >&2;}
  15111.     { echo "$as_me:$LINENO: WARNING: X11/xpm.h: check for missing prerequisite headers?" >&5
  15112. echo "$as_me: WARNING: X11/xpm.h: check for missing prerequisite headers?" >&2;}
  15113.     { echo "$as_me:$LINENO: WARNING: X11/xpm.h: proceeding with the preprocessor's result" >&5
  15114. echo "$as_me: WARNING: X11/xpm.h: proceeding with the preprocessor's result" >&2;}
  15115.     (
  15116.       cat <<\_ASBOX
  15117. ## ------------------------------------ ##
  15118. ## Report this to bug-autoconf@gnu.org. ##
  15119. ## ------------------------------------ ##
  15120. _ASBOX
  15121.     ) |
  15122.       sed "s/^/$as_me: WARNING:     /" >&2
  15123.     ;;
  15124. esac
  15125. echo "$as_me:$LINENO: checking for X11/xpm.h" >&5
  15126. echo $ECHO_N "checking for X11/xpm.h... $ECHO_C" >&6
  15127. if test "${ac_cv_header_X11_xpm_h+set}" = set; then
  15128.   echo $ECHO_N "(cached) $ECHO_C" >&6
  15129. else
  15130.   ac_cv_header_X11_xpm_h=$ac_header_preproc
  15131. fi
  15132. echo "$as_me:$LINENO: result: $ac_cv_header_X11_xpm_h" >&5
  15133. echo "${ECHO_T}$ac_cv_header_X11_xpm_h" >&6
  15134.  
  15135. fi
  15136. if test $ac_cv_header_X11_xpm_h = yes; then
  15137.   XPM='xpm'$EXEEXT; LIBXPM='-lXpm'
  15138. else
  15139.   { echo "$as_me:$LINENO: WARNING: *** XPM plug-in will not be built (XPM header file not found) ***" >&5
  15140. echo "$as_me: WARNING: *** XPM plug-in will not be built (XPM header file not found) ***" >&2;}
  15141. fi
  15142.  
  15143.  
  15144. else
  15145.   { echo "$as_me:$LINENO: WARNING: *** XPM plug-in will not be built (XPM library not found) ***" >&5
  15146. echo "$as_me: WARNING: *** XPM plug-in will not be built (XPM library not found) ***" >&2;}
  15147. fi
  15148.  
  15149.   fi
  15150.  
  15151.  
  15152. case "$host_os" in
  15153.   darwin* | rhapsody* | machten*)
  15154.     # We can put something else here when something that works is implemented
  15155.     shmdefault=none
  15156.     ;;
  15157.   *)
  15158.     shmdefault=sysv
  15159.     ;;
  15160. esac
  15161.  
  15162. shmtype=auto
  15163.  
  15164. # Check whether --with-shm or --without-shm was given.
  15165. if test "${with_shm+set}" = set; then
  15166.   withval="$with_shm"
  15167.   shmtype=$with_shm
  15168. fi;
  15169.  
  15170. case $shmtype in
  15171.   none|sysv) ;;
  15172.   auto) shmtype=$shmdefault ;;
  15173.   *) { { echo "$as_me:$LINENO: error: Invalid shared memory transport type: use none, sysv, or auto." >&5
  15174. echo "$as_me: error: Invalid shared memory transport type: use none, sysv, or auto." >&2;}
  15175.    { (exit 1); exit 1; }; };;
  15176. esac
  15177.  
  15178. if test "x$shmtype" = "xsysv"; then
  15179.   if test "${ac_cv_header_sys_ipc_h+set}" = set; then
  15180.   echo "$as_me:$LINENO: checking for sys/ipc.h" >&5
  15181. echo $ECHO_N "checking for sys/ipc.h... $ECHO_C" >&6
  15182. if test "${ac_cv_header_sys_ipc_h+set}" = set; then
  15183.   echo $ECHO_N "(cached) $ECHO_C" >&6
  15184. fi
  15185. echo "$as_me:$LINENO: result: $ac_cv_header_sys_ipc_h" >&5
  15186. echo "${ECHO_T}$ac_cv_header_sys_ipc_h" >&6
  15187. else
  15188.   # Is the header compilable?
  15189. echo "$as_me:$LINENO: checking sys/ipc.h usability" >&5
  15190. echo $ECHO_N "checking sys/ipc.h usability... $ECHO_C" >&6
  15191. cat >conftest.$ac_ext <<_ACEOF
  15192. #line $LINENO "configure"
  15193. /* confdefs.h.  */
  15194. _ACEOF
  15195. cat confdefs.h >>conftest.$ac_ext
  15196. cat >>conftest.$ac_ext <<_ACEOF
  15197. /* end confdefs.h.  */
  15198. $ac_includes_default
  15199. #include <sys/ipc.h>
  15200. _ACEOF
  15201. rm -f conftest.$ac_objext
  15202. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  15203.   (eval $ac_compile) 2>&5
  15204.   ac_status=$?
  15205.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  15206.   (exit $ac_status); } &&
  15207.          { ac_try='test -s conftest.$ac_objext'
  15208.   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  15209.   (eval $ac_try) 2>&5
  15210.   ac_status=$?
  15211.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  15212.   (exit $ac_status); }; }; then
  15213.   ac_header_compiler=yes
  15214. else
  15215.   echo "$as_me: failed program was:" >&5
  15216. sed 's/^/| /' conftest.$ac_ext >&5
  15217.  
  15218. ac_header_compiler=no
  15219. fi
  15220. rm -f conftest.$ac_objext conftest.$ac_ext
  15221. echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
  15222. echo "${ECHO_T}$ac_header_compiler" >&6
  15223.  
  15224. # Is the header present?
  15225. echo "$as_me:$LINENO: checking sys/ipc.h presence" >&5
  15226. echo $ECHO_N "checking sys/ipc.h presence... $ECHO_C" >&6
  15227. cat >conftest.$ac_ext <<_ACEOF
  15228. #line $LINENO "configure"
  15229. /* confdefs.h.  */
  15230. _ACEOF
  15231. cat confdefs.h >>conftest.$ac_ext
  15232. cat >>conftest.$ac_ext <<_ACEOF
  15233. /* end confdefs.h.  */
  15234. #include <sys/ipc.h>
  15235. _ACEOF
  15236. if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
  15237.   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
  15238.   ac_status=$?
  15239.   grep -v '^ *+' conftest.er1 >conftest.err
  15240.   rm -f conftest.er1
  15241.   cat conftest.err >&5
  15242.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  15243.   (exit $ac_status); } >/dev/null; then
  15244.   if test -s conftest.err; then
  15245.     ac_cpp_err=$ac_c_preproc_warn_flag
  15246.   else
  15247.     ac_cpp_err=
  15248.   fi
  15249. else
  15250.   ac_cpp_err=yes
  15251. fi
  15252. if test -z "$ac_cpp_err"; then
  15253.   ac_header_preproc=yes
  15254. else
  15255.   echo "$as_me: failed program was:" >&5
  15256. sed 's/^/| /' conftest.$ac_ext >&5
  15257.  
  15258.   ac_header_preproc=no
  15259. fi
  15260. rm -f conftest.err conftest.$ac_ext
  15261. echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
  15262. echo "${ECHO_T}$ac_header_preproc" >&6
  15263.  
  15264. # So?  What about this header?
  15265. case $ac_header_compiler:$ac_header_preproc in
  15266.   yes:no )
  15267.     { echo "$as_me:$LINENO: WARNING: sys/ipc.h: accepted by the compiler, rejected by the preprocessor!" >&5
  15268. echo "$as_me: WARNING: sys/ipc.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
  15269.     { echo "$as_me:$LINENO: WARNING: sys/ipc.h: proceeding with the preprocessor's result" >&5
  15270. echo "$as_me: WARNING: sys/ipc.h: proceeding with the preprocessor's result" >&2;}
  15271.     (
  15272.       cat <<\_ASBOX
  15273. ## ------------------------------------ ##
  15274. ## Report this to bug-autoconf@gnu.org. ##
  15275. ## ------------------------------------ ##
  15276. _ASBOX
  15277.     ) |
  15278.       sed "s/^/$as_me: WARNING:     /" >&2
  15279.     ;;
  15280.   no:yes )
  15281.     { echo "$as_me:$LINENO: WARNING: sys/ipc.h: present but cannot be compiled" >&5
  15282. echo "$as_me: WARNING: sys/ipc.h: present but cannot be compiled" >&2;}
  15283.     { echo "$as_me:$LINENO: WARNING: sys/ipc.h: check for missing prerequisite headers?" >&5
  15284. echo "$as_me: WARNING: sys/ipc.h: check for missing prerequisite headers?" >&2;}
  15285.     { echo "$as_me:$LINENO: WARNING: sys/ipc.h: proceeding with the preprocessor's result" >&5
  15286. echo "$as_me: WARNING: sys/ipc.h: proceeding with the preprocessor's result" >&2;}
  15287.     (
  15288.       cat <<\_ASBOX
  15289. ## ------------------------------------ ##
  15290. ## Report this to bug-autoconf@gnu.org. ##
  15291. ## ------------------------------------ ##
  15292. _ASBOX
  15293.     ) |
  15294.       sed "s/^/$as_me: WARNING:     /" >&2
  15295.     ;;
  15296. esac
  15297. echo "$as_me:$LINENO: checking for sys/ipc.h" >&5
  15298. echo $ECHO_N "checking for sys/ipc.h... $ECHO_C" >&6
  15299. if test "${ac_cv_header_sys_ipc_h+set}" = set; then
  15300.   echo $ECHO_N "(cached) $ECHO_C" >&6
  15301. else
  15302.   ac_cv_header_sys_ipc_h=$ac_header_preproc
  15303. fi
  15304. echo "$as_me:$LINENO: result: $ac_cv_header_sys_ipc_h" >&5
  15305. echo "${ECHO_T}$ac_cv_header_sys_ipc_h" >&6
  15306.  
  15307. fi
  15308. if test $ac_cv_header_sys_ipc_h = yes; then
  15309.   cat >>confdefs.h <<\_ACEOF
  15310. #define HAVE_IPC_H 1
  15311. _ACEOF
  15312.  
  15313. else
  15314.   no_sys_ipc=yes
  15315. fi
  15316.  
  15317.  
  15318.   if test "${ac_cv_header_sys_shm_h+set}" = set; then
  15319.   echo "$as_me:$LINENO: checking for sys/shm.h" >&5
  15320. echo $ECHO_N "checking for sys/shm.h... $ECHO_C" >&6
  15321. if test "${ac_cv_header_sys_shm_h+set}" = set; then
  15322.   echo $ECHO_N "(cached) $ECHO_C" >&6
  15323. fi
  15324. echo "$as_me:$LINENO: result: $ac_cv_header_sys_shm_h" >&5
  15325. echo "${ECHO_T}$ac_cv_header_sys_shm_h" >&6
  15326. else
  15327.   # Is the header compilable?
  15328. echo "$as_me:$LINENO: checking sys/shm.h usability" >&5
  15329. echo $ECHO_N "checking sys/shm.h usability... $ECHO_C" >&6
  15330. cat >conftest.$ac_ext <<_ACEOF
  15331. #line $LINENO "configure"
  15332. /* confdefs.h.  */
  15333. _ACEOF
  15334. cat confdefs.h >>conftest.$ac_ext
  15335. cat >>conftest.$ac_ext <<_ACEOF
  15336. /* end confdefs.h.  */
  15337. $ac_includes_default
  15338. #include <sys/shm.h>
  15339. _ACEOF
  15340. rm -f conftest.$ac_objext
  15341. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  15342.   (eval $ac_compile) 2>&5
  15343.   ac_status=$?
  15344.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  15345.   (exit $ac_status); } &&
  15346.          { ac_try='test -s conftest.$ac_objext'
  15347.   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  15348.   (eval $ac_try) 2>&5
  15349.   ac_status=$?
  15350.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  15351.   (exit $ac_status); }; }; then
  15352.   ac_header_compiler=yes
  15353. else
  15354.   echo "$as_me: failed program was:" >&5
  15355. sed 's/^/| /' conftest.$ac_ext >&5
  15356.  
  15357. ac_header_compiler=no
  15358. fi
  15359. rm -f conftest.$ac_objext conftest.$ac_ext
  15360. echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
  15361. echo "${ECHO_T}$ac_header_compiler" >&6
  15362.  
  15363. # Is the header present?
  15364. echo "$as_me:$LINENO: checking sys/shm.h presence" >&5
  15365. echo $ECHO_N "checking sys/shm.h presence... $ECHO_C" >&6
  15366. cat >conftest.$ac_ext <<_ACEOF
  15367. #line $LINENO "configure"
  15368. /* confdefs.h.  */
  15369. _ACEOF
  15370. cat confdefs.h >>conftest.$ac_ext
  15371. cat >>conftest.$ac_ext <<_ACEOF
  15372. /* end confdefs.h.  */
  15373. #include <sys/shm.h>
  15374. _ACEOF
  15375. if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
  15376.   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
  15377.   ac_status=$?
  15378.   grep -v '^ *+' conftest.er1 >conftest.err
  15379.   rm -f conftest.er1
  15380.   cat conftest.err >&5
  15381.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  15382.   (exit $ac_status); } >/dev/null; then
  15383.   if test -s conftest.err; then
  15384.     ac_cpp_err=$ac_c_preproc_warn_flag
  15385.   else
  15386.     ac_cpp_err=
  15387.   fi
  15388. else
  15389.   ac_cpp_err=yes
  15390. fi
  15391. if test -z "$ac_cpp_err"; then
  15392.   ac_header_preproc=yes
  15393. else
  15394.   echo "$as_me: failed program was:" >&5
  15395. sed 's/^/| /' conftest.$ac_ext >&5
  15396.  
  15397.   ac_header_preproc=no
  15398. fi
  15399. rm -f conftest.err conftest.$ac_ext
  15400. echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
  15401. echo "${ECHO_T}$ac_header_preproc" >&6
  15402.  
  15403. # So?  What about this header?
  15404. case $ac_header_compiler:$ac_header_preproc in
  15405.   yes:no )
  15406.     { echo "$as_me:$LINENO: WARNING: sys/shm.h: accepted by the compiler, rejected by the preprocessor!" >&5
  15407. echo "$as_me: WARNING: sys/shm.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
  15408.     { echo "$as_me:$LINENO: WARNING: sys/shm.h: proceeding with the preprocessor's result" >&5
  15409. echo "$as_me: WARNING: sys/shm.h: proceeding with the preprocessor's result" >&2;}
  15410.     (
  15411.       cat <<\_ASBOX
  15412. ## ------------------------------------ ##
  15413. ## Report this to bug-autoconf@gnu.org. ##
  15414. ## ------------------------------------ ##
  15415. _ASBOX
  15416.     ) |
  15417.       sed "s/^/$as_me: WARNING:     /" >&2
  15418.     ;;
  15419.   no:yes )
  15420.     { echo "$as_me:$LINENO: WARNING: sys/shm.h: present but cannot be compiled" >&5
  15421. echo "$as_me: WARNING: sys/shm.h: present but cannot be compiled" >&2;}
  15422.     { echo "$as_me:$LINENO: WARNING: sys/shm.h: check for missing prerequisite headers?" >&5
  15423. echo "$as_me: WARNING: sys/shm.h: check for missing prerequisite headers?" >&2;}
  15424.     { echo "$as_me:$LINENO: WARNING: sys/shm.h: proceeding with the preprocessor's result" >&5
  15425. echo "$as_me: WARNING: sys/shm.h: proceeding with the preprocessor's result" >&2;}
  15426.     (
  15427.       cat <<\_ASBOX
  15428. ## ------------------------------------ ##
  15429. ## Report this to bug-autoconf@gnu.org. ##
  15430. ## ------------------------------------ ##
  15431. _ASBOX
  15432.     ) |
  15433.       sed "s/^/$as_me: WARNING:     /" >&2
  15434.     ;;
  15435. esac
  15436. echo "$as_me:$LINENO: checking for sys/shm.h" >&5
  15437. echo $ECHO_N "checking for sys/shm.h... $ECHO_C" >&6
  15438. if test "${ac_cv_header_sys_shm_h+set}" = set; then
  15439.   echo $ECHO_N "(cached) $ECHO_C" >&6
  15440. else
  15441.   ac_cv_header_sys_shm_h=$ac_header_preproc
  15442. fi
  15443. echo "$as_me:$LINENO: result: $ac_cv_header_sys_shm_h" >&5
  15444. echo "${ECHO_T}$ac_cv_header_sys_shm_h" >&6
  15445.  
  15446. fi
  15447. if test $ac_cv_header_sys_shm_h = yes; then
  15448.   cat >>confdefs.h <<\_ACEOF
  15449. #define HAVE_SHM_H 1
  15450. _ACEOF
  15451.  
  15452. else
  15453.   no_sys_shm=yes
  15454. fi
  15455.  
  15456.  
  15457.   if test "$ac_cv_header_sys_shm_h" = "yes"; then
  15458.     echo "$as_me:$LINENO: checking whether shmctl IPC_RMID allowes subsequent attaches" >&5
  15459. echo $ECHO_N "checking whether shmctl IPC_RMID allowes subsequent attaches... $ECHO_C" >&6
  15460.     if test "$cross_compiling" = yes; then
  15461.   echo "$as_me:$LINENO: result: assuming no" >&5
  15462. echo "${ECHO_T}assuming no" >&6
  15463. else
  15464.   cat >conftest.$ac_ext <<_ACEOF
  15465. #line $LINENO "configure"
  15466. /* confdefs.h.  */
  15467. _ACEOF
  15468. cat confdefs.h >>conftest.$ac_ext
  15469. cat >>conftest.$ac_ext <<_ACEOF
  15470. /* end confdefs.h.  */
  15471.  
  15472.     #include <sys/types.h>
  15473.     #include <sys/ipc.h>
  15474.     #include <sys/shm.h>
  15475.     int main()
  15476.     {
  15477.       int id;
  15478.       char *shmaddr;
  15479.     id = shmget (IPC_PRIVATE, 4, IPC_CREAT | 0600);
  15480.     if (id == -1)
  15481.       exit (2);
  15482.       shmaddr = shmat (id, 0, 0);
  15483.       shmctl (id, IPC_RMID, 0);
  15484.       if ((char*) shmat (id, 0, 0) == (char*) -1)
  15485.       {
  15486.         shmdt (shmaddr);
  15487.         exit (1);
  15488.       }
  15489.       shmdt (shmaddr);
  15490.       shmdt (shmaddr);
  15491.       exit (0);
  15492.     }
  15493.  
  15494. _ACEOF
  15495. rm -f conftest$ac_exeext
  15496. if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  15497.   (eval $ac_link) 2>&5
  15498.   ac_status=$?
  15499.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  15500.   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
  15501.   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  15502.   (eval $ac_try) 2>&5
  15503.   ac_status=$?
  15504.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  15505.   (exit $ac_status); }; }; then
  15506.   cat >>confdefs.h <<\_ACEOF
  15507. #define IPC_RMID_DEFERRED_RELEASE 1
  15508. _ACEOF
  15509.  
  15510.         echo "$as_me:$LINENO: result: yes" >&5
  15511. echo "${ECHO_T}yes" >&6
  15512. else
  15513.   echo "$as_me: program exited with status $ac_status" >&5
  15514. echo "$as_me: failed program was:" >&5
  15515. sed 's/^/| /' conftest.$ac_ext >&5
  15516.  
  15517. ( exit $ac_status )
  15518. echo "$as_me:$LINENO: result: no" >&5
  15519. echo "${ECHO_T}no" >&6
  15520. fi
  15521. rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
  15522. fi
  15523.   fi
  15524. fi
  15525.  
  15526.  
  15527.  
  15528.  
  15529.  
  15530.  
  15531. ac_header_dirent=no
  15532. for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do
  15533.   as_ac_Header=`echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh`
  15534. echo "$as_me:$LINENO: checking for $ac_hdr that defines DIR" >&5
  15535. echo $ECHO_N "checking for $ac_hdr that defines DIR... $ECHO_C" >&6
  15536. if eval "test \"\${$as_ac_Header+set}\" = set"; then
  15537.   echo $ECHO_N "(cached) $ECHO_C" >&6
  15538. else
  15539.   cat >conftest.$ac_ext <<_ACEOF
  15540. #line $LINENO "configure"
  15541. /* confdefs.h.  */
  15542. _ACEOF
  15543. cat confdefs.h >>conftest.$ac_ext
  15544. cat >>conftest.$ac_ext <<_ACEOF
  15545. /* end confdefs.h.  */
  15546. #include <sys/types.h>
  15547. #include <$ac_hdr>
  15548.  
  15549. int
  15550. main ()
  15551. {
  15552. if ((DIR *) 0)
  15553. return 0;
  15554.   ;
  15555.   return 0;
  15556. }
  15557. _ACEOF
  15558. rm -f conftest.$ac_objext
  15559. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  15560.   (eval $ac_compile) 2>&5
  15561.   ac_status=$?
  15562.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  15563.   (exit $ac_status); } &&
  15564.          { ac_try='test -s conftest.$ac_objext'
  15565.   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  15566.   (eval $ac_try) 2>&5
  15567.   ac_status=$?
  15568.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  15569.   (exit $ac_status); }; }; then
  15570.   eval "$as_ac_Header=yes"
  15571. else
  15572.   echo "$as_me: failed program was:" >&5
  15573. sed 's/^/| /' conftest.$ac_ext >&5
  15574.  
  15575. eval "$as_ac_Header=no"
  15576. fi
  15577. rm -f conftest.$ac_objext conftest.$ac_ext
  15578. fi
  15579. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  15580. echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  15581. if test `eval echo '${'$as_ac_Header'}'` = yes; then
  15582.   cat >>confdefs.h <<_ACEOF
  15583. #define `echo "HAVE_$ac_hdr" | $as_tr_cpp` 1
  15584. _ACEOF
  15585.  
  15586. ac_header_dirent=$ac_hdr; break
  15587. fi
  15588.  
  15589. done
  15590. # Two versions of opendir et al. are in -ldir and -lx on SCO Xenix.
  15591. if test $ac_header_dirent = dirent.h; then
  15592.   echo "$as_me:$LINENO: checking for library containing opendir" >&5
  15593. echo $ECHO_N "checking for library containing opendir... $ECHO_C" >&6
  15594. if test "${ac_cv_search_opendir+set}" = set; then
  15595.   echo $ECHO_N "(cached) $ECHO_C" >&6
  15596. else
  15597.   ac_func_search_save_LIBS=$LIBS
  15598. ac_cv_search_opendir=no
  15599. cat >conftest.$ac_ext <<_ACEOF
  15600. #line $LINENO "configure"
  15601. /* confdefs.h.  */
  15602. _ACEOF
  15603. cat confdefs.h >>conftest.$ac_ext
  15604. cat >>conftest.$ac_ext <<_ACEOF
  15605. /* end confdefs.h.  */
  15606.  
  15607. /* Override any gcc2 internal prototype to avoid an error.  */
  15608. #ifdef __cplusplus
  15609. extern "C"
  15610. #endif
  15611. /* We use char because int might match the return type of a gcc2
  15612.    builtin and then its argument prototype would still apply.  */
  15613. char opendir ();
  15614. int
  15615. main ()
  15616. {
  15617. opendir ();
  15618.   ;
  15619.   return 0;
  15620. }
  15621. _ACEOF
  15622. rm -f conftest.$ac_objext conftest$ac_exeext
  15623. if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  15624.   (eval $ac_link) 2>&5
  15625.   ac_status=$?
  15626.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  15627.   (exit $ac_status); } &&
  15628.          { ac_try='test -s conftest$ac_exeext'
  15629.   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  15630.   (eval $ac_try) 2>&5
  15631.   ac_status=$?
  15632.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  15633.   (exit $ac_status); }; }; then
  15634.   ac_cv_search_opendir="none required"
  15635. else
  15636.   echo "$as_me: failed program was:" >&5
  15637. sed 's/^/| /' conftest.$ac_ext >&5
  15638.  
  15639. fi
  15640. rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  15641. if test "$ac_cv_search_opendir" = no; then
  15642.   for ac_lib in dir; do
  15643.     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
  15644.     cat >conftest.$ac_ext <<_ACEOF
  15645. #line $LINENO "configure"
  15646. /* confdefs.h.  */
  15647. _ACEOF
  15648. cat confdefs.h >>conftest.$ac_ext
  15649. cat >>conftest.$ac_ext <<_ACEOF
  15650. /* end confdefs.h.  */
  15651.  
  15652. /* Override any gcc2 internal prototype to avoid an error.  */
  15653. #ifdef __cplusplus
  15654. extern "C"
  15655. #endif
  15656. /* We use char because int might match the return type of a gcc2
  15657.    builtin and then its argument prototype would still apply.  */
  15658. char opendir ();
  15659. int
  15660. main ()
  15661. {
  15662. opendir ();
  15663.   ;
  15664.   return 0;
  15665. }
  15666. _ACEOF
  15667. rm -f conftest.$ac_objext conftest$ac_exeext
  15668. if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  15669.   (eval $ac_link) 2>&5
  15670.   ac_status=$?
  15671.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  15672.   (exit $ac_status); } &&
  15673.          { ac_try='test -s conftest$ac_exeext'
  15674.   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  15675.   (eval $ac_try) 2>&5
  15676.   ac_status=$?
  15677.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  15678.   (exit $ac_status); }; }; then
  15679.   ac_cv_search_opendir="-l$ac_lib"
  15680. break
  15681. else
  15682.   echo "$as_me: failed program was:" >&5
  15683. sed 's/^/| /' conftest.$ac_ext >&5
  15684.  
  15685. fi
  15686. rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  15687.   done
  15688. fi
  15689. LIBS=$ac_func_search_save_LIBS
  15690. fi
  15691. echo "$as_me:$LINENO: result: $ac_cv_search_opendir" >&5
  15692. echo "${ECHO_T}$ac_cv_search_opendir" >&6
  15693. if test "$ac_cv_search_opendir" != no; then
  15694.   test "$ac_cv_search_opendir" = "none required" || LIBS="$ac_cv_search_opendir $LIBS"
  15695.  
  15696. fi
  15697.  
  15698. else
  15699.   echo "$as_me:$LINENO: checking for library containing opendir" >&5
  15700. echo $ECHO_N "checking for library containing opendir... $ECHO_C" >&6
  15701. if test "${ac_cv_search_opendir+set}" = set; then
  15702.   echo $ECHO_N "(cached) $ECHO_C" >&6
  15703. else
  15704.   ac_func_search_save_LIBS=$LIBS
  15705. ac_cv_search_opendir=no
  15706. cat >conftest.$ac_ext <<_ACEOF
  15707. #line $LINENO "configure"
  15708. /* confdefs.h.  */
  15709. _ACEOF
  15710. cat confdefs.h >>conftest.$ac_ext
  15711. cat >>conftest.$ac_ext <<_ACEOF
  15712. /* end confdefs.h.  */
  15713.  
  15714. /* Override any gcc2 internal prototype to avoid an error.  */
  15715. #ifdef __cplusplus
  15716. extern "C"
  15717. #endif
  15718. /* We use char because int might match the return type of a gcc2
  15719.    builtin and then its argument prototype would still apply.  */
  15720. char opendir ();
  15721. int
  15722. main ()
  15723. {
  15724. opendir ();
  15725.   ;
  15726.   return 0;
  15727. }
  15728. _ACEOF
  15729. rm -f conftest.$ac_objext conftest$ac_exeext
  15730. if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  15731.   (eval $ac_link) 2>&5
  15732.   ac_status=$?
  15733.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  15734.   (exit $ac_status); } &&
  15735.          { ac_try='test -s conftest$ac_exeext'
  15736.   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  15737.   (eval $ac_try) 2>&5
  15738.   ac_status=$?
  15739.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  15740.   (exit $ac_status); }; }; then
  15741.   ac_cv_search_opendir="none required"
  15742. else
  15743.   echo "$as_me: failed program was:" >&5
  15744. sed 's/^/| /' conftest.$ac_ext >&5
  15745.  
  15746. fi
  15747. rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  15748. if test "$ac_cv_search_opendir" = no; then
  15749.   for ac_lib in x; do
  15750.     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
  15751.     cat >conftest.$ac_ext <<_ACEOF
  15752. #line $LINENO "configure"
  15753. /* confdefs.h.  */
  15754. _ACEOF
  15755. cat confdefs.h >>conftest.$ac_ext
  15756. cat >>conftest.$ac_ext <<_ACEOF
  15757. /* end confdefs.h.  */
  15758.  
  15759. /* Override any gcc2 internal prototype to avoid an error.  */
  15760. #ifdef __cplusplus
  15761. extern "C"
  15762. #endif
  15763. /* We use char because int might match the return type of a gcc2
  15764.    builtin and then its argument prototype would still apply.  */
  15765. char opendir ();
  15766. int
  15767. main ()
  15768. {
  15769. opendir ();
  15770.   ;
  15771.   return 0;
  15772. }
  15773. _ACEOF
  15774. rm -f conftest.$ac_objext conftest$ac_exeext
  15775. if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  15776.   (eval $ac_link) 2>&5
  15777.   ac_status=$?
  15778.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  15779.   (exit $ac_status); } &&
  15780.          { ac_try='test -s conftest$ac_exeext'
  15781.   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  15782.   (eval $ac_try) 2>&5
  15783.   ac_status=$?
  15784.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  15785.   (exit $ac_status); }; }; then
  15786.   ac_cv_search_opendir="-l$ac_lib"
  15787. break
  15788. else
  15789.   echo "$as_me: failed program was:" >&5
  15790. sed 's/^/| /' conftest.$ac_ext >&5
  15791.  
  15792. fi
  15793. rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  15794.   done
  15795. fi
  15796. LIBS=$ac_func_search_save_LIBS
  15797. fi
  15798. echo "$as_me:$LINENO: result: $ac_cv_search_opendir" >&5
  15799. echo "${ECHO_T}$ac_cv_search_opendir" >&6
  15800. if test "$ac_cv_search_opendir" != no; then
  15801.   test "$ac_cv_search_opendir" = "none required" || LIBS="$ac_cv_search_opendir $LIBS"
  15802.  
  15803. fi
  15804.  
  15805. fi
  15806.  
  15807. echo "$as_me:$LINENO: checking for ANSI C header files" >&5
  15808. echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
  15809. if test "${ac_cv_header_stdc+set}" = set; then
  15810.   echo $ECHO_N "(cached) $ECHO_C" >&6
  15811. else
  15812.   cat >conftest.$ac_ext <<_ACEOF
  15813. #line $LINENO "configure"
  15814. /* confdefs.h.  */
  15815. _ACEOF
  15816. cat confdefs.h >>conftest.$ac_ext
  15817. cat >>conftest.$ac_ext <<_ACEOF
  15818. /* end confdefs.h.  */
  15819. #include <stdlib.h>
  15820. #include <stdarg.h>
  15821. #include <string.h>
  15822. #include <float.h>
  15823.  
  15824. int
  15825. main ()
  15826. {
  15827.  
  15828.   ;
  15829.   return 0;
  15830. }
  15831. _ACEOF
  15832. rm -f conftest.$ac_objext
  15833. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  15834.   (eval $ac_compile) 2>&5
  15835.   ac_status=$?
  15836.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  15837.   (exit $ac_status); } &&
  15838.          { ac_try='test -s conftest.$ac_objext'
  15839.   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  15840.   (eval $ac_try) 2>&5
  15841.   ac_status=$?
  15842.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  15843.   (exit $ac_status); }; }; then
  15844.   ac_cv_header_stdc=yes
  15845. else
  15846.   echo "$as_me: failed program was:" >&5
  15847. sed 's/^/| /' conftest.$ac_ext >&5
  15848.  
  15849. ac_cv_header_stdc=no
  15850. fi
  15851. rm -f conftest.$ac_objext conftest.$ac_ext
  15852.  
  15853. if test $ac_cv_header_stdc = yes; then
  15854.   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
  15855.   cat >conftest.$ac_ext <<_ACEOF
  15856. #line $LINENO "configure"
  15857. /* confdefs.h.  */
  15858. _ACEOF
  15859. cat confdefs.h >>conftest.$ac_ext
  15860. cat >>conftest.$ac_ext <<_ACEOF
  15861. /* end confdefs.h.  */
  15862. #include <string.h>
  15863.  
  15864. _ACEOF
  15865. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  15866.   $EGREP "memchr" >/dev/null 2>&1; then
  15867.   :
  15868. else
  15869.   ac_cv_header_stdc=no
  15870. fi
  15871. rm -f conftest*
  15872.  
  15873. fi
  15874.  
  15875. if test $ac_cv_header_stdc = yes; then
  15876.   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
  15877.   cat >conftest.$ac_ext <<_ACEOF
  15878. #line $LINENO "configure"
  15879. /* confdefs.h.  */
  15880. _ACEOF
  15881. cat confdefs.h >>conftest.$ac_ext
  15882. cat >>conftest.$ac_ext <<_ACEOF
  15883. /* end confdefs.h.  */
  15884. #include <stdlib.h>
  15885.  
  15886. _ACEOF
  15887. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  15888.   $EGREP "free" >/dev/null 2>&1; then
  15889.   :
  15890. else
  15891.   ac_cv_header_stdc=no
  15892. fi
  15893. rm -f conftest*
  15894.  
  15895. fi
  15896.  
  15897. if test $ac_cv_header_stdc = yes; then
  15898.   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
  15899.   if test "$cross_compiling" = yes; then
  15900.   :
  15901. else
  15902.   cat >conftest.$ac_ext <<_ACEOF
  15903. #line $LINENO "configure"
  15904. /* confdefs.h.  */
  15905. _ACEOF
  15906. cat confdefs.h >>conftest.$ac_ext
  15907. cat >>conftest.$ac_ext <<_ACEOF
  15908. /* end confdefs.h.  */
  15909. #include <ctype.h>
  15910. #if ((' ' & 0x0FF) == 0x020)
  15911. # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
  15912. # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
  15913. #else
  15914. # define ISLOWER(c) \
  15915.                    (('a' <= (c) && (c) <= 'i') \
  15916.                      || ('j' <= (c) && (c) <= 'r') \
  15917.                      || ('s' <= (c) && (c) <= 'z'))
  15918. # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
  15919. #endif
  15920.  
  15921. #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
  15922. int
  15923. main ()
  15924. {
  15925.   int i;
  15926.   for (i = 0; i < 256; i++)
  15927.     if (XOR (islower (i), ISLOWER (i))
  15928.         || toupper (i) != TOUPPER (i))
  15929.       exit(2);
  15930.   exit (0);
  15931. }
  15932. _ACEOF
  15933. rm -f conftest$ac_exeext
  15934. if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  15935.   (eval $ac_link) 2>&5
  15936.   ac_status=$?
  15937.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  15938.   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
  15939.   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  15940.   (eval $ac_try) 2>&5
  15941.   ac_status=$?
  15942.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  15943.   (exit $ac_status); }; }; then
  15944.   :
  15945. else
  15946.   echo "$as_me: program exited with status $ac_status" >&5
  15947. echo "$as_me: failed program was:" >&5
  15948. sed 's/^/| /' conftest.$ac_ext >&5
  15949.  
  15950. ( exit $ac_status )
  15951. ac_cv_header_stdc=no
  15952. fi
  15953. rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
  15954. fi
  15955. fi
  15956. fi
  15957. echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
  15958. echo "${ECHO_T}$ac_cv_header_stdc" >&6
  15959. if test $ac_cv_header_stdc = yes; then
  15960.  
  15961. cat >>confdefs.h <<\_ACEOF
  15962. #define STDC_HEADERS 1
  15963. _ACEOF
  15964.  
  15965. fi
  15966.  
  15967. echo "$as_me:$LINENO: checking for sys/wait.h that is POSIX.1 compatible" >&5
  15968. echo $ECHO_N "checking for sys/wait.h that is POSIX.1 compatible... $ECHO_C" >&6
  15969. if test "${ac_cv_header_sys_wait_h+set}" = set; then
  15970.   echo $ECHO_N "(cached) $ECHO_C" >&6
  15971. else
  15972.   cat >conftest.$ac_ext <<_ACEOF
  15973. #line $LINENO "configure"
  15974. /* confdefs.h.  */
  15975. _ACEOF
  15976. cat confdefs.h >>conftest.$ac_ext
  15977. cat >>conftest.$ac_ext <<_ACEOF
  15978. /* end confdefs.h.  */
  15979. #include <sys/types.h>
  15980. #include <sys/wait.h>
  15981. #ifndef WEXITSTATUS
  15982. # define WEXITSTATUS(stat_val) ((unsigned)(stat_val) >> 8)
  15983. #endif
  15984. #ifndef WIFEXITED
  15985. # define WIFEXITED(stat_val) (((stat_val) & 255) == 0)
  15986. #endif
  15987.  
  15988. int
  15989. main ()
  15990. {
  15991.   int s;
  15992.   wait (&s);
  15993.   s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;
  15994.   ;
  15995.   return 0;
  15996. }
  15997. _ACEOF
  15998. rm -f conftest.$ac_objext
  15999. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  16000.   (eval $ac_compile) 2>&5
  16001.   ac_status=$?
  16002.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  16003.   (exit $ac_status); } &&
  16004.          { ac_try='test -s conftest.$ac_objext'
  16005.   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  16006.   (eval $ac_try) 2>&5
  16007.   ac_status=$?
  16008.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  16009.   (exit $ac_status); }; }; then
  16010.   ac_cv_header_sys_wait_h=yes
  16011. else
  16012.   echo "$as_me: failed program was:" >&5
  16013. sed 's/^/| /' conftest.$ac_ext >&5
  16014.  
  16015. ac_cv_header_sys_wait_h=no
  16016. fi
  16017. rm -f conftest.$ac_objext conftest.$ac_ext
  16018. fi
  16019. echo "$as_me:$LINENO: result: $ac_cv_header_sys_wait_h" >&5
  16020. echo "${ECHO_T}$ac_cv_header_sys_wait_h" >&6
  16021. if test $ac_cv_header_sys_wait_h = yes; then
  16022.  
  16023. cat >>confdefs.h <<\_ACEOF
  16024. #define HAVE_SYS_WAIT_H 1
  16025. _ACEOF
  16026.  
  16027. fi
  16028.  
  16029. echo "$as_me:$LINENO: checking whether time.h and sys/time.h may both be included" >&5
  16030. echo $ECHO_N "checking whether time.h and sys/time.h may both be included... $ECHO_C" >&6
  16031. if test "${ac_cv_header_time+set}" = set; then
  16032.   echo $ECHO_N "(cached) $ECHO_C" >&6
  16033. else
  16034.   cat >conftest.$ac_ext <<_ACEOF
  16035. #line $LINENO "configure"
  16036. /* confdefs.h.  */
  16037. _ACEOF
  16038. cat confdefs.h >>conftest.$ac_ext
  16039. cat >>conftest.$ac_ext <<_ACEOF
  16040. /* end confdefs.h.  */
  16041. #include <sys/types.h>
  16042. #include <sys/time.h>
  16043. #include <time.h>
  16044.  
  16045. int
  16046. main ()
  16047. {
  16048. if ((struct tm *) 0)
  16049. return 0;
  16050.   ;
  16051.   return 0;
  16052. }
  16053. _ACEOF
  16054. rm -f conftest.$ac_objext
  16055. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  16056.   (eval $ac_compile) 2>&5
  16057.   ac_status=$?
  16058.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  16059.   (exit $ac_status); } &&
  16060.          { ac_try='test -s conftest.$ac_objext'
  16061.   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  16062.   (eval $ac_try) 2>&5
  16063.   ac_status=$?
  16064.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  16065.   (exit $ac_status); }; }; then
  16066.   ac_cv_header_time=yes
  16067. else
  16068.   echo "$as_me: failed program was:" >&5
  16069. sed 's/^/| /' conftest.$ac_ext >&5
  16070.  
  16071. ac_cv_header_time=no
  16072. fi
  16073. rm -f conftest.$ac_objext conftest.$ac_ext
  16074. fi
  16075. echo "$as_me:$LINENO: result: $ac_cv_header_time" >&5
  16076. echo "${ECHO_T}$ac_cv_header_time" >&6
  16077. if test $ac_cv_header_time = yes; then
  16078.  
  16079. cat >>confdefs.h <<\_ACEOF
  16080. #define TIME_WITH_SYS_TIME 1
  16081. _ACEOF
  16082.  
  16083. fi
  16084.  
  16085.  
  16086. if test "${ac_cv_header_sys_param_h+set}" = set; then
  16087.   echo "$as_me:$LINENO: checking for sys/param.h" >&5
  16088. echo $ECHO_N "checking for sys/param.h... $ECHO_C" >&6
  16089. if test "${ac_cv_header_sys_param_h+set}" = set; then
  16090.   echo $ECHO_N "(cached) $ECHO_C" >&6
  16091. fi
  16092. echo "$as_me:$LINENO: result: $ac_cv_header_sys_param_h" >&5
  16093. echo "${ECHO_T}$ac_cv_header_sys_param_h" >&6
  16094. else
  16095.   # Is the header compilable?
  16096. echo "$as_me:$LINENO: checking sys/param.h usability" >&5
  16097. echo $ECHO_N "checking sys/param.h usability... $ECHO_C" >&6
  16098. cat >conftest.$ac_ext <<_ACEOF
  16099. #line $LINENO "configure"
  16100. /* confdefs.h.  */
  16101. _ACEOF
  16102. cat confdefs.h >>conftest.$ac_ext
  16103. cat >>conftest.$ac_ext <<_ACEOF
  16104. /* end confdefs.h.  */
  16105. $ac_includes_default
  16106. #include <sys/param.h>
  16107. _ACEOF
  16108. rm -f conftest.$ac_objext
  16109. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  16110.   (eval $ac_compile) 2>&5
  16111.   ac_status=$?
  16112.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  16113.   (exit $ac_status); } &&
  16114.          { ac_try='test -s conftest.$ac_objext'
  16115.   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  16116.   (eval $ac_try) 2>&5
  16117.   ac_status=$?
  16118.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  16119.   (exit $ac_status); }; }; then
  16120.   ac_header_compiler=yes
  16121. else
  16122.   echo "$as_me: failed program was:" >&5
  16123. sed 's/^/| /' conftest.$ac_ext >&5
  16124.  
  16125. ac_header_compiler=no
  16126. fi
  16127. rm -f conftest.$ac_objext conftest.$ac_ext
  16128. echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
  16129. echo "${ECHO_T}$ac_header_compiler" >&6
  16130.  
  16131. # Is the header present?
  16132. echo "$as_me:$LINENO: checking sys/param.h presence" >&5
  16133. echo $ECHO_N "checking sys/param.h presence... $ECHO_C" >&6
  16134. cat >conftest.$ac_ext <<_ACEOF
  16135. #line $LINENO "configure"
  16136. /* confdefs.h.  */
  16137. _ACEOF
  16138. cat confdefs.h >>conftest.$ac_ext
  16139. cat >>conftest.$ac_ext <<_ACEOF
  16140. /* end confdefs.h.  */
  16141. #include <sys/param.h>
  16142. _ACEOF
  16143. if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
  16144.   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
  16145.   ac_status=$?
  16146.   grep -v '^ *+' conftest.er1 >conftest.err
  16147.   rm -f conftest.er1
  16148.   cat conftest.err >&5
  16149.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  16150.   (exit $ac_status); } >/dev/null; then
  16151.   if test -s conftest.err; then
  16152.     ac_cpp_err=$ac_c_preproc_warn_flag
  16153.   else
  16154.     ac_cpp_err=
  16155.   fi
  16156. else
  16157.   ac_cpp_err=yes
  16158. fi
  16159. if test -z "$ac_cpp_err"; then
  16160.   ac_header_preproc=yes
  16161. else
  16162.   echo "$as_me: failed program was:" >&5
  16163. sed 's/^/| /' conftest.$ac_ext >&5
  16164.  
  16165.   ac_header_preproc=no
  16166. fi
  16167. rm -f conftest.err conftest.$ac_ext
  16168. echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
  16169. echo "${ECHO_T}$ac_header_preproc" >&6
  16170.  
  16171. # So?  What about this header?
  16172. case $ac_header_compiler:$ac_header_preproc in
  16173.   yes:no )
  16174.     { echo "$as_me:$LINENO: WARNING: sys/param.h: accepted by the compiler, rejected by the preprocessor!" >&5
  16175. echo "$as_me: WARNING: sys/param.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
  16176.     { echo "$as_me:$LINENO: WARNING: sys/param.h: proceeding with the preprocessor's result" >&5
  16177. echo "$as_me: WARNING: sys/param.h: proceeding with the preprocessor's result" >&2;}
  16178.     (
  16179.       cat <<\_ASBOX
  16180. ## ------------------------------------ ##
  16181. ## Report this to bug-autoconf@gnu.org. ##
  16182. ## ------------------------------------ ##
  16183. _ASBOX
  16184.     ) |
  16185.       sed "s/^/$as_me: WARNING:     /" >&2
  16186.     ;;
  16187.   no:yes )
  16188.     { echo "$as_me:$LINENO: WARNING: sys/param.h: present but cannot be compiled" >&5
  16189. echo "$as_me: WARNING: sys/param.h: present but cannot be compiled" >&2;}
  16190.     { echo "$as_me:$LINENO: WARNING: sys/param.h: check for missing prerequisite headers?" >&5
  16191. echo "$as_me: WARNING: sys/param.h: check for missing prerequisite headers?" >&2;}
  16192.     { echo "$as_me:$LINENO: WARNING: sys/param.h: proceeding with the preprocessor's result" >&5
  16193. echo "$as_me: WARNING: sys/param.h: proceeding with the preprocessor's result" >&2;}
  16194.     (
  16195.       cat <<\_ASBOX
  16196. ## ------------------------------------ ##
  16197. ## Report this to bug-autoconf@gnu.org. ##
  16198. ## ------------------------------------ ##
  16199. _ASBOX
  16200.     ) |
  16201.       sed "s/^/$as_me: WARNING:     /" >&2
  16202.     ;;
  16203. esac
  16204. echo "$as_me:$LINENO: checking for sys/param.h" >&5
  16205. echo $ECHO_N "checking for sys/param.h... $ECHO_C" >&6
  16206. if test "${ac_cv_header_sys_param_h+set}" = set; then
  16207.   echo $ECHO_N "(cached) $ECHO_C" >&6
  16208. else
  16209.   ac_cv_header_sys_param_h=$ac_header_preproc
  16210. fi
  16211. echo "$as_me:$LINENO: result: $ac_cv_header_sys_param_h" >&5
  16212. echo "${ECHO_T}$ac_cv_header_sys_param_h" >&6
  16213.  
  16214. fi
  16215. if test $ac_cv_header_sys_param_h = yes; then
  16216.   cat >>confdefs.h <<\_ACEOF
  16217. #define HAVE_SYS_PARAM_H 1
  16218. _ACEOF
  16219.  
  16220. fi
  16221.  
  16222.  
  16223. if test "${ac_cv_header_sys_time_h+set}" = set; then
  16224.   echo "$as_me:$LINENO: checking for sys/time.h" >&5
  16225. echo $ECHO_N "checking for sys/time.h... $ECHO_C" >&6
  16226. if test "${ac_cv_header_sys_time_h+set}" = set; then
  16227.   echo $ECHO_N "(cached) $ECHO_C" >&6
  16228. fi
  16229. echo "$as_me:$LINENO: result: $ac_cv_header_sys_time_h" >&5
  16230. echo "${ECHO_T}$ac_cv_header_sys_time_h" >&6
  16231. else
  16232.   # Is the header compilable?
  16233. echo "$as_me:$LINENO: checking sys/time.h usability" >&5
  16234. echo $ECHO_N "checking sys/time.h usability... $ECHO_C" >&6
  16235. cat >conftest.$ac_ext <<_ACEOF
  16236. #line $LINENO "configure"
  16237. /* confdefs.h.  */
  16238. _ACEOF
  16239. cat confdefs.h >>conftest.$ac_ext
  16240. cat >>conftest.$ac_ext <<_ACEOF
  16241. /* end confdefs.h.  */
  16242. $ac_includes_default
  16243. #include <sys/time.h>
  16244. _ACEOF
  16245. rm -f conftest.$ac_objext
  16246. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  16247.   (eval $ac_compile) 2>&5
  16248.   ac_status=$?
  16249.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  16250.   (exit $ac_status); } &&
  16251.          { ac_try='test -s conftest.$ac_objext'
  16252.   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  16253.   (eval $ac_try) 2>&5
  16254.   ac_status=$?
  16255.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  16256.   (exit $ac_status); }; }; then
  16257.   ac_header_compiler=yes
  16258. else
  16259.   echo "$as_me: failed program was:" >&5
  16260. sed 's/^/| /' conftest.$ac_ext >&5
  16261.  
  16262. ac_header_compiler=no
  16263. fi
  16264. rm -f conftest.$ac_objext conftest.$ac_ext
  16265. echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
  16266. echo "${ECHO_T}$ac_header_compiler" >&6
  16267.  
  16268. # Is the header present?
  16269. echo "$as_me:$LINENO: checking sys/time.h presence" >&5
  16270. echo $ECHO_N "checking sys/time.h presence... $ECHO_C" >&6
  16271. cat >conftest.$ac_ext <<_ACEOF
  16272. #line $LINENO "configure"
  16273. /* confdefs.h.  */
  16274. _ACEOF
  16275. cat confdefs.h >>conftest.$ac_ext
  16276. cat >>conftest.$ac_ext <<_ACEOF
  16277. /* end confdefs.h.  */
  16278. #include <sys/time.h>
  16279. _ACEOF
  16280. if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
  16281.   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
  16282.   ac_status=$?
  16283.   grep -v '^ *+' conftest.er1 >conftest.err
  16284.   rm -f conftest.er1
  16285.   cat conftest.err >&5
  16286.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  16287.   (exit $ac_status); } >/dev/null; then
  16288.   if test -s conftest.err; then
  16289.     ac_cpp_err=$ac_c_preproc_warn_flag
  16290.   else
  16291.     ac_cpp_err=
  16292.   fi
  16293. else
  16294.   ac_cpp_err=yes
  16295. fi
  16296. if test -z "$ac_cpp_err"; then
  16297.   ac_header_preproc=yes
  16298. else
  16299.   echo "$as_me: failed program was:" >&5
  16300. sed 's/^/| /' conftest.$ac_ext >&5
  16301.  
  16302.   ac_header_preproc=no
  16303. fi
  16304. rm -f conftest.err conftest.$ac_ext
  16305. echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
  16306. echo "${ECHO_T}$ac_header_preproc" >&6
  16307.  
  16308. # So?  What about this header?
  16309. case $ac_header_compiler:$ac_header_preproc in
  16310.   yes:no )
  16311.     { echo "$as_me:$LINENO: WARNING: sys/time.h: accepted by the compiler, rejected by the preprocessor!" >&5
  16312. echo "$as_me: WARNING: sys/time.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
  16313.     { echo "$as_me:$LINENO: WARNING: sys/time.h: proceeding with the preprocessor's result" >&5
  16314. echo "$as_me: WARNING: sys/time.h: proceeding with the preprocessor's result" >&2;}
  16315.     (
  16316.       cat <<\_ASBOX
  16317. ## ------------------------------------ ##
  16318. ## Report this to bug-autoconf@gnu.org. ##
  16319. ## ------------------------------------ ##
  16320. _ASBOX
  16321.     ) |
  16322.       sed "s/^/$as_me: WARNING:     /" >&2
  16323.     ;;
  16324.   no:yes )
  16325.     { echo "$as_me:$LINENO: WARNING: sys/time.h: present but cannot be compiled" >&5
  16326. echo "$as_me: WARNING: sys/time.h: present but cannot be compiled" >&2;}
  16327.     { echo "$as_me:$LINENO: WARNING: sys/time.h: check for missing prerequisite headers?" >&5
  16328. echo "$as_me: WARNING: sys/time.h: check for missing prerequisite headers?" >&2;}
  16329.     { echo "$as_me:$LINENO: WARNING: sys/time.h: proceeding with the preprocessor's result" >&5
  16330. echo "$as_me: WARNING: sys/time.h: proceeding with the preprocessor's result" >&2;}
  16331.     (
  16332.       cat <<\_ASBOX
  16333. ## ------------------------------------ ##
  16334. ## Report this to bug-autoconf@gnu.org. ##
  16335. ## ------------------------------------ ##
  16336. _ASBOX
  16337.     ) |
  16338.       sed "s/^/$as_me: WARNING:     /" >&2
  16339.     ;;
  16340. esac
  16341. echo "$as_me:$LINENO: checking for sys/time.h" >&5
  16342. echo $ECHO_N "checking for sys/time.h... $ECHO_C" >&6
  16343. if test "${ac_cv_header_sys_time_h+set}" = set; then
  16344.   echo $ECHO_N "(cached) $ECHO_C" >&6
  16345. else
  16346.   ac_cv_header_sys_time_h=$ac_header_preproc
  16347. fi
  16348. echo "$as_me:$LINENO: result: $ac_cv_header_sys_time_h" >&5
  16349. echo "${ECHO_T}$ac_cv_header_sys_time_h" >&6
  16350.  
  16351. fi
  16352. if test $ac_cv_header_sys_time_h = yes; then
  16353.   cat >>confdefs.h <<\_ACEOF
  16354. #define HAVE_SYS_TIME_H 1
  16355. _ACEOF
  16356.  
  16357. fi
  16358.  
  16359.  
  16360. if test "${ac_cv_header_sys_times_h+set}" = set; then
  16361.   echo "$as_me:$LINENO: checking for sys/times.h" >&5
  16362. echo $ECHO_N "checking for sys/times.h... $ECHO_C" >&6
  16363. if test "${ac_cv_header_sys_times_h+set}" = set; then
  16364.   echo $ECHO_N "(cached) $ECHO_C" >&6
  16365. fi
  16366. echo "$as_me:$LINENO: result: $ac_cv_header_sys_times_h" >&5
  16367. echo "${ECHO_T}$ac_cv_header_sys_times_h" >&6
  16368. else
  16369.   # Is the header compilable?
  16370. echo "$as_me:$LINENO: checking sys/times.h usability" >&5
  16371. echo $ECHO_N "checking sys/times.h usability... $ECHO_C" >&6
  16372. cat >conftest.$ac_ext <<_ACEOF
  16373. #line $LINENO "configure"
  16374. /* confdefs.h.  */
  16375. _ACEOF
  16376. cat confdefs.h >>conftest.$ac_ext
  16377. cat >>conftest.$ac_ext <<_ACEOF
  16378. /* end confdefs.h.  */
  16379. $ac_includes_default
  16380. #include <sys/times.h>
  16381. _ACEOF
  16382. rm -f conftest.$ac_objext
  16383. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  16384.   (eval $ac_compile) 2>&5
  16385.   ac_status=$?
  16386.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  16387.   (exit $ac_status); } &&
  16388.          { ac_try='test -s conftest.$ac_objext'
  16389.   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  16390.   (eval $ac_try) 2>&5
  16391.   ac_status=$?
  16392.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  16393.   (exit $ac_status); }; }; then
  16394.   ac_header_compiler=yes
  16395. else
  16396.   echo "$as_me: failed program was:" >&5
  16397. sed 's/^/| /' conftest.$ac_ext >&5
  16398.  
  16399. ac_header_compiler=no
  16400. fi
  16401. rm -f conftest.$ac_objext conftest.$ac_ext
  16402. echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
  16403. echo "${ECHO_T}$ac_header_compiler" >&6
  16404.  
  16405. # Is the header present?
  16406. echo "$as_me:$LINENO: checking sys/times.h presence" >&5
  16407. echo $ECHO_N "checking sys/times.h presence... $ECHO_C" >&6
  16408. cat >conftest.$ac_ext <<_ACEOF
  16409. #line $LINENO "configure"
  16410. /* confdefs.h.  */
  16411. _ACEOF
  16412. cat confdefs.h >>conftest.$ac_ext
  16413. cat >>conftest.$ac_ext <<_ACEOF
  16414. /* end confdefs.h.  */
  16415. #include <sys/times.h>
  16416. _ACEOF
  16417. if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
  16418.   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
  16419.   ac_status=$?
  16420.   grep -v '^ *+' conftest.er1 >conftest.err
  16421.   rm -f conftest.er1
  16422.   cat conftest.err >&5
  16423.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  16424.   (exit $ac_status); } >/dev/null; then
  16425.   if test -s conftest.err; then
  16426.     ac_cpp_err=$ac_c_preproc_warn_flag
  16427.   else
  16428.     ac_cpp_err=
  16429.   fi
  16430. else
  16431.   ac_cpp_err=yes
  16432. fi
  16433. if test -z "$ac_cpp_err"; then
  16434.   ac_header_preproc=yes
  16435. else
  16436.   echo "$as_me: failed program was:" >&5
  16437. sed 's/^/| /' conftest.$ac_ext >&5
  16438.  
  16439.   ac_header_preproc=no
  16440. fi
  16441. rm -f conftest.err conftest.$ac_ext
  16442. echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
  16443. echo "${ECHO_T}$ac_header_preproc" >&6
  16444.  
  16445. # So?  What about this header?
  16446. case $ac_header_compiler:$ac_header_preproc in
  16447.   yes:no )
  16448.     { echo "$as_me:$LINENO: WARNING: sys/times.h: accepted by the compiler, rejected by the preprocessor!" >&5
  16449. echo "$as_me: WARNING: sys/times.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
  16450.     { echo "$as_me:$LINENO: WARNING: sys/times.h: proceeding with the preprocessor's result" >&5
  16451. echo "$as_me: WARNING: sys/times.h: proceeding with the preprocessor's result" >&2;}
  16452.     (
  16453.       cat <<\_ASBOX
  16454. ## ------------------------------------ ##
  16455. ## Report this to bug-autoconf@gnu.org. ##
  16456. ## ------------------------------------ ##
  16457. _ASBOX
  16458.     ) |
  16459.       sed "s/^/$as_me: WARNING:     /" >&2
  16460.     ;;
  16461.   no:yes )
  16462.     { echo "$as_me:$LINENO: WARNING: sys/times.h: present but cannot be compiled" >&5
  16463. echo "$as_me: WARNING: sys/times.h: present but cannot be compiled" >&2;}
  16464.     { echo "$as_me:$LINENO: WARNING: sys/times.h: check for missing prerequisite headers?" >&5
  16465. echo "$as_me: WARNING: sys/times.h: check for missing prerequisite headers?" >&2;}
  16466.     { echo "$as_me:$LINENO: WARNING: sys/times.h: proceeding with the preprocessor's result" >&5
  16467. echo "$as_me: WARNING: sys/times.h: proceeding with the preprocessor's result" >&2;}
  16468.     (
  16469.       cat <<\_ASBOX
  16470. ## ------------------------------------ ##
  16471. ## Report this to bug-autoconf@gnu.org. ##
  16472. ## ------------------------------------ ##
  16473. _ASBOX
  16474.     ) |
  16475.       sed "s/^/$as_me: WARNING:     /" >&2
  16476.     ;;
  16477. esac
  16478. echo "$as_me:$LINENO: checking for sys/times.h" >&5
  16479. echo $ECHO_N "checking for sys/times.h... $ECHO_C" >&6
  16480. if test "${ac_cv_header_sys_times_h+set}" = set; then
  16481.   echo $ECHO_N "(cached) $ECHO_C" >&6
  16482. else
  16483.   ac_cv_header_sys_times_h=$ac_header_preproc
  16484. fi
  16485. echo "$as_me:$LINENO: result: $ac_cv_header_sys_times_h" >&5
  16486. echo "${ECHO_T}$ac_cv_header_sys_times_h" >&6
  16487.  
  16488. fi
  16489. if test $ac_cv_header_sys_times_h = yes; then
  16490.   cat >>confdefs.h <<\_ACEOF
  16491. #define HAVE_SYS_TIMES_H 1
  16492. _ACEOF
  16493.  
  16494. fi
  16495.  
  16496.  
  16497. if test "${ac_cv_header_sys_wait_h+set}" = set; then
  16498.   echo "$as_me:$LINENO: checking for sys/wait.h" >&5
  16499. echo $ECHO_N "checking for sys/wait.h... $ECHO_C" >&6
  16500. if test "${ac_cv_header_sys_wait_h+set}" = set; then
  16501.   echo $ECHO_N "(cached) $ECHO_C" >&6
  16502. fi
  16503. echo "$as_me:$LINENO: result: $ac_cv_header_sys_wait_h" >&5
  16504. echo "${ECHO_T}$ac_cv_header_sys_wait_h" >&6
  16505. else
  16506.   # Is the header compilable?
  16507. echo "$as_me:$LINENO: checking sys/wait.h usability" >&5
  16508. echo $ECHO_N "checking sys/wait.h usability... $ECHO_C" >&6
  16509. cat >conftest.$ac_ext <<_ACEOF
  16510. #line $LINENO "configure"
  16511. /* confdefs.h.  */
  16512. _ACEOF
  16513. cat confdefs.h >>conftest.$ac_ext
  16514. cat >>conftest.$ac_ext <<_ACEOF
  16515. /* end confdefs.h.  */
  16516. $ac_includes_default
  16517. #include <sys/wait.h>
  16518. _ACEOF
  16519. rm -f conftest.$ac_objext
  16520. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  16521.   (eval $ac_compile) 2>&5
  16522.   ac_status=$?
  16523.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  16524.   (exit $ac_status); } &&
  16525.          { ac_try='test -s conftest.$ac_objext'
  16526.   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  16527.   (eval $ac_try) 2>&5
  16528.   ac_status=$?
  16529.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  16530.   (exit $ac_status); }; }; then
  16531.   ac_header_compiler=yes
  16532. else
  16533.   echo "$as_me: failed program was:" >&5
  16534. sed 's/^/| /' conftest.$ac_ext >&5
  16535.  
  16536. ac_header_compiler=no
  16537. fi
  16538. rm -f conftest.$ac_objext conftest.$ac_ext
  16539. echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
  16540. echo "${ECHO_T}$ac_header_compiler" >&6
  16541.  
  16542. # Is the header present?
  16543. echo "$as_me:$LINENO: checking sys/wait.h presence" >&5
  16544. echo $ECHO_N "checking sys/wait.h presence... $ECHO_C" >&6
  16545. cat >conftest.$ac_ext <<_ACEOF
  16546. #line $LINENO "configure"
  16547. /* confdefs.h.  */
  16548. _ACEOF
  16549. cat confdefs.h >>conftest.$ac_ext
  16550. cat >>conftest.$ac_ext <<_ACEOF
  16551. /* end confdefs.h.  */
  16552. #include <sys/wait.h>
  16553. _ACEOF
  16554. if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
  16555.   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
  16556.   ac_status=$?
  16557.   grep -v '^ *+' conftest.er1 >conftest.err
  16558.   rm -f conftest.er1
  16559.   cat conftest.err >&5
  16560.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  16561.   (exit $ac_status); } >/dev/null; then
  16562.   if test -s conftest.err; then
  16563.     ac_cpp_err=$ac_c_preproc_warn_flag
  16564.   else
  16565.     ac_cpp_err=
  16566.   fi
  16567. else
  16568.   ac_cpp_err=yes
  16569. fi
  16570. if test -z "$ac_cpp_err"; then
  16571.   ac_header_preproc=yes
  16572. else
  16573.   echo "$as_me: failed program was:" >&5
  16574. sed 's/^/| /' conftest.$ac_ext >&5
  16575.  
  16576.   ac_header_preproc=no
  16577. fi
  16578. rm -f conftest.err conftest.$ac_ext
  16579. echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
  16580. echo "${ECHO_T}$ac_header_preproc" >&6
  16581.  
  16582. # So?  What about this header?
  16583. case $ac_header_compiler:$ac_header_preproc in
  16584.   yes:no )
  16585.     { echo "$as_me:$LINENO: WARNING: sys/wait.h: accepted by the compiler, rejected by the preprocessor!" >&5
  16586. echo "$as_me: WARNING: sys/wait.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
  16587.     { echo "$as_me:$LINENO: WARNING: sys/wait.h: proceeding with the preprocessor's result" >&5
  16588. echo "$as_me: WARNING: sys/wait.h: proceeding with the preprocessor's result" >&2;}
  16589.     (
  16590.       cat <<\_ASBOX
  16591. ## ------------------------------------ ##
  16592. ## Report this to bug-autoconf@gnu.org. ##
  16593. ## ------------------------------------ ##
  16594. _ASBOX
  16595.     ) |
  16596.       sed "s/^/$as_me: WARNING:     /" >&2
  16597.     ;;
  16598.   no:yes )
  16599.     { echo "$as_me:$LINENO: WARNING: sys/wait.h: present but cannot be compiled" >&5
  16600. echo "$as_me: WARNING: sys/wait.h: present but cannot be compiled" >&2;}
  16601.     { echo "$as_me:$LINENO: WARNING: sys/wait.h: check for missing prerequisite headers?" >&5
  16602. echo "$as_me: WARNING: sys/wait.h: check for missing prerequisite headers?" >&2;}
  16603.     { echo "$as_me:$LINENO: WARNING: sys/wait.h: proceeding with the preprocessor's result" >&5
  16604. echo "$as_me: WARNING: sys/wait.h: proceeding with the preprocessor's result" >&2;}
  16605.     (
  16606.       cat <<\_ASBOX
  16607. ## ------------------------------------ ##
  16608. ## Report this to bug-autoconf@gnu.org. ##
  16609. ## ------------------------------------ ##
  16610. _ASBOX
  16611.     ) |
  16612.       sed "s/^/$as_me: WARNING:     /" >&2
  16613.     ;;
  16614. esac
  16615. echo "$as_me:$LINENO: checking for sys/wait.h" >&5
  16616. echo $ECHO_N "checking for sys/wait.h... $ECHO_C" >&6
  16617. if test "${ac_cv_header_sys_wait_h+set}" = set; then
  16618.   echo $ECHO_N "(cached) $ECHO_C" >&6
  16619. else
  16620.   ac_cv_header_sys_wait_h=$ac_header_preproc
  16621. fi
  16622. echo "$as_me:$LINENO: result: $ac_cv_header_sys_wait_h" >&5
  16623. echo "${ECHO_T}$ac_cv_header_sys_wait_h" >&6
  16624.  
  16625. fi
  16626. if test $ac_cv_header_sys_wait_h = yes; then
  16627.   cat >>confdefs.h <<\_ACEOF
  16628. #define HAVE_SYS_WAIT_H 1
  16629. _ACEOF
  16630.  
  16631. fi
  16632.  
  16633.  
  16634. if test "${ac_cv_header_unistd_h+set}" = set; then
  16635.   echo "$as_me:$LINENO: checking for unistd.h" >&5
  16636. echo $ECHO_N "checking for unistd.h... $ECHO_C" >&6
  16637. if test "${ac_cv_header_unistd_h+set}" = set; then
  16638.   echo $ECHO_N "(cached) $ECHO_C" >&6
  16639. fi
  16640. echo "$as_me:$LINENO: result: $ac_cv_header_unistd_h" >&5
  16641. echo "${ECHO_T}$ac_cv_header_unistd_h" >&6
  16642. else
  16643.   # Is the header compilable?
  16644. echo "$as_me:$LINENO: checking unistd.h usability" >&5
  16645. echo $ECHO_N "checking unistd.h usability... $ECHO_C" >&6
  16646. cat >conftest.$ac_ext <<_ACEOF
  16647. #line $LINENO "configure"
  16648. /* confdefs.h.  */
  16649. _ACEOF
  16650. cat confdefs.h >>conftest.$ac_ext
  16651. cat >>conftest.$ac_ext <<_ACEOF
  16652. /* end confdefs.h.  */
  16653. $ac_includes_default
  16654. #include <unistd.h>
  16655. _ACEOF
  16656. rm -f conftest.$ac_objext
  16657. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  16658.   (eval $ac_compile) 2>&5
  16659.   ac_status=$?
  16660.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  16661.   (exit $ac_status); } &&
  16662.          { ac_try='test -s conftest.$ac_objext'
  16663.   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  16664.   (eval $ac_try) 2>&5
  16665.   ac_status=$?
  16666.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  16667.   (exit $ac_status); }; }; then
  16668.   ac_header_compiler=yes
  16669. else
  16670.   echo "$as_me: failed program was:" >&5
  16671. sed 's/^/| /' conftest.$ac_ext >&5
  16672.  
  16673. ac_header_compiler=no
  16674. fi
  16675. rm -f conftest.$ac_objext conftest.$ac_ext
  16676. echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
  16677. echo "${ECHO_T}$ac_header_compiler" >&6
  16678.  
  16679. # Is the header present?
  16680. echo "$as_me:$LINENO: checking unistd.h presence" >&5
  16681. echo $ECHO_N "checking unistd.h presence... $ECHO_C" >&6
  16682. cat >conftest.$ac_ext <<_ACEOF
  16683. #line $LINENO "configure"
  16684. /* confdefs.h.  */
  16685. _ACEOF
  16686. cat confdefs.h >>conftest.$ac_ext
  16687. cat >>conftest.$ac_ext <<_ACEOF
  16688. /* end confdefs.h.  */
  16689. #include <unistd.h>
  16690. _ACEOF
  16691. if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
  16692.   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
  16693.   ac_status=$?
  16694.   grep -v '^ *+' conftest.er1 >conftest.err
  16695.   rm -f conftest.er1
  16696.   cat conftest.err >&5
  16697.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  16698.   (exit $ac_status); } >/dev/null; then
  16699.   if test -s conftest.err; then
  16700.     ac_cpp_err=$ac_c_preproc_warn_flag
  16701.   else
  16702.     ac_cpp_err=
  16703.   fi
  16704. else
  16705.   ac_cpp_err=yes
  16706. fi
  16707. if test -z "$ac_cpp_err"; then
  16708.   ac_header_preproc=yes
  16709. else
  16710.   echo "$as_me: failed program was:" >&5
  16711. sed 's/^/| /' conftest.$ac_ext >&5
  16712.  
  16713.   ac_header_preproc=no
  16714. fi
  16715. rm -f conftest.err conftest.$ac_ext
  16716. echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
  16717. echo "${ECHO_T}$ac_header_preproc" >&6
  16718.  
  16719. # So?  What about this header?
  16720. case $ac_header_compiler:$ac_header_preproc in
  16721.   yes:no )
  16722.     { echo "$as_me:$LINENO: WARNING: unistd.h: accepted by the compiler, rejected by the preprocessor!" >&5
  16723. echo "$as_me: WARNING: unistd.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
  16724.     { echo "$as_me:$LINENO: WARNING: unistd.h: proceeding with the preprocessor's result" >&5
  16725. echo "$as_me: WARNING: unistd.h: proceeding with the preprocessor's result" >&2;}
  16726.     (
  16727.       cat <<\_ASBOX
  16728. ## ------------------------------------ ##
  16729. ## Report this to bug-autoconf@gnu.org. ##
  16730. ## ------------------------------------ ##
  16731. _ASBOX
  16732.     ) |
  16733.       sed "s/^/$as_me: WARNING:     /" >&2
  16734.     ;;
  16735.   no:yes )
  16736.     { echo "$as_me:$LINENO: WARNING: unistd.h: present but cannot be compiled" >&5
  16737. echo "$as_me: WARNING: unistd.h: present but cannot be compiled" >&2;}
  16738.     { echo "$as_me:$LINENO: WARNING: unistd.h: check for missing prerequisite headers?" >&5
  16739. echo "$as_me: WARNING: unistd.h: check for missing prerequisite headers?" >&2;}
  16740.     { echo "$as_me:$LINENO: WARNING: unistd.h: proceeding with the preprocessor's result" >&5
  16741. echo "$as_me: WARNING: unistd.h: proceeding with the preprocessor's result" >&2;}
  16742.     (
  16743.       cat <<\_ASBOX
  16744. ## ------------------------------------ ##
  16745. ## Report this to bug-autoconf@gnu.org. ##
  16746. ## ------------------------------------ ##
  16747. _ASBOX
  16748.     ) |
  16749.       sed "s/^/$as_me: WARNING:     /" >&2
  16750.     ;;
  16751. esac
  16752. echo "$as_me:$LINENO: checking for unistd.h" >&5
  16753. echo $ECHO_N "checking for unistd.h... $ECHO_C" >&6
  16754. if test "${ac_cv_header_unistd_h+set}" = set; then
  16755.   echo $ECHO_N "(cached) $ECHO_C" >&6
  16756. else
  16757.   ac_cv_header_unistd_h=$ac_header_preproc
  16758. fi
  16759. echo "$as_me:$LINENO: result: $ac_cv_header_unistd_h" >&5
  16760. echo "${ECHO_T}$ac_cv_header_unistd_h" >&6
  16761.  
  16762. fi
  16763. if test $ac_cv_header_unistd_h = yes; then
  16764.   cat >>confdefs.h <<\_ACEOF
  16765. #define HAVE_UNISTD_H 1
  16766. _ACEOF
  16767.  
  16768. fi
  16769.  
  16770.  
  16771. if test "${ac_cv_header_winsock_h+set}" = set; then
  16772.   echo "$as_me:$LINENO: checking for winsock.h" >&5
  16773. echo $ECHO_N "checking for winsock.h... $ECHO_C" >&6
  16774. if test "${ac_cv_header_winsock_h+set}" = set; then
  16775.   echo $ECHO_N "(cached) $ECHO_C" >&6
  16776. fi
  16777. echo "$as_me:$LINENO: result: $ac_cv_header_winsock_h" >&5
  16778. echo "${ECHO_T}$ac_cv_header_winsock_h" >&6
  16779. else
  16780.   # Is the header compilable?
  16781. echo "$as_me:$LINENO: checking winsock.h usability" >&5
  16782. echo $ECHO_N "checking winsock.h usability... $ECHO_C" >&6
  16783. cat >conftest.$ac_ext <<_ACEOF
  16784. #line $LINENO "configure"
  16785. /* confdefs.h.  */
  16786. _ACEOF
  16787. cat confdefs.h >>conftest.$ac_ext
  16788. cat >>conftest.$ac_ext <<_ACEOF
  16789. /* end confdefs.h.  */
  16790. $ac_includes_default
  16791. #include <winsock.h>
  16792. _ACEOF
  16793. rm -f conftest.$ac_objext
  16794. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  16795.   (eval $ac_compile) 2>&5
  16796.   ac_status=$?
  16797.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  16798.   (exit $ac_status); } &&
  16799.          { ac_try='test -s conftest.$ac_objext'
  16800.   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  16801.   (eval $ac_try) 2>&5
  16802.   ac_status=$?
  16803.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  16804.   (exit $ac_status); }; }; then
  16805.   ac_header_compiler=yes
  16806. else
  16807.   echo "$as_me: failed program was:" >&5
  16808. sed 's/^/| /' conftest.$ac_ext >&5
  16809.  
  16810. ac_header_compiler=no
  16811. fi
  16812. rm -f conftest.$ac_objext conftest.$ac_ext
  16813. echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
  16814. echo "${ECHO_T}$ac_header_compiler" >&6
  16815.  
  16816. # Is the header present?
  16817. echo "$as_me:$LINENO: checking winsock.h presence" >&5
  16818. echo $ECHO_N "checking winsock.h presence... $ECHO_C" >&6
  16819. cat >conftest.$ac_ext <<_ACEOF
  16820. #line $LINENO "configure"
  16821. /* confdefs.h.  */
  16822. _ACEOF
  16823. cat confdefs.h >>conftest.$ac_ext
  16824. cat >>conftest.$ac_ext <<_ACEOF
  16825. /* end confdefs.h.  */
  16826. #include <winsock.h>
  16827. _ACEOF
  16828. if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
  16829.   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
  16830.   ac_status=$?
  16831.   grep -v '^ *+' conftest.er1 >conftest.err
  16832.   rm -f conftest.er1
  16833.   cat conftest.err >&5
  16834.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  16835.   (exit $ac_status); } >/dev/null; then
  16836.   if test -s conftest.err; then
  16837.     ac_cpp_err=$ac_c_preproc_warn_flag
  16838.   else
  16839.     ac_cpp_err=
  16840.   fi
  16841. else
  16842.   ac_cpp_err=yes
  16843. fi
  16844. if test -z "$ac_cpp_err"; then
  16845.   ac_header_preproc=yes
  16846. else
  16847.   echo "$as_me: failed program was:" >&5
  16848. sed 's/^/| /' conftest.$ac_ext >&5
  16849.  
  16850.   ac_header_preproc=no
  16851. fi
  16852. rm -f conftest.err conftest.$ac_ext
  16853. echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
  16854. echo "${ECHO_T}$ac_header_preproc" >&6
  16855.  
  16856. # So?  What about this header?
  16857. case $ac_header_compiler:$ac_header_preproc in
  16858.   yes:no )
  16859.     { echo "$as_me:$LINENO: WARNING: winsock.h: accepted by the compiler, rejected by the preprocessor!" >&5
  16860. echo "$as_me: WARNING: winsock.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
  16861.     { echo "$as_me:$LINENO: WARNING: winsock.h: proceeding with the preprocessor's result" >&5
  16862. echo "$as_me: WARNING: winsock.h: proceeding with the preprocessor's result" >&2;}
  16863.     (
  16864.       cat <<\_ASBOX
  16865. ## ------------------------------------ ##
  16866. ## Report this to bug-autoconf@gnu.org. ##
  16867. ## ------------------------------------ ##
  16868. _ASBOX
  16869.     ) |
  16870.       sed "s/^/$as_me: WARNING:     /" >&2
  16871.     ;;
  16872.   no:yes )
  16873.     { echo "$as_me:$LINENO: WARNING: winsock.h: present but cannot be compiled" >&5
  16874. echo "$as_me: WARNING: winsock.h: present but cannot be compiled" >&2;}
  16875.     { echo "$as_me:$LINENO: WARNING: winsock.h: check for missing prerequisite headers?" >&5
  16876. echo "$as_me: WARNING: winsock.h: check for missing prerequisite headers?" >&2;}
  16877.     { echo "$as_me:$LINENO: WARNING: winsock.h: proceeding with the preprocessor's result" >&5
  16878. echo "$as_me: WARNING: winsock.h: proceeding with the preprocessor's result" >&2;}
  16879.     (
  16880.       cat <<\_ASBOX
  16881. ## ------------------------------------ ##
  16882. ## Report this to bug-autoconf@gnu.org. ##
  16883. ## ------------------------------------ ##
  16884. _ASBOX
  16885.     ) |
  16886.       sed "s/^/$as_me: WARNING:     /" >&2
  16887.     ;;
  16888. esac
  16889. echo "$as_me:$LINENO: checking for winsock.h" >&5
  16890. echo $ECHO_N "checking for winsock.h... $ECHO_C" >&6
  16891. if test "${ac_cv_header_winsock_h+set}" = set; then
  16892.   echo $ECHO_N "(cached) $ECHO_C" >&6
  16893. else
  16894.   ac_cv_header_winsock_h=$ac_header_preproc
  16895. fi
  16896. echo "$as_me:$LINENO: result: $ac_cv_header_winsock_h" >&5
  16897. echo "${ECHO_T}$ac_cv_header_winsock_h" >&6
  16898.  
  16899. fi
  16900. if test $ac_cv_header_winsock_h = yes; then
  16901.   cat >>confdefs.h <<\_ACEOF
  16902. #define HAVE_WINSOCK_H 1
  16903. _ACEOF
  16904.  
  16905. fi
  16906.  
  16907.  
  16908.  
  16909. echo "$as_me:$LINENO: checking for pid_t" >&5
  16910. echo $ECHO_N "checking for pid_t... $ECHO_C" >&6
  16911. if test "${ac_cv_type_pid_t+set}" = set; then
  16912.   echo $ECHO_N "(cached) $ECHO_C" >&6
  16913. else
  16914.   cat >conftest.$ac_ext <<_ACEOF
  16915. #line $LINENO "configure"
  16916. /* confdefs.h.  */
  16917. _ACEOF
  16918. cat confdefs.h >>conftest.$ac_ext
  16919. cat >>conftest.$ac_ext <<_ACEOF
  16920. /* end confdefs.h.  */
  16921. $ac_includes_default
  16922. int
  16923. main ()
  16924. {
  16925. if ((pid_t *) 0)
  16926.   return 0;
  16927. if (sizeof (pid_t))
  16928.   return 0;
  16929.   ;
  16930.   return 0;
  16931. }
  16932. _ACEOF
  16933. rm -f conftest.$ac_objext
  16934. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  16935.   (eval $ac_compile) 2>&5
  16936.   ac_status=$?
  16937.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  16938.   (exit $ac_status); } &&
  16939.          { ac_try='test -s conftest.$ac_objext'
  16940.   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  16941.   (eval $ac_try) 2>&5
  16942.   ac_status=$?
  16943.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  16944.   (exit $ac_status); }; }; then
  16945.   ac_cv_type_pid_t=yes
  16946. else
  16947.   echo "$as_me: failed program was:" >&5
  16948. sed 's/^/| /' conftest.$ac_ext >&5
  16949.  
  16950. ac_cv_type_pid_t=no
  16951. fi
  16952. rm -f conftest.$ac_objext conftest.$ac_ext
  16953. fi
  16954. echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
  16955. echo "${ECHO_T}$ac_cv_type_pid_t" >&6
  16956. if test $ac_cv_type_pid_t = yes; then
  16957.   :
  16958. else
  16959.  
  16960. cat >>confdefs.h <<_ACEOF
  16961. #define pid_t int
  16962. _ACEOF
  16963.  
  16964. fi
  16965.  
  16966. echo "$as_me:$LINENO: checking return type of signal handlers" >&5
  16967. echo $ECHO_N "checking return type of signal handlers... $ECHO_C" >&6
  16968. if test "${ac_cv_type_signal+set}" = set; then
  16969.   echo $ECHO_N "(cached) $ECHO_C" >&6
  16970. else
  16971.   cat >conftest.$ac_ext <<_ACEOF
  16972. #line $LINENO "configure"
  16973. /* confdefs.h.  */
  16974. _ACEOF
  16975. cat confdefs.h >>conftest.$ac_ext
  16976. cat >>conftest.$ac_ext <<_ACEOF
  16977. /* end confdefs.h.  */
  16978. #include <sys/types.h>
  16979. #include <signal.h>
  16980. #ifdef signal
  16981. # undef signal
  16982. #endif
  16983. #ifdef __cplusplus
  16984. extern "C" void (*signal (int, void (*)(int)))(int);
  16985. #else
  16986. void (*signal ()) ();
  16987. #endif
  16988.  
  16989. int
  16990. main ()
  16991. {
  16992. int i;
  16993.   ;
  16994.   return 0;
  16995. }
  16996. _ACEOF
  16997. rm -f conftest.$ac_objext
  16998. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  16999.   (eval $ac_compile) 2>&5
  17000.   ac_status=$?
  17001.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  17002.   (exit $ac_status); } &&
  17003.          { ac_try='test -s conftest.$ac_objext'
  17004.   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  17005.   (eval $ac_try) 2>&5
  17006.   ac_status=$?
  17007.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  17008.   (exit $ac_status); }; }; then
  17009.   ac_cv_type_signal=void
  17010. else
  17011.   echo "$as_me: failed program was:" >&5
  17012. sed 's/^/| /' conftest.$ac_ext >&5
  17013.  
  17014. ac_cv_type_signal=int
  17015. fi
  17016. rm -f conftest.$ac_objext conftest.$ac_ext
  17017. fi
  17018. echo "$as_me:$LINENO: result: $ac_cv_type_signal" >&5
  17019. echo "${ECHO_T}$ac_cv_type_signal" >&6
  17020.  
  17021. cat >>confdefs.h <<_ACEOF
  17022. #define RETSIGTYPE $ac_cv_type_signal
  17023. _ACEOF
  17024.  
  17025.  
  17026.  
  17027. for ac_func in vprintf
  17028. do
  17029. as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
  17030. echo "$as_me:$LINENO: checking for $ac_func" >&5
  17031. echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
  17032. if eval "test \"\${$as_ac_var+set}\" = set"; then
  17033.   echo $ECHO_N "(cached) $ECHO_C" >&6
  17034. else
  17035.   cat >conftest.$ac_ext <<_ACEOF
  17036. #line $LINENO "configure"
  17037. /* confdefs.h.  */
  17038. _ACEOF
  17039. cat confdefs.h >>conftest.$ac_ext
  17040. cat >>conftest.$ac_ext <<_ACEOF
  17041. /* end confdefs.h.  */
  17042. /* System header to define __stub macros and hopefully few prototypes,
  17043.     which can conflict with char $ac_func (); below.
  17044.     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  17045.     <limits.h> exists even on freestanding compilers.  */
  17046. #ifdef __STDC__
  17047. # include <limits.h>
  17048. #else
  17049. # include <assert.h>
  17050. #endif
  17051. /* Override any gcc2 internal prototype to avoid an error.  */
  17052. #ifdef __cplusplus
  17053. extern "C"
  17054. {
  17055. #endif
  17056. /* We use char because int might match the return type of a gcc2
  17057.    builtin and then its argument prototype would still apply.  */
  17058. char $ac_func ();
  17059. /* The GNU C library defines this for functions which it implements
  17060.     to always fail with ENOSYS.  Some functions are actually named
  17061.     something starting with __ and the normal name is an alias.  */
  17062. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  17063. choke me
  17064. #else
  17065. char (*f) () = $ac_func;
  17066. #endif
  17067. #ifdef __cplusplus
  17068. }
  17069. #endif
  17070.  
  17071. int
  17072. main ()
  17073. {
  17074. return f != $ac_func;
  17075.   ;
  17076.   return 0;
  17077. }
  17078. _ACEOF
  17079. rm -f conftest.$ac_objext conftest$ac_exeext
  17080. if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  17081.   (eval $ac_link) 2>&5
  17082.   ac_status=$?
  17083.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  17084.   (exit $ac_status); } &&
  17085.          { ac_try='test -s conftest$ac_exeext'
  17086.   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  17087.   (eval $ac_try) 2>&5
  17088.   ac_status=$?
  17089.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  17090.   (exit $ac_status); }; }; then
  17091.   eval "$as_ac_var=yes"
  17092. else
  17093.   echo "$as_me: failed program was:" >&5
  17094. sed 's/^/| /' conftest.$ac_ext >&5
  17095.  
  17096. eval "$as_ac_var=no"
  17097. fi
  17098. rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  17099. fi
  17100. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
  17101. echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
  17102. if test `eval echo '${'$as_ac_var'}'` = yes; then
  17103.   cat >>confdefs.h <<_ACEOF
  17104. #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
  17105. _ACEOF
  17106.  
  17107. echo "$as_me:$LINENO: checking for _doprnt" >&5
  17108. echo $ECHO_N "checking for _doprnt... $ECHO_C" >&6
  17109. if test "${ac_cv_func__doprnt+set}" = set; then
  17110.   echo $ECHO_N "(cached) $ECHO_C" >&6
  17111. else
  17112.   cat >conftest.$ac_ext <<_ACEOF
  17113. #line $LINENO "configure"
  17114. /* confdefs.h.  */
  17115. _ACEOF
  17116. cat confdefs.h >>conftest.$ac_ext
  17117. cat >>conftest.$ac_ext <<_ACEOF
  17118. /* end confdefs.h.  */
  17119. /* System header to define __stub macros and hopefully few prototypes,
  17120.     which can conflict with char _doprnt (); below.
  17121.     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  17122.     <limits.h> exists even on freestanding compilers.  */
  17123. #ifdef __STDC__
  17124. # include <limits.h>
  17125. #else
  17126. # include <assert.h>
  17127. #endif
  17128. /* Override any gcc2 internal prototype to avoid an error.  */
  17129. #ifdef __cplusplus
  17130. extern "C"
  17131. {
  17132. #endif
  17133. /* We use char because int might match the return type of a gcc2
  17134.    builtin and then its argument prototype would still apply.  */
  17135. char _doprnt ();
  17136. /* The GNU C library defines this for functions which it implements
  17137.     to always fail with ENOSYS.  Some functions are actually named
  17138.     something starting with __ and the normal name is an alias.  */
  17139. #if defined (__stub__doprnt) || defined (__stub____doprnt)
  17140. choke me
  17141. #else
  17142. char (*f) () = _doprnt;
  17143. #endif
  17144. #ifdef __cplusplus
  17145. }
  17146. #endif
  17147.  
  17148. int
  17149. main ()
  17150. {
  17151. return f != _doprnt;
  17152.   ;
  17153.   return 0;
  17154. }
  17155. _ACEOF
  17156. rm -f conftest.$ac_objext conftest$ac_exeext
  17157. if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  17158.   (eval $ac_link) 2>&5
  17159.   ac_status=$?
  17160.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  17161.   (exit $ac_status); } &&
  17162.          { ac_try='test -s conftest$ac_exeext'
  17163.   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  17164.   (eval $ac_try) 2>&5
  17165.   ac_status=$?
  17166.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  17167.   (exit $ac_status); }; }; then
  17168.   ac_cv_func__doprnt=yes
  17169. else
  17170.   echo "$as_me: failed program was:" >&5
  17171. sed 's/^/| /' conftest.$ac_ext >&5
  17172.  
  17173. ac_cv_func__doprnt=no
  17174. fi
  17175. rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  17176. fi
  17177. echo "$as_me:$LINENO: result: $ac_cv_func__doprnt" >&5
  17178. echo "${ECHO_T}$ac_cv_func__doprnt" >&6
  17179. if test $ac_cv_func__doprnt = yes; then
  17180.  
  17181. cat >>confdefs.h <<\_ACEOF
  17182. #define HAVE_DOPRNT 1
  17183. _ACEOF
  17184.  
  17185. fi
  17186.  
  17187. fi
  17188. done
  17189.  
  17190.  
  17191.  
  17192. # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
  17193. # for constant arguments.  Useless!
  17194. echo "$as_me:$LINENO: checking for working alloca.h" >&5
  17195. echo $ECHO_N "checking for working alloca.h... $ECHO_C" >&6
  17196. if test "${ac_cv_working_alloca_h+set}" = set; then
  17197.   echo $ECHO_N "(cached) $ECHO_C" >&6
  17198. else
  17199.   cat >conftest.$ac_ext <<_ACEOF
  17200. #line $LINENO "configure"
  17201. /* confdefs.h.  */
  17202. _ACEOF
  17203. cat confdefs.h >>conftest.$ac_ext
  17204. cat >>conftest.$ac_ext <<_ACEOF
  17205. /* end confdefs.h.  */
  17206. #include <alloca.h>
  17207. int
  17208. main ()
  17209. {
  17210. char *p = (char *) alloca (2 * sizeof (int));
  17211.   ;
  17212.   return 0;
  17213. }
  17214. _ACEOF
  17215. rm -f conftest.$ac_objext conftest$ac_exeext
  17216. if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  17217.   (eval $ac_link) 2>&5
  17218.   ac_status=$?
  17219.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  17220.   (exit $ac_status); } &&
  17221.          { ac_try='test -s conftest$ac_exeext'
  17222.   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  17223.   (eval $ac_try) 2>&5
  17224.   ac_status=$?
  17225.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  17226.   (exit $ac_status); }; }; then
  17227.   ac_cv_working_alloca_h=yes
  17228. else
  17229.   echo "$as_me: failed program was:" >&5
  17230. sed 's/^/| /' conftest.$ac_ext >&5
  17231.  
  17232. ac_cv_working_alloca_h=no
  17233. fi
  17234. rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  17235. fi
  17236. echo "$as_me:$LINENO: result: $ac_cv_working_alloca_h" >&5
  17237. echo "${ECHO_T}$ac_cv_working_alloca_h" >&6
  17238. if test $ac_cv_working_alloca_h = yes; then
  17239.  
  17240. cat >>confdefs.h <<\_ACEOF
  17241. #define HAVE_ALLOCA_H 1
  17242. _ACEOF
  17243.  
  17244. fi
  17245.  
  17246. echo "$as_me:$LINENO: checking for alloca" >&5
  17247. echo $ECHO_N "checking for alloca... $ECHO_C" >&6
  17248. if test "${ac_cv_func_alloca_works+set}" = set; then
  17249.   echo $ECHO_N "(cached) $ECHO_C" >&6
  17250. else
  17251.   cat >conftest.$ac_ext <<_ACEOF
  17252. #line $LINENO "configure"
  17253. /* confdefs.h.  */
  17254. _ACEOF
  17255. cat confdefs.h >>conftest.$ac_ext
  17256. cat >>conftest.$ac_ext <<_ACEOF
  17257. /* end confdefs.h.  */
  17258. #ifdef __GNUC__
  17259. # define alloca __builtin_alloca
  17260. #else
  17261. # ifdef _MSC_VER
  17262. #  include <malloc.h>
  17263. #  define alloca _alloca
  17264. # else
  17265. #  if HAVE_ALLOCA_H
  17266. #   include <alloca.h>
  17267. #  else
  17268. #   ifdef _AIX
  17269.  #pragma alloca
  17270. #   else
  17271. #    ifndef alloca /* predefined by HP cc +Olibcalls */
  17272. char *alloca ();
  17273. #    endif
  17274. #   endif
  17275. #  endif
  17276. # endif
  17277. #endif
  17278.  
  17279. int
  17280. main ()
  17281. {
  17282. char *p = (char *) alloca (1);
  17283.   ;
  17284.   return 0;
  17285. }
  17286. _ACEOF
  17287. rm -f conftest.$ac_objext conftest$ac_exeext
  17288. if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  17289.   (eval $ac_link) 2>&5
  17290.   ac_status=$?
  17291.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  17292.   (exit $ac_status); } &&
  17293.          { ac_try='test -s conftest$ac_exeext'
  17294.   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  17295.   (eval $ac_try) 2>&5
  17296.   ac_status=$?
  17297.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  17298.   (exit $ac_status); }; }; then
  17299.   ac_cv_func_alloca_works=yes
  17300. else
  17301.   echo "$as_me: failed program was:" >&5
  17302. sed 's/^/| /' conftest.$ac_ext >&5
  17303.  
  17304. ac_cv_func_alloca_works=no
  17305. fi
  17306. rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  17307. fi
  17308. echo "$as_me:$LINENO: result: $ac_cv_func_alloca_works" >&5
  17309. echo "${ECHO_T}$ac_cv_func_alloca_works" >&6
  17310.  
  17311. if test $ac_cv_func_alloca_works = yes; then
  17312.  
  17313. cat >>confdefs.h <<\_ACEOF
  17314. #define HAVE_ALLOCA 1
  17315. _ACEOF
  17316.  
  17317. else
  17318.   # The SVR3 libPW and SVR4 libucb both contain incompatible functions
  17319. # that cause trouble.  Some versions do not even contain alloca or
  17320. # contain a buggy version.  If you still want to use their alloca,
  17321. # use ar to extract alloca.o from them instead of compiling alloca.c.
  17322.  
  17323. ALLOCA=alloca.$ac_objext
  17324.  
  17325. cat >>confdefs.h <<\_ACEOF
  17326. #define C_ALLOCA 1
  17327. _ACEOF
  17328.  
  17329.  
  17330. echo "$as_me:$LINENO: checking whether \`alloca.c' needs Cray hooks" >&5
  17331. echo $ECHO_N "checking whether \`alloca.c' needs Cray hooks... $ECHO_C" >&6
  17332. if test "${ac_cv_os_cray+set}" = set; then
  17333.   echo $ECHO_N "(cached) $ECHO_C" >&6
  17334. else
  17335.   cat >conftest.$ac_ext <<_ACEOF
  17336. #line $LINENO "configure"
  17337. /* confdefs.h.  */
  17338. _ACEOF
  17339. cat confdefs.h >>conftest.$ac_ext
  17340. cat >>conftest.$ac_ext <<_ACEOF
  17341. /* end confdefs.h.  */
  17342. #if defined(CRAY) && ! defined(CRAY2)
  17343. webecray
  17344. #else
  17345. wenotbecray
  17346. #endif
  17347.  
  17348. _ACEOF
  17349. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  17350.   $EGREP "webecray" >/dev/null 2>&1; then
  17351.   ac_cv_os_cray=yes
  17352. else
  17353.   ac_cv_os_cray=no
  17354. fi
  17355. rm -f conftest*
  17356.  
  17357. fi
  17358. echo "$as_me:$LINENO: result: $ac_cv_os_cray" >&5
  17359. echo "${ECHO_T}$ac_cv_os_cray" >&6
  17360. if test $ac_cv_os_cray = yes; then
  17361.   for ac_func in _getb67 GETB67 getb67; do
  17362.     as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
  17363. echo "$as_me:$LINENO: checking for $ac_func" >&5
  17364. echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
  17365. if eval "test \"\${$as_ac_var+set}\" = set"; then
  17366.   echo $ECHO_N "(cached) $ECHO_C" >&6
  17367. else
  17368.   cat >conftest.$ac_ext <<_ACEOF
  17369. #line $LINENO "configure"
  17370. /* confdefs.h.  */
  17371. _ACEOF
  17372. cat confdefs.h >>conftest.$ac_ext
  17373. cat >>conftest.$ac_ext <<_ACEOF
  17374. /* end confdefs.h.  */
  17375. /* System header to define __stub macros and hopefully few prototypes,
  17376.     which can conflict with char $ac_func (); below.
  17377.     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  17378.     <limits.h> exists even on freestanding compilers.  */
  17379. #ifdef __STDC__
  17380. # include <limits.h>
  17381. #else
  17382. # include <assert.h>
  17383. #endif
  17384. /* Override any gcc2 internal prototype to avoid an error.  */
  17385. #ifdef __cplusplus
  17386. extern "C"
  17387. {
  17388. #endif
  17389. /* We use char because int might match the return type of a gcc2
  17390.    builtin and then its argument prototype would still apply.  */
  17391. char $ac_func ();
  17392. /* The GNU C library defines this for functions which it implements
  17393.     to always fail with ENOSYS.  Some functions are actually named
  17394.     something starting with __ and the normal name is an alias.  */
  17395. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  17396. choke me
  17397. #else
  17398. char (*f) () = $ac_func;
  17399. #endif
  17400. #ifdef __cplusplus
  17401. }
  17402. #endif
  17403.  
  17404. int
  17405. main ()
  17406. {
  17407. return f != $ac_func;
  17408.   ;
  17409.   return 0;
  17410. }
  17411. _ACEOF
  17412. rm -f conftest.$ac_objext conftest$ac_exeext
  17413. if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  17414.   (eval $ac_link) 2>&5
  17415.   ac_status=$?
  17416.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  17417.   (exit $ac_status); } &&
  17418.          { ac_try='test -s conftest$ac_exeext'
  17419.   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  17420.   (eval $ac_try) 2>&5
  17421.   ac_status=$?
  17422.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  17423.   (exit $ac_status); }; }; then
  17424.   eval "$as_ac_var=yes"
  17425. else
  17426.   echo "$as_me: failed program was:" >&5
  17427. sed 's/^/| /' conftest.$ac_ext >&5
  17428.  
  17429. eval "$as_ac_var=no"
  17430. fi
  17431. rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  17432. fi
  17433. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
  17434. echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
  17435. if test `eval echo '${'$as_ac_var'}'` = yes; then
  17436.  
  17437. cat >>confdefs.h <<_ACEOF
  17438. #define CRAY_STACKSEG_END $ac_func
  17439. _ACEOF
  17440.  
  17441.     break
  17442. fi
  17443.  
  17444.   done
  17445. fi
  17446.  
  17447. echo "$as_me:$LINENO: checking stack direction for C alloca" >&5
  17448. echo $ECHO_N "checking stack direction for C alloca... $ECHO_C" >&6
  17449. if test "${ac_cv_c_stack_direction+set}" = set; then
  17450.   echo $ECHO_N "(cached) $ECHO_C" >&6
  17451. else
  17452.   if test "$cross_compiling" = yes; then
  17453.   ac_cv_c_stack_direction=0
  17454. else
  17455.   cat >conftest.$ac_ext <<_ACEOF
  17456. #line $LINENO "configure"
  17457. /* confdefs.h.  */
  17458. _ACEOF
  17459. cat confdefs.h >>conftest.$ac_ext
  17460. cat >>conftest.$ac_ext <<_ACEOF
  17461. /* end confdefs.h.  */
  17462. int
  17463. find_stack_direction ()
  17464. {
  17465.   static char *addr = 0;
  17466.   auto char dummy;
  17467.   if (addr == 0)
  17468.     {
  17469.       addr = &dummy;
  17470.       return find_stack_direction ();
  17471.     }
  17472.   else
  17473.     return (&dummy > addr) ? 1 : -1;
  17474. }
  17475.  
  17476. int
  17477. main ()
  17478. {
  17479.   exit (find_stack_direction () < 0);
  17480. }
  17481. _ACEOF
  17482. rm -f conftest$ac_exeext
  17483. if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  17484.   (eval $ac_link) 2>&5
  17485.   ac_status=$?
  17486.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  17487.   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
  17488.   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  17489.   (eval $ac_try) 2>&5
  17490.   ac_status=$?
  17491.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  17492.   (exit $ac_status); }; }; then
  17493.   ac_cv_c_stack_direction=1
  17494. else
  17495.   echo "$as_me: program exited with status $ac_status" >&5
  17496. echo "$as_me: failed program was:" >&5
  17497. sed 's/^/| /' conftest.$ac_ext >&5
  17498.  
  17499. ( exit $ac_status )
  17500. ac_cv_c_stack_direction=-1
  17501. fi
  17502. rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
  17503. fi
  17504. fi
  17505. echo "$as_me:$LINENO: result: $ac_cv_c_stack_direction" >&5
  17506. echo "${ECHO_T}$ac_cv_c_stack_direction" >&6
  17507.  
  17508. cat >>confdefs.h <<_ACEOF
  17509. #define STACK_DIRECTION $ac_cv_c_stack_direction
  17510. _ACEOF
  17511.  
  17512.  
  17513. fi
  17514.  
  17515.  
  17516.  
  17517. echo "$as_me:$LINENO: checking fd_set and sys/select" >&5
  17518. echo $ECHO_N "checking fd_set and sys/select... $ECHO_C" >&6
  17519. cat >conftest.$ac_ext <<_ACEOF
  17520. #line $LINENO "configure"
  17521. /* confdefs.h.  */
  17522. _ACEOF
  17523. cat confdefs.h >>conftest.$ac_ext
  17524. cat >>conftest.$ac_ext <<_ACEOF
  17525. /* end confdefs.h.  */
  17526. #include <sys/types.h>
  17527. int
  17528. main ()
  17529. {
  17530. fd_set readMask, writeMask;
  17531.   ;
  17532.   return 0;
  17533. }
  17534. _ACEOF
  17535. rm -f conftest.$ac_objext
  17536. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  17537.   (eval $ac_compile) 2>&5
  17538.   ac_status=$?
  17539.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  17540.   (exit $ac_status); } &&
  17541.          { ac_try='test -s conftest.$ac_objext'
  17542.   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  17543.   (eval $ac_try) 2>&5
  17544.   ac_status=$?
  17545.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  17546.   (exit $ac_status); }; }; then
  17547.   gimp_ok=yes
  17548. else
  17549.   echo "$as_me: failed program was:" >&5
  17550. sed 's/^/| /' conftest.$ac_ext >&5
  17551.  
  17552. gimp_ok=no
  17553. fi
  17554. rm -f conftest.$ac_objext conftest.$ac_ext
  17555. if test $gimp_ok = no; then
  17556.     cat >conftest.$ac_ext <<_ACEOF
  17557. #line $LINENO "configure"
  17558. /* confdefs.h.  */
  17559. _ACEOF
  17560. cat confdefs.h >>conftest.$ac_ext
  17561. cat >>conftest.$ac_ext <<_ACEOF
  17562. /* end confdefs.h.  */
  17563. #include <sys/select.h>
  17564.  
  17565. _ACEOF
  17566. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  17567.   $EGREP "fd_mask" >/dev/null 2>&1; then
  17568.   gimp_ok=yes
  17569. fi
  17570. rm -f conftest*
  17571.  
  17572.     if test $gimp_ok = yes; then
  17573.         cat >>confdefs.h <<\_ACEOF
  17574. #define HAVE_SYS_SELECT_H 1
  17575. _ACEOF
  17576.  
  17577.     fi
  17578. fi
  17579. echo "$as_me:$LINENO: result: $gimp_ok" >&5
  17580. echo "${ECHO_T}$gimp_ok" >&6
  17581. if test $gimp_ok = no; then
  17582.     cat >>confdefs.h <<\_ACEOF
  17583. #define NO_FD_SET 1
  17584. _ACEOF
  17585.  
  17586. fi
  17587.  
  17588. if test x$os_win32 = xyes; then
  17589.       cat >>confdefs.h <<\_ACEOF
  17590. #define RAND_FUNC GIMP_WIN32_RAND_FUNC
  17591. _ACEOF
  17592.  
  17593.   cat >>confdefs.h <<\_ACEOF
  17594. #define SRAND_FUNC GIMP_WIN32_SRAND_FUNC
  17595. _ACEOF
  17596.  
  17597. else
  17598. LIBUCB=""
  17599. echo "$as_me:$LINENO: checking for random" >&5
  17600. echo $ECHO_N "checking for random... $ECHO_C" >&6
  17601. if test "${ac_cv_func_random+set}" = set; then
  17602.   echo $ECHO_N "(cached) $ECHO_C" >&6
  17603. else
  17604.   cat >conftest.$ac_ext <<_ACEOF
  17605. #line $LINENO "configure"
  17606. /* confdefs.h.  */
  17607. _ACEOF
  17608. cat confdefs.h >>conftest.$ac_ext
  17609. cat >>conftest.$ac_ext <<_ACEOF
  17610. /* end confdefs.h.  */
  17611. /* System header to define __stub macros and hopefully few prototypes,
  17612.     which can conflict with char random (); below.
  17613.     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  17614.     <limits.h> exists even on freestanding compilers.  */
  17615. #ifdef __STDC__
  17616. # include <limits.h>
  17617. #else
  17618. # include <assert.h>
  17619. #endif
  17620. /* Override any gcc2 internal prototype to avoid an error.  */
  17621. #ifdef __cplusplus
  17622. extern "C"
  17623. {
  17624. #endif
  17625. /* We use char because int might match the return type of a gcc2
  17626.    builtin and then its argument prototype would still apply.  */
  17627. char random ();
  17628. /* The GNU C library defines this for functions which it implements
  17629.     to always fail with ENOSYS.  Some functions are actually named
  17630.     something starting with __ and the normal name is an alias.  */
  17631. #if defined (__stub_random) || defined (__stub___random)
  17632. choke me
  17633. #else
  17634. char (*f) () = random;
  17635. #endif
  17636. #ifdef __cplusplus
  17637. }
  17638. #endif
  17639.  
  17640. int
  17641. main ()
  17642. {
  17643. return f != random;
  17644.   ;
  17645.   return 0;
  17646. }
  17647. _ACEOF
  17648. rm -f conftest.$ac_objext conftest$ac_exeext
  17649. if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  17650.   (eval $ac_link) 2>&5
  17651.   ac_status=$?
  17652.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  17653.   (exit $ac_status); } &&
  17654.          { ac_try='test -s conftest$ac_exeext'
  17655.   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  17656.   (eval $ac_try) 2>&5
  17657.   ac_status=$?
  17658.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  17659.   (exit $ac_status); }; }; then
  17660.   ac_cv_func_random=yes
  17661. else
  17662.   echo "$as_me: failed program was:" >&5
  17663. sed 's/^/| /' conftest.$ac_ext >&5
  17664.  
  17665. ac_cv_func_random=no
  17666. fi
  17667. rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  17668. fi
  17669. echo "$as_me:$LINENO: result: $ac_cv_func_random" >&5
  17670. echo "${ECHO_T}$ac_cv_func_random" >&6
  17671. if test $ac_cv_func_random = yes; then
  17672.  
  17673.   cat >>confdefs.h <<\_ACEOF
  17674. #define RAND_FUNC random
  17675. _ACEOF
  17676.  
  17677.   cat >>confdefs.h <<\_ACEOF
  17678. #define SRAND_FUNC srandom
  17679. _ACEOF
  17680.  
  17681. else
  17682.   echo "$as_me:$LINENO: checking for random in -lucb" >&5
  17683. echo $ECHO_N "checking for random in -lucb... $ECHO_C" >&6
  17684. if test "${ac_cv_lib_ucb_random+set}" = set; then
  17685.   echo $ECHO_N "(cached) $ECHO_C" >&6
  17686. else
  17687.   ac_check_lib_save_LIBS=$LIBS
  17688. LIBS="-lucb  $LIBS"
  17689. cat >conftest.$ac_ext <<_ACEOF
  17690. #line $LINENO "configure"
  17691. /* confdefs.h.  */
  17692. _ACEOF
  17693. cat confdefs.h >>conftest.$ac_ext
  17694. cat >>conftest.$ac_ext <<_ACEOF
  17695. /* end confdefs.h.  */
  17696.  
  17697. /* Override any gcc2 internal prototype to avoid an error.  */
  17698. #ifdef __cplusplus
  17699. extern "C"
  17700. #endif
  17701. /* We use char because int might match the return type of a gcc2
  17702.    builtin and then its argument prototype would still apply.  */
  17703. char random ();
  17704. int
  17705. main ()
  17706. {
  17707. random ();
  17708.   ;
  17709.   return 0;
  17710. }
  17711. _ACEOF
  17712. rm -f conftest.$ac_objext conftest$ac_exeext
  17713. if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  17714.   (eval $ac_link) 2>&5
  17715.   ac_status=$?
  17716.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  17717.   (exit $ac_status); } &&
  17718.          { ac_try='test -s conftest$ac_exeext'
  17719.   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  17720.   (eval $ac_try) 2>&5
  17721.   ac_status=$?
  17722.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  17723.   (exit $ac_status); }; }; then
  17724.   ac_cv_lib_ucb_random=yes
  17725. else
  17726.   echo "$as_me: failed program was:" >&5
  17727. sed 's/^/| /' conftest.$ac_ext >&5
  17728.  
  17729. ac_cv_lib_ucb_random=no
  17730. fi
  17731. rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  17732. LIBS=$ac_check_lib_save_LIBS
  17733. fi
  17734. echo "$as_me:$LINENO: result: $ac_cv_lib_ucb_random" >&5
  17735. echo "${ECHO_T}$ac_cv_lib_ucb_random" >&6
  17736. if test $ac_cv_lib_ucb_random = yes; then
  17737.  
  17738.     cat >>confdefs.h <<\_ACEOF
  17739. #define RAND_FUNC random
  17740. _ACEOF
  17741.  
  17742.     cat >>confdefs.h <<\_ACEOF
  17743. #define SRAND_FUNC srandom
  17744. _ACEOF
  17745.  
  17746.     LIBUCB='-lucb'
  17747. else
  17748.   echo "$as_me:$LINENO: checking for lrand48" >&5
  17749. echo $ECHO_N "checking for lrand48... $ECHO_C" >&6
  17750. if test "${ac_cv_func_lrand48+set}" = set; then
  17751.   echo $ECHO_N "(cached) $ECHO_C" >&6
  17752. else
  17753.   cat >conftest.$ac_ext <<_ACEOF
  17754. #line $LINENO "configure"
  17755. /* confdefs.h.  */
  17756. _ACEOF
  17757. cat confdefs.h >>conftest.$ac_ext
  17758. cat >>conftest.$ac_ext <<_ACEOF
  17759. /* end confdefs.h.  */
  17760. /* System header to define __stub macros and hopefully few prototypes,
  17761.     which can conflict with char lrand48 (); below.
  17762.     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  17763.     <limits.h> exists even on freestanding compilers.  */
  17764. #ifdef __STDC__
  17765. # include <limits.h>
  17766. #else
  17767. # include <assert.h>
  17768. #endif
  17769. /* Override any gcc2 internal prototype to avoid an error.  */
  17770. #ifdef __cplusplus
  17771. extern "C"
  17772. {
  17773. #endif
  17774. /* We use char because int might match the return type of a gcc2
  17775.    builtin and then its argument prototype would still apply.  */
  17776. char lrand48 ();
  17777. /* The GNU C library defines this for functions which it implements
  17778.     to always fail with ENOSYS.  Some functions are actually named
  17779.     something starting with __ and the normal name is an alias.  */
  17780. #if defined (__stub_lrand48) || defined (__stub___lrand48)
  17781. choke me
  17782. #else
  17783. char (*f) () = lrand48;
  17784. #endif
  17785. #ifdef __cplusplus
  17786. }
  17787. #endif
  17788.  
  17789. int
  17790. main ()
  17791. {
  17792. return f != lrand48;
  17793.   ;
  17794.   return 0;
  17795. }
  17796. _ACEOF
  17797. rm -f conftest.$ac_objext conftest$ac_exeext
  17798. if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  17799.   (eval $ac_link) 2>&5
  17800.   ac_status=$?
  17801.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  17802.   (exit $ac_status); } &&
  17803.          { ac_try='test -s conftest$ac_exeext'
  17804.   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  17805.   (eval $ac_try) 2>&5
  17806.   ac_status=$?
  17807.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  17808.   (exit $ac_status); }; }; then
  17809.   ac_cv_func_lrand48=yes
  17810. else
  17811.   echo "$as_me: failed program was:" >&5
  17812. sed 's/^/| /' conftest.$ac_ext >&5
  17813.  
  17814. ac_cv_func_lrand48=no
  17815. fi
  17816. rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  17817. fi
  17818. echo "$as_me:$LINENO: result: $ac_cv_func_lrand48" >&5
  17819. echo "${ECHO_T}$ac_cv_func_lrand48" >&6
  17820. if test $ac_cv_func_lrand48 = yes; then
  17821.   cat >>confdefs.h <<\_ACEOF
  17822. #define RAND_FUNC lrand48
  17823. _ACEOF
  17824.  cat >>confdefs.h <<\_ACEOF
  17825. #define SRAND_FUNC srand48
  17826. _ACEOF
  17827.  
  17828. else
  17829.   cat >>confdefs.h <<\_ACEOF
  17830. #define RAND_FUNC rand
  17831. _ACEOF
  17832.  cat >>confdefs.h <<\_ACEOF
  17833. #define SRAND_FUNC srand
  17834. _ACEOF
  17835.  
  17836. fi
  17837.  
  17838. fi
  17839.  
  17840. fi
  17841.  
  17842. fi
  17843.  
  17844. echo "$as_me:$LINENO: checking for difftime" >&5
  17845. echo $ECHO_N "checking for difftime... $ECHO_C" >&6
  17846. if test "${ac_cv_func_difftime+set}" = set; then
  17847.   echo $ECHO_N "(cached) $ECHO_C" >&6
  17848. else
  17849.   cat >conftest.$ac_ext <<_ACEOF
  17850. #line $LINENO "configure"
  17851. /* confdefs.h.  */
  17852. _ACEOF
  17853. cat confdefs.h >>conftest.$ac_ext
  17854. cat >>conftest.$ac_ext <<_ACEOF
  17855. /* end confdefs.h.  */
  17856. /* System header to define __stub macros and hopefully few prototypes,
  17857.     which can conflict with char difftime (); below.
  17858.     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  17859.     <limits.h> exists even on freestanding compilers.  */
  17860. #ifdef __STDC__
  17861. # include <limits.h>
  17862. #else
  17863. # include <assert.h>
  17864. #endif
  17865. /* Override any gcc2 internal prototype to avoid an error.  */
  17866. #ifdef __cplusplus
  17867. extern "C"
  17868. {
  17869. #endif
  17870. /* We use char because int might match the return type of a gcc2
  17871.    builtin and then its argument prototype would still apply.  */
  17872. char difftime ();
  17873. /* The GNU C library defines this for functions which it implements
  17874.     to always fail with ENOSYS.  Some functions are actually named
  17875.     something starting with __ and the normal name is an alias.  */
  17876. #if defined (__stub_difftime) || defined (__stub___difftime)
  17877. choke me
  17878. #else
  17879. char (*f) () = difftime;
  17880. #endif
  17881. #ifdef __cplusplus
  17882. }
  17883. #endif
  17884.  
  17885. int
  17886. main ()
  17887. {
  17888. return f != difftime;
  17889.   ;
  17890.   return 0;
  17891. }
  17892. _ACEOF
  17893. rm -f conftest.$ac_objext conftest$ac_exeext
  17894. if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  17895.   (eval $ac_link) 2>&5
  17896.   ac_status=$?
  17897.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  17898.   (exit $ac_status); } &&
  17899.          { ac_try='test -s conftest$ac_exeext'
  17900.   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  17901.   (eval $ac_try) 2>&5
  17902.   ac_status=$?
  17903.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  17904.   (exit $ac_status); }; }; then
  17905.   ac_cv_func_difftime=yes
  17906. else
  17907.   echo "$as_me: failed program was:" >&5
  17908. sed 's/^/| /' conftest.$ac_ext >&5
  17909.  
  17910. ac_cv_func_difftime=no
  17911. fi
  17912. rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  17913. fi
  17914. echo "$as_me:$LINENO: result: $ac_cv_func_difftime" >&5
  17915. echo "${ECHO_T}$ac_cv_func_difftime" >&6
  17916. if test $ac_cv_func_difftime = yes; then
  17917.   :
  17918. else
  17919.   cat >>confdefs.h <<\_ACEOF
  17920. #define NO_DIFFTIME 1
  17921. _ACEOF
  17922.  
  17923. fi
  17924.  
  17925.  
  17926. echo "$as_me:$LINENO: checking for putenv" >&5
  17927. echo $ECHO_N "checking for putenv... $ECHO_C" >&6
  17928. if test "${ac_cv_func_putenv+set}" = set; then
  17929.   echo $ECHO_N "(cached) $ECHO_C" >&6
  17930. else
  17931.   cat >conftest.$ac_ext <<_ACEOF
  17932. #line $LINENO "configure"
  17933. /* confdefs.h.  */
  17934. _ACEOF
  17935. cat confdefs.h >>conftest.$ac_ext
  17936. cat >>conftest.$ac_ext <<_ACEOF
  17937. /* end confdefs.h.  */
  17938. /* System header to define __stub macros and hopefully few prototypes,
  17939.     which can conflict with char putenv (); below.
  17940.     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  17941.     <limits.h> exists even on freestanding compilers.  */
  17942. #ifdef __STDC__
  17943. # include <limits.h>
  17944. #else
  17945. # include <assert.h>
  17946. #endif
  17947. /* Override any gcc2 internal prototype to avoid an error.  */
  17948. #ifdef __cplusplus
  17949. extern "C"
  17950. {
  17951. #endif
  17952. /* We use char because int might match the return type of a gcc2
  17953.    builtin and then its argument prototype would still apply.  */
  17954. char putenv ();
  17955. /* The GNU C library defines this for functions which it implements
  17956.     to always fail with ENOSYS.  Some functions are actually named
  17957.     something starting with __ and the normal name is an alias.  */
  17958. #if defined (__stub_putenv) || defined (__stub___putenv)
  17959. choke me
  17960. #else
  17961. char (*f) () = putenv;
  17962. #endif
  17963. #ifdef __cplusplus
  17964. }
  17965. #endif
  17966.  
  17967. int
  17968. main ()
  17969. {
  17970. return f != putenv;
  17971.   ;
  17972.   return 0;
  17973. }
  17974. _ACEOF
  17975. rm -f conftest.$ac_objext conftest$ac_exeext
  17976. if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  17977.   (eval $ac_link) 2>&5
  17978.   ac_status=$?
  17979.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  17980.   (exit $ac_status); } &&
  17981.          { ac_try='test -s conftest$ac_exeext'
  17982.   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  17983.   (eval $ac_try) 2>&5
  17984.   ac_status=$?
  17985.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  17986.   (exit $ac_status); }; }; then
  17987.   ac_cv_func_putenv=yes
  17988. else
  17989.   echo "$as_me: failed program was:" >&5
  17990. sed 's/^/| /' conftest.$ac_ext >&5
  17991.  
  17992. ac_cv_func_putenv=no
  17993. fi
  17994. rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  17995. fi
  17996. echo "$as_me:$LINENO: result: $ac_cv_func_putenv" >&5
  17997. echo "${ECHO_T}$ac_cv_func_putenv" >&6
  17998. if test $ac_cv_func_putenv = yes; then
  17999.   cat >>confdefs.h <<\_ACEOF
  18000. #define HAVE_PUTENV 1
  18001. _ACEOF
  18002.  
  18003. fi
  18004.  
  18005.  
  18006. echo "$as_me:$LINENO: checking for rint" >&5
  18007. echo $ECHO_N "checking for rint... $ECHO_C" >&6
  18008. if test "${ac_cv_func_rint+set}" = set; then
  18009.   echo $ECHO_N "(cached) $ECHO_C" >&6
  18010. else
  18011.   cat >conftest.$ac_ext <<_ACEOF
  18012. #line $LINENO "configure"
  18013. /* confdefs.h.  */
  18014. _ACEOF
  18015. cat confdefs.h >>conftest.$ac_ext
  18016. cat >>conftest.$ac_ext <<_ACEOF
  18017. /* end confdefs.h.  */
  18018. /* System header to define __stub macros and hopefully few prototypes,
  18019.     which can conflict with char rint (); below.
  18020.     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  18021.     <limits.h> exists even on freestanding compilers.  */
  18022. #ifdef __STDC__
  18023. # include <limits.h>
  18024. #else
  18025. # include <assert.h>
  18026. #endif
  18027. /* Override any gcc2 internal prototype to avoid an error.  */
  18028. #ifdef __cplusplus
  18029. extern "C"
  18030. {
  18031. #endif
  18032. /* We use char because int might match the return type of a gcc2
  18033.    builtin and then its argument prototype would still apply.  */
  18034. char rint ();
  18035. /* The GNU C library defines this for functions which it implements
  18036.     to always fail with ENOSYS.  Some functions are actually named
  18037.     something starting with __ and the normal name is an alias.  */
  18038. #if defined (__stub_rint) || defined (__stub___rint)
  18039. choke me
  18040. #else
  18041. char (*f) () = rint;
  18042. #endif
  18043. #ifdef __cplusplus
  18044. }
  18045. #endif
  18046.  
  18047. int
  18048. main ()
  18049. {
  18050. return f != rint;
  18051.   ;
  18052.   return 0;
  18053. }
  18054. _ACEOF
  18055. rm -f conftest.$ac_objext conftest$ac_exeext
  18056. if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  18057.   (eval $ac_link) 2>&5
  18058.   ac_status=$?
  18059.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  18060.   (exit $ac_status); } &&
  18061.          { ac_try='test -s conftest$ac_exeext'
  18062.   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  18063.   (eval $ac_try) 2>&5
  18064.   ac_status=$?
  18065.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  18066.   (exit $ac_status); }; }; then
  18067.   ac_cv_func_rint=yes
  18068. else
  18069.   echo "$as_me: failed program was:" >&5
  18070. sed 's/^/| /' conftest.$ac_ext >&5
  18071.  
  18072. ac_cv_func_rint=no
  18073. fi
  18074. rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  18075. fi
  18076. echo "$as_me:$LINENO: result: $ac_cv_func_rint" >&5
  18077. echo "${ECHO_T}$ac_cv_func_rint" >&6
  18078. if test $ac_cv_func_rint = yes; then
  18079.   cat >>confdefs.h <<\_ACEOF
  18080. #define HAVE_RINT 1
  18081. _ACEOF
  18082.  
  18083. else
  18084.  
  18085.   echo "$as_me:$LINENO: checking for rint in -lm" >&5
  18086. echo $ECHO_N "checking for rint in -lm... $ECHO_C" >&6
  18087. if test "${ac_cv_lib_m_rint+set}" = set; then
  18088.   echo $ECHO_N "(cached) $ECHO_C" >&6
  18089. else
  18090.   ac_check_lib_save_LIBS=$LIBS
  18091. LIBS="-lm  $LIBS"
  18092. cat >conftest.$ac_ext <<_ACEOF
  18093. #line $LINENO "configure"
  18094. /* confdefs.h.  */
  18095. _ACEOF
  18096. cat confdefs.h >>conftest.$ac_ext
  18097. cat >>conftest.$ac_ext <<_ACEOF
  18098. /* end confdefs.h.  */
  18099.  
  18100. /* Override any gcc2 internal prototype to avoid an error.  */
  18101. #ifdef __cplusplus
  18102. extern "C"
  18103. #endif
  18104. /* We use char because int might match the return type of a gcc2
  18105.    builtin and then its argument prototype would still apply.  */
  18106. char rint ();
  18107. int
  18108. main ()
  18109. {
  18110. rint ();
  18111.   ;
  18112.   return 0;
  18113. }
  18114. _ACEOF
  18115. rm -f conftest.$ac_objext conftest$ac_exeext
  18116. if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  18117.   (eval $ac_link) 2>&5
  18118.   ac_status=$?
  18119.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  18120.   (exit $ac_status); } &&
  18121.          { ac_try='test -s conftest$ac_exeext'
  18122.   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  18123.   (eval $ac_try) 2>&5
  18124.   ac_status=$?
  18125.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  18126.   (exit $ac_status); }; }; then
  18127.   ac_cv_lib_m_rint=yes
  18128. else
  18129.   echo "$as_me: failed program was:" >&5
  18130. sed 's/^/| /' conftest.$ac_ext >&5
  18131.  
  18132. ac_cv_lib_m_rint=no
  18133. fi
  18134. rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  18135. LIBS=$ac_check_lib_save_LIBS
  18136. fi
  18137. echo "$as_me:$LINENO: result: $ac_cv_lib_m_rint" >&5
  18138. echo "${ECHO_T}$ac_cv_lib_m_rint" >&6
  18139. if test $ac_cv_lib_m_rint = yes; then
  18140.  
  18141.     cat >>confdefs.h <<\_ACEOF
  18142. #define HAVE_RINT 1
  18143. _ACEOF
  18144.  
  18145. fi
  18146.  
  18147. fi
  18148.  
  18149.  
  18150. if test x$os_win32 = xyes; then
  18151.     gimp_save_LIBS=$LIBS
  18152.   LIBS="$LIBS $GLIB_LIBS"
  18153.  
  18154. for ac_func in bind_textdomain_codeset
  18155. do
  18156. as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
  18157. echo "$as_me:$LINENO: checking for $ac_func" >&5
  18158. echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
  18159. if eval "test \"\${$as_ac_var+set}\" = set"; then
  18160.   echo $ECHO_N "(cached) $ECHO_C" >&6
  18161. else
  18162.   cat >conftest.$ac_ext <<_ACEOF
  18163. #line $LINENO "configure"
  18164. /* confdefs.h.  */
  18165. _ACEOF
  18166. cat confdefs.h >>conftest.$ac_ext
  18167. cat >>conftest.$ac_ext <<_ACEOF
  18168. /* end confdefs.h.  */
  18169. /* System header to define __stub macros and hopefully few prototypes,
  18170.     which can conflict with char $ac_func (); below.
  18171.     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  18172.     <limits.h> exists even on freestanding compilers.  */
  18173. #ifdef __STDC__
  18174. # include <limits.h>
  18175. #else
  18176. # include <assert.h>
  18177. #endif
  18178. /* Override any gcc2 internal prototype to avoid an error.  */
  18179. #ifdef __cplusplus
  18180. extern "C"
  18181. {
  18182. #endif
  18183. /* We use char because int might match the return type of a gcc2
  18184.    builtin and then its argument prototype would still apply.  */
  18185. char $ac_func ();
  18186. /* The GNU C library defines this for functions which it implements
  18187.     to always fail with ENOSYS.  Some functions are actually named
  18188.     something starting with __ and the normal name is an alias.  */
  18189. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  18190. choke me
  18191. #else
  18192. char (*f) () = $ac_func;
  18193. #endif
  18194. #ifdef __cplusplus
  18195. }
  18196. #endif
  18197.  
  18198. int
  18199. main ()
  18200. {
  18201. return f != $ac_func;
  18202.   ;
  18203.   return 0;
  18204. }
  18205. _ACEOF
  18206. rm -f conftest.$ac_objext conftest$ac_exeext
  18207. if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  18208.   (eval $ac_link) 2>&5
  18209.   ac_status=$?
  18210.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  18211.   (exit $ac_status); } &&
  18212.          { ac_try='test -s conftest$ac_exeext'
  18213.   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  18214.   (eval $ac_try) 2>&5
  18215.   ac_status=$?
  18216.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  18217.   (exit $ac_status); }; }; then
  18218.   eval "$as_ac_var=yes"
  18219. else
  18220.   echo "$as_me: failed program was:" >&5
  18221. sed 's/^/| /' conftest.$ac_ext >&5
  18222.  
  18223. eval "$as_ac_var=no"
  18224. fi
  18225. rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  18226. fi
  18227. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
  18228. echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
  18229. if test `eval echo '${'$as_ac_var'}'` = yes; then
  18230.   cat >>confdefs.h <<_ACEOF
  18231. #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
  18232. _ACEOF
  18233.  
  18234. fi
  18235. done
  18236.  
  18237.   LIBS=$gimp_save_LIBS
  18238.  
  18239.     CFLAGS="$CFLAGS -DHACK_FOR_BUG_66859"
  18240. fi
  18241.  
  18242.  
  18243. for ac_func in mmap
  18244. do
  18245. as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
  18246. echo "$as_me:$LINENO: checking for $ac_func" >&5
  18247. echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
  18248. if eval "test \"\${$as_ac_var+set}\" = set"; then
  18249.   echo $ECHO_N "(cached) $ECHO_C" >&6
  18250. else
  18251.   cat >conftest.$ac_ext <<_ACEOF
  18252. #line $LINENO "configure"
  18253. /* confdefs.h.  */
  18254. _ACEOF
  18255. cat confdefs.h >>conftest.$ac_ext
  18256. cat >>conftest.$ac_ext <<_ACEOF
  18257. /* end confdefs.h.  */
  18258. /* System header to define __stub macros and hopefully few prototypes,
  18259.     which can conflict with char $ac_func (); below.
  18260.     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  18261.     <limits.h> exists even on freestanding compilers.  */
  18262. #ifdef __STDC__
  18263. # include <limits.h>
  18264. #else
  18265. # include <assert.h>
  18266. #endif
  18267. /* Override any gcc2 internal prototype to avoid an error.  */
  18268. #ifdef __cplusplus
  18269. extern "C"
  18270. {
  18271. #endif
  18272. /* We use char because int might match the return type of a gcc2
  18273.    builtin and then its argument prototype would still apply.  */
  18274. char $ac_func ();
  18275. /* The GNU C library defines this for functions which it implements
  18276.     to always fail with ENOSYS.  Some functions are actually named
  18277.     something starting with __ and the normal name is an alias.  */
  18278. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  18279. choke me
  18280. #else
  18281. char (*f) () = $ac_func;
  18282. #endif
  18283. #ifdef __cplusplus
  18284. }
  18285. #endif
  18286.  
  18287. int
  18288. main ()
  18289. {
  18290. return f != $ac_func;
  18291.   ;
  18292.   return 0;
  18293. }
  18294. _ACEOF
  18295. rm -f conftest.$ac_objext conftest$ac_exeext
  18296. if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  18297.   (eval $ac_link) 2>&5
  18298.   ac_status=$?
  18299.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  18300.   (exit $ac_status); } &&
  18301.          { ac_try='test -s conftest$ac_exeext'
  18302.   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  18303.   (eval $ac_try) 2>&5
  18304.   ac_status=$?
  18305.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  18306.   (exit $ac_status); }; }; then
  18307.   eval "$as_ac_var=yes"
  18308. else
  18309.   echo "$as_me: failed program was:" >&5
  18310. sed 's/^/| /' conftest.$ac_ext >&5
  18311.  
  18312. eval "$as_ac_var=no"
  18313. fi
  18314. rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  18315. fi
  18316. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
  18317. echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
  18318. if test `eval echo '${'$as_ac_var'}'` = yes; then
  18319.   cat >>confdefs.h <<_ACEOF
  18320. #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
  18321. _ACEOF
  18322.  
  18323. fi
  18324. done
  18325.  
  18326.  
  18327. # Extract the first word of "gnome-config", so it can be a program name with args.
  18328. set dummy gnome-config; ac_word=$2
  18329. echo "$as_me:$LINENO: checking for $ac_word" >&5
  18330. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  18331. if test "${ac_cv_path_GNOME_CONFIG+set}" = set; then
  18332.   echo $ECHO_N "(cached) $ECHO_C" >&6
  18333. else
  18334.   case $GNOME_CONFIG in
  18335.   [\\/]* | ?:[\\/]*)
  18336.   ac_cv_path_GNOME_CONFIG="$GNOME_CONFIG" # Let the user override the test with a path.
  18337.   ;;
  18338.   *)
  18339.   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  18340. for as_dir in $PATH
  18341. do
  18342.   IFS=$as_save_IFS
  18343.   test -z "$as_dir" && as_dir=.
  18344.   for ac_exec_ext in '' $ac_executable_extensions; do
  18345.   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  18346.     ac_cv_path_GNOME_CONFIG="$as_dir/$ac_word$ac_exec_ext"
  18347.     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  18348.     break 2
  18349.   fi
  18350. done
  18351. done
  18352.  
  18353.   test -z "$ac_cv_path_GNOME_CONFIG" && ac_cv_path_GNOME_CONFIG="no"
  18354.   ;;
  18355. esac
  18356. fi
  18357. GNOME_CONFIG=$ac_cv_path_GNOME_CONFIG
  18358.  
  18359. if test -n "$GNOME_CONFIG"; then
  18360.   echo "$as_me:$LINENO: result: $GNOME_CONFIG" >&5
  18361. echo "${ECHO_T}$GNOME_CONFIG" >&6
  18362. else
  18363.   echo "$as_me:$LINENO: result: no" >&5
  18364. echo "${ECHO_T}no" >&6
  18365. fi
  18366.  
  18367. if test "$GNOME_CONFIG" = "no"; then
  18368.     HELPBROWSER=
  18369.   if test -n "$LIBPNG" && test -n "$LIBJPEG" && test -n "$LIBXPM"; then
  18370.     helpbrowser_save_LIBS=$LIBS
  18371.     LIBS="$LIBS $LIBPNG $LIBJPEG $LIBXPM"
  18372.     echo "$as_me:$LINENO: checking for gtk_xmhtml_new in -lgtkxmhtml" >&5
  18373. echo $ECHO_N "checking for gtk_xmhtml_new in -lgtkxmhtml... $ECHO_C" >&6
  18374. if test "${ac_cv_lib_gtkxmhtml_gtk_xmhtml_new+set}" = set; then
  18375.   echo $ECHO_N "(cached) $ECHO_C" >&6
  18376. else
  18377.   ac_check_lib_save_LIBS=$LIBS
  18378. LIBS="-lgtkxmhtml  $LIBS"
  18379. cat >conftest.$ac_ext <<_ACEOF
  18380. #line $LINENO "configure"
  18381. /* confdefs.h.  */
  18382. _ACEOF
  18383. cat confdefs.h >>conftest.$ac_ext
  18384. cat >>conftest.$ac_ext <<_ACEOF
  18385. /* end confdefs.h.  */
  18386.  
  18387. /* Override any gcc2 internal prototype to avoid an error.  */
  18388. #ifdef __cplusplus
  18389. extern "C"
  18390. #endif
  18391. /* We use char because int might match the return type of a gcc2
  18392.    builtin and then its argument prototype would still apply.  */
  18393. char gtk_xmhtml_new ();
  18394. int
  18395. main ()
  18396. {
  18397. gtk_xmhtml_new ();
  18398.   ;
  18399.   return 0;
  18400. }
  18401. _ACEOF
  18402. rm -f conftest.$ac_objext conftest$ac_exeext
  18403. if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  18404.   (eval $ac_link) 2>&5
  18405.   ac_status=$?
  18406.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  18407.   (exit $ac_status); } &&
  18408.          { ac_try='test -s conftest$ac_exeext'
  18409.   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  18410.   (eval $ac_try) 2>&5
  18411.   ac_status=$?
  18412.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  18413.   (exit $ac_status); }; }; then
  18414.   ac_cv_lib_gtkxmhtml_gtk_xmhtml_new=yes
  18415. else
  18416.   echo "$as_me: failed program was:" >&5
  18417. sed 's/^/| /' conftest.$ac_ext >&5
  18418.  
  18419. ac_cv_lib_gtkxmhtml_gtk_xmhtml_new=no
  18420. fi
  18421. rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  18422. LIBS=$ac_check_lib_save_LIBS
  18423. fi
  18424. echo "$as_me:$LINENO: result: $ac_cv_lib_gtkxmhtml_gtk_xmhtml_new" >&5
  18425. echo "${ECHO_T}$ac_cv_lib_gtkxmhtml_gtk_xmhtml_new" >&6
  18426. if test $ac_cv_lib_gtkxmhtml_gtk_xmhtml_new = yes; then
  18427.   GTKXMHTML_CFLAGS=$GTK_CFLAGS
  18428.       GTKXMHTML_LIBS="-lgtkxmhtml $LIBPNG $LIBJPEG $LIBXPM $GTK_LIBS"
  18429.       HELPBROWSER=helpbrowser
  18430. else
  18431.   { echo "$as_me:$LINENO: WARNING: *** Help browser plug-in will not be built (GtkXMHTML library not found) ***" >&5
  18432. echo "$as_me: WARNING: *** Help browser plug-in will not be built (GtkXMHTML library not found) ***" >&2;}
  18433. fi
  18434.  
  18435.     LIBS=$helpbrowser_save_LIBS
  18436.   else
  18437.     { echo "$as_me:$LINENO: WARNING: *** Help browser plug-in will not be built (PNG, JPEG or XPM libraries not found) ***" >&5
  18438. echo "$as_me: WARNING: *** Help browser plug-in will not be built (PNG, JPEG or XPM libraries not found) ***" >&2;}
  18439.   fi
  18440. else
  18441.   GTKXMHTML_CFLAGS=`$GNOME_CONFIG --cflags gnomeui`
  18442.   GTKXMHTML_LIBS=`$GNOME_CONFIG --libs gtkxmhtml`
  18443.   HELPBROWSER=helpbrowser
  18444. fi
  18445.  
  18446. if test -n "$HELPBROWSER"; then
  18447.   CPPFLAGS="$CPPFLAGS $GTKXMHTML_CFLAGS"
  18448.   LDFLAGS="$LDFLAGS `echo $GTKXMHTML_LIBS | sed 's/\(.*\)\(-lgtkxmhtml.*\)/\1/'`"
  18449.   LIBS="$LIBS $GTKXMHTML_LIBS"
  18450.  
  18451.   echo "$as_me:$LINENO: checking to see if we can build with GtkXMHTML" >&5
  18452. echo $ECHO_N "checking to see if we can build with GtkXMHTML... $ECHO_C" >&6
  18453.   cat >conftest.$ac_ext <<_ACEOF
  18454. #line $LINENO "configure"
  18455. /* confdefs.h.  */
  18456. _ACEOF
  18457. cat confdefs.h >>conftest.$ac_ext
  18458. cat >>conftest.$ac_ext <<_ACEOF
  18459. /* end confdefs.h.  */
  18460. #include <gtk-xmhtml/gtk-xmhtml.h>
  18461. int
  18462. main ()
  18463. {
  18464. return 0;
  18465.   ;
  18466.   return 0;
  18467. }
  18468. _ACEOF
  18469. rm -f conftest.$ac_objext conftest$ac_exeext
  18470. if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  18471.   (eval $ac_link) 2>&5
  18472.   ac_status=$?
  18473.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  18474.   (exit $ac_status); } &&
  18475.          { ac_try='test -s conftest$ac_exeext'
  18476.   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  18477.   (eval $ac_try) 2>&5
  18478.   ac_status=$?
  18479.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  18480.   (exit $ac_status); }; }; then
  18481.   gtkxmhtml_ok=yes
  18482. else
  18483.   echo "$as_me: failed program was:" >&5
  18484. sed 's/^/| /' conftest.$ac_ext >&5
  18485.  
  18486. gtkxmhtml_ok=no
  18487. fi
  18488. rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  18489.   echo "$as_me:$LINENO: result: $gtkxmhtml_ok" >&5
  18490. echo "${ECHO_T}$gtkxmhtml_ok" >&6
  18491.  
  18492.   if test "$gtkxmhtml_ok" = no; then
  18493.     { echo "$as_me:$LINENO: WARNING: *** Help browser plug-in will not be built (GtkXMHTML setup busted) ***" >&5
  18494. echo "$as_me: WARNING: *** Help browser plug-in will not be built (GtkXMHTML setup busted) ***" >&2;}
  18495.     HELPBROWSER=
  18496.   fi
  18497. fi
  18498.  
  18499. CPPFLAGS="$gimp_save_CPPFLAGS"
  18500. LDFLAGS="$gimp_save_LDFLAGS"
  18501. LIBS="$gimp_save_LIBS"
  18502.  
  18503.  
  18504.  
  18505. # Check whether --with-mp or --without-mp was given.
  18506. if test "${with_mp+set}" = set; then
  18507.   withval="$with_mp"
  18508.  
  18509. fi;
  18510. GIMP_MP_LIBS=
  18511. if test "x$with_mp" = "xyes"; then
  18512.   echo "$as_me:$LINENO: checking for pthread_attr_init in -lpthread" >&5
  18513. echo $ECHO_N "checking for pthread_attr_init in -lpthread... $ECHO_C" >&6
  18514. if test "${ac_cv_lib_pthread_pthread_attr_init+set}" = set; then
  18515.   echo $ECHO_N "(cached) $ECHO_C" >&6
  18516. else
  18517.   ac_check_lib_save_LIBS=$LIBS
  18518. LIBS="-lpthread  $LIBS"
  18519. cat >conftest.$ac_ext <<_ACEOF
  18520. #line $LINENO "configure"
  18521. /* confdefs.h.  */
  18522. _ACEOF
  18523. cat confdefs.h >>conftest.$ac_ext
  18524. cat >>conftest.$ac_ext <<_ACEOF
  18525. /* end confdefs.h.  */
  18526.  
  18527. /* Override any gcc2 internal prototype to avoid an error.  */
  18528. #ifdef __cplusplus
  18529. extern "C"
  18530. #endif
  18531. /* We use char because int might match the return type of a gcc2
  18532.    builtin and then its argument prototype would still apply.  */
  18533. char pthread_attr_init ();
  18534. int
  18535. main ()
  18536. {
  18537. pthread_attr_init ();
  18538.   ;
  18539.   return 0;
  18540. }
  18541. _ACEOF
  18542. rm -f conftest.$ac_objext conftest$ac_exeext
  18543. if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  18544.   (eval $ac_link) 2>&5
  18545.   ac_status=$?
  18546.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  18547.   (exit $ac_status); } &&
  18548.          { ac_try='test -s conftest$ac_exeext'
  18549.   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  18550.   (eval $ac_try) 2>&5
  18551.   ac_status=$?
  18552.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  18553.   (exit $ac_status); }; }; then
  18554.   ac_cv_lib_pthread_pthread_attr_init=yes
  18555. else
  18556.   echo "$as_me: failed program was:" >&5
  18557. sed 's/^/| /' conftest.$ac_ext >&5
  18558.  
  18559. ac_cv_lib_pthread_pthread_attr_init=no
  18560. fi
  18561. rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  18562. LIBS=$ac_check_lib_save_LIBS
  18563. fi
  18564. echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_attr_init" >&5
  18565. echo "${ECHO_T}$ac_cv_lib_pthread_pthread_attr_init" >&6
  18566. if test $ac_cv_lib_pthread_pthread_attr_init = yes; then
  18567.   cat >>confdefs.h <<\_ACEOF
  18568. #define ENABLE_MP 1
  18569. _ACEOF
  18570.  
  18571.     GIMP_MP_LIBS="-lpthread"
  18572.     GIMP_MP_FLAGS="-D_REENTRANT"
  18573. else
  18574.   # AIX has libpthreads, cause they're special. Special friends (TM)
  18575.     echo "$as_me:$LINENO: checking for pthread_attr_init in -lpthreads" >&5
  18576. echo $ECHO_N "checking for pthread_attr_init in -lpthreads... $ECHO_C" >&6
  18577. if test "${ac_cv_lib_pthreads_pthread_attr_init+set}" = set; then
  18578.   echo $ECHO_N "(cached) $ECHO_C" >&6
  18579. else
  18580.   ac_check_lib_save_LIBS=$LIBS
  18581. LIBS="-lpthreads  $LIBS"
  18582. cat >conftest.$ac_ext <<_ACEOF
  18583. #line $LINENO "configure"
  18584. /* confdefs.h.  */
  18585. _ACEOF
  18586. cat confdefs.h >>conftest.$ac_ext
  18587. cat >>conftest.$ac_ext <<_ACEOF
  18588. /* end confdefs.h.  */
  18589.  
  18590. /* Override any gcc2 internal prototype to avoid an error.  */
  18591. #ifdef __cplusplus
  18592. extern "C"
  18593. #endif
  18594. /* We use char because int might match the return type of a gcc2
  18595.    builtin and then its argument prototype would still apply.  */
  18596. char pthread_attr_init ();
  18597. int
  18598. main ()
  18599. {
  18600. pthread_attr_init ();
  18601.   ;
  18602.   return 0;
  18603. }
  18604. _ACEOF
  18605. rm -f conftest.$ac_objext conftest$ac_exeext
  18606. if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  18607.   (eval $ac_link) 2>&5
  18608.   ac_status=$?
  18609.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  18610.   (exit $ac_status); } &&
  18611.          { ac_try='test -s conftest$ac_exeext'
  18612.   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  18613.   (eval $ac_try) 2>&5
  18614.   ac_status=$?
  18615.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  18616.   (exit $ac_status); }; }; then
  18617.   ac_cv_lib_pthreads_pthread_attr_init=yes
  18618. else
  18619.   echo "$as_me: failed program was:" >&5
  18620. sed 's/^/| /' conftest.$ac_ext >&5
  18621.  
  18622. ac_cv_lib_pthreads_pthread_attr_init=no
  18623. fi
  18624. rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  18625. LIBS=$ac_check_lib_save_LIBS
  18626. fi
  18627. echo "$as_me:$LINENO: result: $ac_cv_lib_pthreads_pthread_attr_init" >&5
  18628. echo "${ECHO_T}$ac_cv_lib_pthreads_pthread_attr_init" >&6
  18629. if test $ac_cv_lib_pthreads_pthread_attr_init = yes; then
  18630.   cat >>confdefs.h <<\_ACEOF
  18631. #define ENABLE_MP 1
  18632. _ACEOF
  18633.  
  18634.       GIMP_MP_LIBS="-lpthreads"
  18635.       GIMP_MP_FLAGS="-D_REENTRANT -D_THREAD_SAFE"
  18636. fi
  18637.  
  18638. fi
  18639.  
  18640. fi
  18641.  
  18642. gimpdatadir=$datadir/$PACKAGE/$GIMP_MAJOR_VERSION.$GIMP_MINOR_VERSION
  18643. gimpplugindir=$libdir/$PACKAGE/$GIMP_MAJOR_VERSION.$GIMP_MINOR_VERSION
  18644. gimpsysconfdir=$sysconfdir/$PACKAGE/$GIMP_MAJOR_VERSION.$GIMP_MINOR_VERSION
  18645.  
  18646. localedir='${prefix}/${DATADIRNAME}/locale'
  18647.  
  18648. brushdata=`ls -1 $srcdir/data/brushes | grep -v Makefile`
  18649. gradientdata=`ls -1 $srcdir/data/gradients | grep -v Makefile`
  18650. palettedata=`ls -1 $srcdir/data/palettes | grep -v Makefile`
  18651. patterndata=`ls -1 $srcdir/data/patterns | grep -v Makefile`
  18652.  
  18653. brushdata=`echo $brushdata`
  18654. gradientdata=`echo $gradientdata`
  18655. palettedata=`echo $palettedata`
  18656. patterndata=`echo $patterndata`
  18657.  
  18658. for ac_prog in emacs xemacs
  18659. do
  18660.   # Extract the first word of "$ac_prog", so it can be a program name with args.
  18661. set dummy $ac_prog; ac_word=$2
  18662. echo "$as_me:$LINENO: checking for $ac_word" >&5
  18663. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  18664. if test "${ac_cv_path_EMACS+set}" = set; then
  18665.   echo $ECHO_N "(cached) $ECHO_C" >&6
  18666. else
  18667.   case $EMACS in
  18668.   [\\/]* | ?:[\\/]*)
  18669.   ac_cv_path_EMACS="$EMACS" # Let the user override the test with a path.
  18670.   ;;
  18671.   *)
  18672.   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  18673. for as_dir in $PATH
  18674. do
  18675.   IFS=$as_save_IFS
  18676.   test -z "$as_dir" && as_dir=.
  18677.   for ac_exec_ext in '' $ac_executable_extensions; do
  18678.   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  18679.     ac_cv_path_EMACS="$as_dir/$ac_word$ac_exec_ext"
  18680.     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  18681.     break 2
  18682.   fi
  18683. done
  18684. done
  18685.  
  18686.   ;;
  18687. esac
  18688. fi
  18689. EMACS=$ac_cv_path_EMACS
  18690.  
  18691. if test -n "$EMACS"; then
  18692.   echo "$as_me:$LINENO: result: $EMACS" >&5
  18693. echo "${ECHO_T}$EMACS" >&6
  18694. else
  18695.   echo "$as_me:$LINENO: result: no" >&5
  18696. echo "${ECHO_T}no" >&6
  18697. fi
  18698.  
  18699.   test -n "$EMACS" && break
  18700. done
  18701. test -n "$EMACS" || EMACS=":"
  18702.  
  18703.  
  18704. # Extract the first word of "gtkdoc-mkdb", so it can be a program name with args.
  18705. set dummy gtkdoc-mkdb; ac_word=$2
  18706. echo "$as_me:$LINENO: checking for $ac_word" >&5
  18707. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  18708. if test "${ac_cv_prog_GTKDOC+set}" = set; then
  18709.   echo $ECHO_N "(cached) $ECHO_C" >&6
  18710. else
  18711.   if test -n "$GTKDOC"; then
  18712.   ac_cv_prog_GTKDOC="$GTKDOC" # Let the user override the test.
  18713. else
  18714. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  18715. for as_dir in $PATH
  18716. do
  18717.   IFS=$as_save_IFS
  18718.   test -z "$as_dir" && as_dir=.
  18719.   for ac_exec_ext in '' $ac_executable_extensions; do
  18720.   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  18721.     ac_cv_prog_GTKDOC="true"
  18722.     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  18723.     break 2
  18724.   fi
  18725. done
  18726. done
  18727.  
  18728.   test -z "$ac_cv_prog_GTKDOC" && ac_cv_prog_GTKDOC="false"
  18729. fi
  18730. fi
  18731. GTKDOC=$ac_cv_prog_GTKDOC
  18732. if test -n "$GTKDOC"; then
  18733.   echo "$as_me:$LINENO: result: $GTKDOC" >&5
  18734. echo "${ECHO_T}$GTKDOC" >&6
  18735. else
  18736.   echo "$as_me:$LINENO: result: no" >&5
  18737. echo "${ECHO_T}no" >&6
  18738. fi
  18739.  
  18740.  
  18741.  
  18742. if $GTKDOC; then
  18743.   HAVE_GTK_DOC_TRUE=
  18744.   HAVE_GTK_DOC_FALSE='#'
  18745. else
  18746.   HAVE_GTK_DOC_TRUE='#'
  18747.   HAVE_GTK_DOC_FALSE=
  18748. fi
  18749.  
  18750.  
  18751. # Check whether --enable-gtk-doc or --disable-gtk-doc was given.
  18752. if test "${enable_gtk_doc+set}" = set; then
  18753.   enableval="$enable_gtk_doc"
  18754.   enable_gtk_doc="$enableval"
  18755. else
  18756.   enable_gtk_doc=auto
  18757. fi;
  18758.  
  18759. if test x$enable_gtk_doc = xauto ; then
  18760.   if test x$GTKDOC = xtrue ; then
  18761.     enable_gtk_doc=yes
  18762.   else
  18763.     enable_gtk_doc=no
  18764.   fi
  18765. fi
  18766.  
  18767.  
  18768.  
  18769. if test x$enable_gtk_doc = xyes; then
  18770.   ENABLE_GTK_DOC_TRUE=
  18771.   ENABLE_GTK_DOC_FALSE='#'
  18772. else
  18773.   ENABLE_GTK_DOC_TRUE='#'
  18774.   ENABLE_GTK_DOC_FALSE=
  18775. fi
  18776.  
  18777.  
  18778. # Check whether --with-html-dir or --without-html-dir was given.
  18779. if test "${with_html_dir+set}" = set; then
  18780.   withval="$with_html_dir"
  18781.  
  18782. fi;
  18783. if test "x$with_html_dir" = "x" ; then
  18784.   HTML_DIR='${gimpdatadir}/devel-docs/html'
  18785. else
  18786.   HTML_DIR=$with_html_dir
  18787. fi
  18788.  
  18789.  
  18790. # Check whether --with-sendmail or --without-sendmail was given.
  18791. if test "${with_sendmail+set}" = set; then
  18792.   withval="$with_sendmail"
  18793.  
  18794. fi;
  18795.  
  18796. if test "x$with_sendmail" != "x"; then
  18797.   sendmail_path=$with_sendmail
  18798. else
  18799.   sendmail_path=$PATH:/usr/sbin:/usr/lib
  18800. fi
  18801.  
  18802. # Extract the first word of "sendmail", so it can be a program name with args.
  18803. set dummy sendmail; ac_word=$2
  18804. echo "$as_me:$LINENO: checking for $ac_word" >&5
  18805. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  18806. if test "${ac_cv_path_SENDMAIL+set}" = set; then
  18807.   echo $ECHO_N "(cached) $ECHO_C" >&6
  18808. else
  18809.   case $SENDMAIL in
  18810.   [\\/]* | ?:[\\/]*)
  18811.   ac_cv_path_SENDMAIL="$SENDMAIL" # Let the user override the test with a path.
  18812.   ;;
  18813.   *)
  18814.   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  18815. for as_dir in $sendmail_path
  18816. do
  18817.   IFS=$as_save_IFS
  18818.   test -z "$as_dir" && as_dir=.
  18819.   for ac_exec_ext in '' $ac_executable_extensions; do
  18820.   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  18821.     ac_cv_path_SENDMAIL="$as_dir/$ac_word$ac_exec_ext"
  18822.     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  18823.     break 2
  18824.   fi
  18825. done
  18826. done
  18827.  
  18828.   ;;
  18829. esac
  18830. fi
  18831. SENDMAIL=$ac_cv_path_SENDMAIL
  18832.  
  18833. if test -n "$SENDMAIL"; then
  18834.   echo "$as_me:$LINENO: result: $SENDMAIL" >&5
  18835. echo "${ECHO_T}$SENDMAIL" >&6
  18836. else
  18837.   echo "$as_me:$LINENO: result: no" >&5
  18838. echo "${ECHO_T}no" >&6
  18839. fi
  18840.  
  18841. if test "x$SENDMAIL" != "x"; then
  18842.  
  18843. cat >>confdefs.h <<_ACEOF
  18844. #define SENDMAIL "$SENDMAIL"
  18845. _ACEOF
  18846.  
  18847. fi
  18848.  
  18849.  
  18850. GIMPPRINT_REQUIRED_VERSION=4.2.0
  18851. # Check whether --enable-print or --disable-print was given.
  18852. if test "${enable_print+set}" = set; then
  18853.   enableval="$enable_print"
  18854.  
  18855. fi;
  18856.   if test "x$enable_print" != "xno"; then
  18857.   # Extract the first word of "gimpprint-config", so it can be a program name with args.
  18858. set dummy gimpprint-config; ac_word=$2
  18859. echo "$as_me:$LINENO: checking for $ac_word" >&5
  18860. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  18861. if test "${ac_cv_path_PRINT_CONFIG+set}" = set; then
  18862.   echo $ECHO_N "(cached) $ECHO_C" >&6
  18863. else
  18864.   case $PRINT_CONFIG in
  18865.   [\\/]* | ?:[\\/]*)
  18866.   ac_cv_path_PRINT_CONFIG="$PRINT_CONFIG" # Let the user override the test with a path.
  18867.   ;;
  18868.   *)
  18869.   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  18870. for as_dir in $PATH
  18871. do
  18872.   IFS=$as_save_IFS
  18873.   test -z "$as_dir" && as_dir=.
  18874.   for ac_exec_ext in '' $ac_executable_extensions; do
  18875.   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  18876.     ac_cv_path_PRINT_CONFIG="$as_dir/$ac_word$ac_exec_ext"
  18877.     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  18878.     break 2
  18879.   fi
  18880. done
  18881. done
  18882.  
  18883.   test -z "$ac_cv_path_PRINT_CONFIG" && ac_cv_path_PRINT_CONFIG="no"
  18884.   ;;
  18885. esac
  18886. fi
  18887. PRINT_CONFIG=$ac_cv_path_PRINT_CONFIG
  18888.  
  18889. if test -n "$PRINT_CONFIG"; then
  18890.   echo "$as_me:$LINENO: result: $PRINT_CONFIG" >&5
  18891. echo "${ECHO_T}$PRINT_CONFIG" >&6
  18892. else
  18893.   echo "$as_me:$LINENO: result: no" >&5
  18894. echo "${ECHO_T}no" >&6
  18895. fi
  18896.  
  18897.     if test "x$PRINT_CONFIG" != "xno"; then
  18898.       echo "$as_me:$LINENO: checking for gimpprint >= $GIMPPRINT_REQUIRED_VERSION" >&5
  18899. echo $ECHO_N "checking for gimpprint >= $GIMPPRINT_REQUIRED_VERSION... $ECHO_C" >&6
  18900.       print_version=`$PRINT_CONFIG --version`
  18901.       if expr $print_version \>= $GIMPPRINT_REQUIRED_VERSION >/dev/null; then
  18902.         echo "$as_me:$LINENO: result: yes (version $print_version)" >&5
  18903. echo "${ECHO_T}yes (version $print_version)" >&6
  18904.         PRINT=print
  18905.         PRINT_LIBS=`$PRINT_CONFIG --libs`
  18906.         PRINT_CFLAGS=`$PRINT_CONFIG --cflags`
  18907.       else
  18908.         { echo "$as_me:$LINENO: WARNING:
  18909. *** libgimpprint version $print_version is too old.
  18910. *** You need at least version $GIMPPRINT_REQUIRED_VERSION." >&5
  18911. echo "$as_me: WARNING:
  18912. *** libgimpprint version $print_version is too old.
  18913. *** You need at least version $GIMPPRINT_REQUIRED_VERSION." >&2;}
  18914.       fi
  18915.     fi
  18916.   fi
  18917.  
  18918. if test x$enable_print != xno && test -z "$PRINT"; then
  18919.   { { echo "$as_me:$LINENO: error:
  18920. *** Check for libgimpprint failed. You can download it from
  18921. *** http://gimp-print.sourceforge.net/ or you can build without it by passing
  18922. *** --disable-print to configure (but you won't be able to print then)." >&5
  18923. echo "$as_me: error:
  18924. *** Check for libgimpprint failed. You can download it from
  18925. *** http://gimp-print.sourceforge.net/ or you can build without it by passing
  18926. *** --disable-print to configure (but you won't be able to print then)." >&2;}
  18927.    { (exit 1); exit 1; }; }
  18928. fi
  18929.  
  18930.  
  18931. # Check whether --enable-perl or --disable-perl was given.
  18932. if test "${enable_perl+set}" = set; then
  18933.   enableval="$enable_perl"
  18934.  
  18935. fi;
  18936.  
  18937.  
  18938. # Check whether --with-pdbgen or --without-pdbgen was given.
  18939. if test "${with_pdbgen+set}" = set; then
  18940.   withval="$with_pdbgen"
  18941.  
  18942. else
  18943.   with_pdbgen=$enable_maintainer_mode
  18944. fi;
  18945.  
  18946. if test "x$enable_perl" != xno || test "x$with_pdbgen" = xyes ; then
  18947.    for ac_prog in perl5 perl perl5.005 perl5.004
  18948. do
  18949.   # Extract the first word of "$ac_prog", so it can be a program name with args.
  18950. set dummy $ac_prog; ac_word=$2
  18951. echo "$as_me:$LINENO: checking for $ac_word" >&5
  18952. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  18953. if test "${ac_cv_path_PERL+set}" = set; then
  18954.   echo $ECHO_N "(cached) $ECHO_C" >&6
  18955. else
  18956.   case $PERL in
  18957.   [\\/]* | ?:[\\/]*)
  18958.   ac_cv_path_PERL="$PERL" # Let the user override the test with a path.
  18959.   ;;
  18960.   *)
  18961.   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  18962. for as_dir in $PATH
  18963. do
  18964.   IFS=$as_save_IFS
  18965.   test -z "$as_dir" && as_dir=.
  18966.   for ac_exec_ext in '' $ac_executable_extensions; do
  18967.   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  18968.     ac_cv_path_PERL="$as_dir/$ac_word$ac_exec_ext"
  18969.     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  18970.     break 2
  18971.   fi
  18972. done
  18973. done
  18974.  
  18975.   ;;
  18976. esac
  18977. fi
  18978. PERL=$ac_cv_path_PERL
  18979.  
  18980. if test -n "$PERL"; then
  18981.   echo "$as_me:$LINENO: result: $PERL" >&5
  18982. echo "${ECHO_T}$PERL" >&6
  18983. else
  18984.   echo "$as_me:$LINENO: result: no" >&5
  18985. echo "${ECHO_T}no" >&6
  18986. fi
  18987.  
  18988.   test -n "$PERL" && break
  18989. done
  18990. test -n "$PERL" || PERL="perl"
  18991.  
  18992. fi
  18993.  
  18994.  
  18995.  
  18996. if test x$with_pdbgen = xyes; then
  18997.   WITH_PDBGEN_TRUE=
  18998.   WITH_PDBGEN_FALSE='#'
  18999. else
  19000.   WITH_PDBGEN_TRUE='#'
  19001.   WITH_PDBGEN_FALSE=
  19002. fi
  19003.  
  19004.  
  19005. if test x$enable_maintainer_mode = xyes; then
  19006.   WITH_AUTHORSGEN_TRUE=
  19007.   WITH_AUTHORSGEN_FALSE='#'
  19008. else
  19009.   WITH_AUTHORSGEN_TRUE='#'
  19010.   WITH_AUTHORSGEN_FALSE=
  19011. fi
  19012.  
  19013. rm -f plug-ins/perl/config.status
  19014.  
  19015. if test "x$enable_perl" != xno; then
  19016.    echo "$as_me:$LINENO: checking for perl version >= 5.004_04" >&5
  19017. echo $ECHO_N "checking for perl version >= 5.004_04... $ECHO_C" >&6
  19018.    if test "`$PERL -e 'print $]>=5.004_04'`" = "1"; then
  19019.       echo "$as_me:$LINENO: result: yes" >&5
  19020. echo "${ECHO_T}yes" >&6
  19021.  
  19022.             if test ! -f plug-ins/perl/Makefile.PL; then
  19023.          mkdir plug-ins || true
  19024.          cp -r $srcdir/plug-ins/perl plug-ins/perl
  19025.       fi
  19026.  
  19027.             GIMP_CFLAGS_NOUI="-I\$topdir/../.. $GLIB_CFLAGS $GTK_CFLAGS"
  19028.       GIMP_CFLAGS="$GIMP_CFLAGS_NOUI"
  19029.       GIMP_LIBS_NOUI="-L\$topdir/../../libgimp/.libs -L\$topdir/../../libgimp -lgimp $GLIB_LIBS $LIBS"
  19030.       GIMP_LIBS="$GIMP_LIBS_NOUI -lgimpui"
  19031.       GIMPTOOL="../../gimptool-1.2"
  19032.       IN_GIMP=1
  19033.       EXTENSIVE_TESTS=0
  19034.  
  19035.  
  19036. for ac_func in vsnprintf
  19037. do
  19038. as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
  19039. echo "$as_me:$LINENO: checking for $ac_func" >&5
  19040. echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
  19041. if eval "test \"\${$as_ac_var+set}\" = set"; then
  19042.   echo $ECHO_N "(cached) $ECHO_C" >&6
  19043. else
  19044.   cat >conftest.$ac_ext <<_ACEOF
  19045. #line $LINENO "configure"
  19046. /* confdefs.h.  */
  19047. _ACEOF
  19048. cat confdefs.h >>conftest.$ac_ext
  19049. cat >>conftest.$ac_ext <<_ACEOF
  19050. /* end confdefs.h.  */
  19051. /* System header to define __stub macros and hopefully few prototypes,
  19052.     which can conflict with char $ac_func (); below.
  19053.     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  19054.     <limits.h> exists even on freestanding compilers.  */
  19055. #ifdef __STDC__
  19056. # include <limits.h>
  19057. #else
  19058. # include <assert.h>
  19059. #endif
  19060. /* Override any gcc2 internal prototype to avoid an error.  */
  19061. #ifdef __cplusplus
  19062. extern "C"
  19063. {
  19064. #endif
  19065. /* We use char because int might match the return type of a gcc2
  19066.    builtin and then its argument prototype would still apply.  */
  19067. char $ac_func ();
  19068. /* The GNU C library defines this for functions which it implements
  19069.     to always fail with ENOSYS.  Some functions are actually named
  19070.     something starting with __ and the normal name is an alias.  */
  19071. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  19072. choke me
  19073. #else
  19074. char (*f) () = $ac_func;
  19075. #endif
  19076. #ifdef __cplusplus
  19077. }
  19078. #endif
  19079.  
  19080. int
  19081. main ()
  19082. {
  19083. return f != $ac_func;
  19084.   ;
  19085.   return 0;
  19086. }
  19087. _ACEOF
  19088. rm -f conftest.$ac_objext conftest$ac_exeext
  19089. if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  19090.   (eval $ac_link) 2>&5
  19091.   ac_status=$?
  19092.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  19093.   (exit $ac_status); } &&
  19094.          { ac_try='test -s conftest$ac_exeext'
  19095.   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  19096.   (eval $ac_try) 2>&5
  19097.   ac_status=$?
  19098.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  19099.   (exit $ac_status); }; }; then
  19100.   eval "$as_ac_var=yes"
  19101. else
  19102.   echo "$as_me: failed program was:" >&5
  19103. sed 's/^/| /' conftest.$ac_ext >&5
  19104.  
  19105. eval "$as_ac_var=no"
  19106. fi
  19107. rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  19108. fi
  19109. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
  19110. echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
  19111. if test `eval echo '${'$as_ac_var'}'` = yes; then
  19112.   cat >>confdefs.h <<_ACEOF
  19113. #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
  19114. _ACEOF
  19115.  cat >>confdefs.h <<\_ACEOF
  19116. #define HAVE_VSNPRINTF 1
  19117. _ACEOF
  19118.  
  19119. else
  19120.  
  19121.    { echo "$as_me:$LINENO: WARNING: vsnprintf not found.. I hope you are using gcc..." >&5
  19122. echo "$as_me: WARNING: vsnprintf not found.. I hope you are using gcc..." >&2;}
  19123.  
  19124. fi
  19125. done
  19126.  
  19127.  
  19128. echo "$as_me:$LINENO: checking for intelligent life" >&5
  19129. echo $ECHO_N "checking for intelligent life... $ECHO_C" >&6
  19130. echo "$as_me:$LINENO: result: not found" >&5
  19131. echo "${ECHO_T}not found" >&6
  19132.  
  19133.  
  19134.  
  19135.  
  19136.  
  19137.  
  19138.  
  19139.  
  19140.  
  19141.  
  19142.  
  19143.  
  19144.  
  19145.  
  19146.  
  19147.  
  19148.  
  19149.  
  19150.  
  19151.  
  19152. for ac_func in _exit
  19153. do
  19154. as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
  19155. echo "$as_me:$LINENO: checking for $ac_func" >&5
  19156. echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
  19157. if eval "test \"\${$as_ac_var+set}\" = set"; then
  19158.   echo $ECHO_N "(cached) $ECHO_C" >&6
  19159. else
  19160.   cat >conftest.$ac_ext <<_ACEOF
  19161. #line $LINENO "configure"
  19162. /* confdefs.h.  */
  19163. _ACEOF
  19164. cat confdefs.h >>conftest.$ac_ext
  19165. cat >>conftest.$ac_ext <<_ACEOF
  19166. /* end confdefs.h.  */
  19167. /* System header to define __stub macros and hopefully few prototypes,
  19168.     which can conflict with char $ac_func (); below.
  19169.     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  19170.     <limits.h> exists even on freestanding compilers.  */
  19171. #ifdef __STDC__
  19172. # include <limits.h>
  19173. #else
  19174. # include <assert.h>
  19175. #endif
  19176. /* Override any gcc2 internal prototype to avoid an error.  */
  19177. #ifdef __cplusplus
  19178. extern "C"
  19179. {
  19180. #endif
  19181. /* We use char because int might match the return type of a gcc2
  19182.    builtin and then its argument prototype would still apply.  */
  19183. char $ac_func ();
  19184. /* The GNU C library defines this for functions which it implements
  19185.     to always fail with ENOSYS.  Some functions are actually named
  19186.     something starting with __ and the normal name is an alias.  */
  19187. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  19188. choke me
  19189. #else
  19190. char (*f) () = $ac_func;
  19191. #endif
  19192. #ifdef __cplusplus
  19193. }
  19194. #endif
  19195.  
  19196. int
  19197. main ()
  19198. {
  19199. return f != $ac_func;
  19200.   ;
  19201.   return 0;
  19202. }
  19203. _ACEOF
  19204. rm -f conftest.$ac_objext conftest$ac_exeext
  19205. if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  19206.   (eval $ac_link) 2>&5
  19207.   ac_status=$?
  19208.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  19209.   (exit $ac_status); } &&
  19210.          { ac_try='test -s conftest$ac_exeext'
  19211.   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  19212.   (eval $ac_try) 2>&5
  19213.   ac_status=$?
  19214.   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  19215.   (exit $ac_status); }; }; then
  19216.   eval "$as_ac_var=yes"
  19217. else
  19218.   echo "$as_me: failed program was:" >&5
  19219. sed 's/^/| /' conftest.$ac_ext >&5
  19220.  
  19221. eval "$as_ac_var=no"
  19222. fi
  19223. rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  19224. fi
  19225. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
  19226. echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
  19227. if test `eval echo '${'$as_ac_var'}'` = yes; then
  19228.   cat >>confdefs.h <<_ACEOF
  19229. #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
  19230. _ACEOF
  19231.  
  19232. fi
  19233. done
  19234.  
  19235.  
  19236.  
  19237.  
  19238.  
  19239.             if test -n "$enable_perl" && test "x$enable_perl" != xyes; then
  19240.          perl_prefix="PREFIX=$enable_perl"
  19241.       fi
  19242.       cat >plug-ins/perl/config.status <<EOF
  19243.       echo invoking perl for configuration...
  19244.       $PERL Makefile.PL --writemakefile $perl_prefix
  19245. EOF
  19246.       GIMP_PERL=perl
  19247.       GIMP_PERL_PO=plug-ins/perl/po
  19248.    else
  19249.       GIMP_PERL=
  19250.       GIMP_PERL_PO=
  19251.       echo "$as_me:$LINENO: result: no" >&5
  19252. echo "${ECHO_T}no" >&6
  19253.       { echo "$as_me:$LINENO: WARNING: *** gimp-perl plug-in won't be build (perl5.004_04 or higher required) ***" >&5
  19254. echo "$as_me: WARNING: *** gimp-perl plug-in won't be build (perl5.004_04 or higher required) ***" >&2;}
  19255.    fi
  19256. fi
  19257.  
  19258.  
  19259.  
  19260. GIMPINSTALL=
  19261. if test "$INSTALL" = "$ac_install_sh"; then
  19262.   GIMPINSTALL="gimpinstall-1.2"
  19263. fi
  19264.  
  19265. GIMPDOCS=
  19266. if test -n "$DISTMAKE"; then
  19267.   HELPBROWSER=helpbrowser WEBBROWSER=webbrowser
  19268.   TIFF=tiff JPEG=jpeg PNG=png AA=aa MPEG=mpeg XJT=xjt XPM=xpm
  19269.   GIMPDOCS=docs
  19270. fi
  19271.  
  19272. rm -f confauthorsgen
  19273.  
  19274. IFS="${IFS=         }"; gimp_save_IFS="$IFS"; IFS='
  19275. '
  19276.  
  19277. for i in `sed -e '/^#/d' -e 's/\.*\[.*\]//' -e 's/^ *//' -e 's/ *$//' -e '/^$/d' < $srcdir/tools/authorsgen/contributors`; do
  19278.   echo $ac_n$ECHO_N "$i, $ac_c$ECHO_C" >> confauthorsgen
  19279. done
  19280.  
  19281. IFS="$gimp_save_IFS"
  19282.  
  19283. GIMP_CONTRIBUTORS=`sed -e 's/, $/./' < confauthorsgen`
  19284. rm -f confauthorsgen
  19285.  
  19286.  
  19287.  
  19288. if test x$enable_static = xyes; then
  19289.   STATICLIBS_TRUE=
  19290.   STATICLIBS_FALSE='#'
  19291. else
  19292.   STATICLIBS_TRUE='#'
  19293.   STATICLIBS_FALSE=
  19294. fi
  19295.  
  19296. # Check whether --enable-debug or --disable-debug was given.
  19297. if test "${enable_debug+set}" = set; then
  19298.   enableval="$enable_debug"
  19299.  
  19300. else
  19301.   enable_default_binary=yes
  19302. fi;
  19303.  
  19304.  
  19305.  
  19306. if test x$enable_default_binary = xyes; then
  19307.   DEFAULT_BINARY_TRUE=
  19308.   DEFAULT_BINARY_FALSE='#'
  19309. else
  19310.   DEFAULT_BINARY_TRUE='#'
  19311.   DEFAULT_BINARY_FALSE=
  19312. fi
  19313.  
  19314. CPPFLAGS="${CPPFLAGS} -DGTK_DISABLE_COMPAT_H"
  19315.  
  19316.  
  19317.  
  19318.  
  19319.  
  19320.  
  19321.  
  19322.  
  19323.  
  19324.  
  19325.  
  19326.  
  19327.  
  19328.  
  19329.  
  19330.  
  19331.  
  19332.  
  19333.  
  19334.  
  19335.  
  19336.  
  19337.  
  19338.  
  19339.  
  19340.  
  19341.  
  19342.  
  19343.  
  19344.  
  19345.  
  19346.  
  19347.  
  19348.  
  19349.  
  19350.  
  19351.  
  19352.  
  19353.  
  19354.  
  19355.  
  19356.  
  19357.  
  19358.  
  19359.  
  19360.  
  19361.  
  19362.  
  19363.  
  19364.  
  19365.  
  19366.  
  19367.  
  19368.  
  19369.  
  19370.  
  19371.  
  19372.  
  19373.  
  19374.  
  19375.  
  19376.  
  19377. GIMP_PLUGINS=plug-ins
  19378. GIMP_MODULES=modules
  19379.  
  19380.  
  19381.  
  19382.  
  19383.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             ac_config_files="$ac_config_files gimp-1.2.1 gimprc gimprc_user gimprc-1.2.5 gimptool-1.2 gimptool-1.2.1 gimp-remote-1.2.1 gimp.spec gimp-zip gimptool-win32.c libgimp/gimpfeatures.h libgimp/Makefile libgimp/makefile.mingw app/Makefile app/makefile.mingw app/gimp.rc plug-ins/Makefile plug-ins/makefile.mingw plug-ins/perl/config.pl plug-ins/libgck/Makefile plug-ins/libgck/gck/Makefile plug-ins/dbbrowser/Makefile plug-ins/script-fu/Makefile plug-ins/script-fu/scripts/Makefile plug-ins/webbrowser/Makefile plug-ins/xjt/Makefile plug-ins/FractalExplorer/Makefile plug-ins/FractalExplorer/fractalexplorer-examples/Makefile plug-ins/Lighting/Makefile plug-ins/MapObject/Makefile plug-ins/bmp/Makefile plug-ins/common/Makefile plug-ins/faxg3/Makefile plug-ins/fits/Makefile plug-ins/flame/Makefile plug-ins/fp/Makefile plug-ins/gap/Makefile plug-ins/gdyntext/Makefile plug-ins/gfig/Makefile plug-ins/gfig/gfig-examples/Makefile plug-ins/gflare/Makefile plug-ins/gflare/gflares/Makefile plug-ins/gfli/Makefile plug-ins/gimpressionist/Makefile plug-ins/gimpressionist/Brushes/Makefile plug-ins/gimpressionist/Paper/Makefile plug-ins/gimpressionist/Presets/Makefile plug-ins/helpbrowser/Makefile plug-ins/ifscompose/Makefile plug-ins/imagemap/Makefile plug-ins/maze/Makefile plug-ins/mosaic/Makefile plug-ins/pagecurl/Makefile plug-ins/print/Makefile plug-ins/rcm/Makefile plug-ins/sel2path/Makefile plug-ins/sgi/Makefile plug-ins/twain/Makefile plug-ins/winsnap/Makefile modules/Makefile modules/makefile.mingw devel-docs/Makefile devel-docs/libgimp/Makefile devel-docs/pdb/Makefile data/Makefile data/brushes/Makefile data/gradients/Makefile data/palettes/Makefile data/patterns/Makefile Makefile build/Makefile build/win32/Makefile build/win32/dirent/Makefile po/Makefile.in po-libgimp/Makefile.in plug-ins/perl/po/Makefile.in po-plug-ins/Makefile.in po-script-fu/Makefile.in intl/Makefile tools/Makefile tools/authorsgen/Makefile tools/pdbgen/Makefile tips/Makefile help/Makefile help/C/Makefile help/C/channels/Makefile help/C/dialogs/Makefile help/C/dialogs/channels/Makefile help/C/dialogs/color_selectors/Makefile help/C/dialogs/gradient_editor/Makefile help/C/dialogs/layers/Makefile help/C/dialogs/palette_editor/Makefile help/C/dialogs/paths/Makefile help/C/dialogs/preferences/Makefile help/C/file/Makefile help/C/filters/Makefile help/C/image/Makefile help/C/image/edit/Makefile help/C/image/image/Makefile help/C/image/image/colors/Makefile help/C/image/image/colors/auto/Makefile help/C/image/image/mode/Makefile help/C/image/image/transforms/Makefile help/C/image/select/Makefile help/C/image/view/Makefile help/C/images/Makefile help/C/images/examples/Makefile help/C/images/glossary/Makefile help/C/images/tools/Makefile help/C/layers/Makefile help/C/layers/stack/Makefile help/C/open/Makefile help/C/paths/Makefile help/C/save/Makefile help/C/stylesheet-images/Makefile help/C/toolbox/Makefile help/C/toolbox/help/Makefile help/C/tools/Makefile"
  19384.           ac_config_commands="$ac_config_commands default"
  19385. cat >confcache <<\_ACEOF
  19386. # This file is a shell script that caches the results of configure
  19387. # tests run on this system so they can be shared between configure
  19388. # scripts and configure runs, see configure's option --config-cache.
  19389. # It is not useful on other systems.  If it contains results you don't
  19390. # want to keep, you may remove or edit it.
  19391. #
  19392. # config.status only pays attention to the cache file if you give it
  19393. # the --recheck option to rerun configure.
  19394. #
  19395. # `ac_cv_env_foo' variables (set or unset) will be overridden when
  19396. # loading this file, other *unset* `ac_cv_foo' will be assigned the
  19397. # following values.
  19398.  
  19399. _ACEOF
  19400.  
  19401. # The following way of writing the cache mishandles newlines in values,
  19402. # but we know of no workaround that is simple, portable, and efficient.
  19403. # So, don't put newlines in cache variables' values.
  19404. # Ultrix sh set writes to stderr and can't be redirected directly,
  19405. # and sets the high bit in the cache file unless we assign to the vars.
  19406. {
  19407.   (set) 2>&1 |
  19408.     case `(ac_space=' '; set | grep ac_space) 2>&1` in
  19409.     *ac_space=\ *)
  19410.       # `set' does not quote correctly, so add quotes (double-quote
  19411.       # substitution turns \\\\ into \\, and sed turns \\ into \).
  19412.       sed -n \
  19413.         "s/'/'\\\\''/g;
  19414.           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
  19415.       ;;
  19416.     *)
  19417.       # `set' quotes correctly as required by POSIX, so do not add quotes.
  19418.       sed -n \
  19419.         "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
  19420.       ;;
  19421.     esac;
  19422. } |
  19423.   sed '
  19424.      t clear
  19425.      : clear
  19426.      s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
  19427.      t end
  19428.      /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
  19429.      : end' >>confcache
  19430. if diff $cache_file confcache >/dev/null 2>&1; then :; else
  19431.   if test -w $cache_file; then
  19432.     test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
  19433.     cat confcache >$cache_file
  19434.   else
  19435.     echo "not updating unwritable cache $cache_file"
  19436.   fi
  19437. fi
  19438. rm -f confcache
  19439.  
  19440. test "x$prefix" = xNONE && prefix=$ac_default_prefix
  19441. # Let make expand exec_prefix.
  19442. test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
  19443.  
  19444. # VPATH may cause trouble with some makes, so we remove $(srcdir),
  19445. # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
  19446. # trailing colons and then remove the whole line if VPATH becomes empty
  19447. # (actually we leave an empty line to preserve line numbers).
  19448. if test "x$srcdir" = x.; then
  19449.   ac_vpsub='/^[     ]*VPATH[     ]*=/{
  19450. s/:*\$(srcdir):*/:/;
  19451. s/:*\${srcdir}:*/:/;
  19452. s/:*@srcdir@:*/:/;
  19453. s/^\([^=]*=[     ]*\):*/\1/;
  19454. s/:*$//;
  19455. s/^[^=]*=[     ]*$//;
  19456. }'
  19457. fi
  19458.  
  19459. DEFS=-DHAVE_CONFIG_H
  19460.  
  19461. ac_libobjs=
  19462. ac_ltlibobjs=
  19463. for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
  19464.   # 1. Remove the extension, and $U if already installed.
  19465.   ac_i=`echo "$ac_i" |
  19466.          sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
  19467.   # 2. Add them.
  19468.   ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
  19469.   ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
  19470. done
  19471. LIBOBJS=$ac_libobjs
  19472.  
  19473. LTLIBOBJS=$ac_ltlibobjs
  19474.  
  19475.  
  19476.  
  19477. : ${CONFIG_STATUS=./config.status}
  19478. ac_clean_files_save=$ac_clean_files
  19479. ac_clean_files="$ac_clean_files $CONFIG_STATUS"
  19480. { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
  19481. echo "$as_me: creating $CONFIG_STATUS" >&6;}
  19482. cat >$CONFIG_STATUS <<_ACEOF
  19483. #! $SHELL
  19484. # Generated by $as_me.
  19485. # Run this file to recreate the current configuration.
  19486. # Compiler output produced by configure, useful for debugging
  19487. # configure, is in config.log if it exists.
  19488.  
  19489. debug=false
  19490. ac_cs_recheck=false
  19491. ac_cs_silent=false
  19492. SHELL=\${CONFIG_SHELL-$SHELL}
  19493. _ACEOF
  19494.  
  19495. cat >>$CONFIG_STATUS <<\_ACEOF
  19496. ## --------------------- ##
  19497. ## M4sh Initialization.  ##
  19498. ## --------------------- ##
  19499.  
  19500. # Be Bourne compatible
  19501. if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
  19502.   emulate sh
  19503.   NULLCMD=:
  19504.   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
  19505.   # is contrary to our usage.  Disable this feature.
  19506.   alias -g '${1+"$@"}'='"$@"'
  19507. elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
  19508.   set -o posix
  19509. fi
  19510.  
  19511. # Support unset when possible.
  19512. if (FOO=FOO; unset FOO) >/dev/null 2>&1; then
  19513.   as_unset=unset
  19514. else
  19515.   as_unset=false
  19516. fi
  19517.  
  19518.  
  19519. # Work around bugs in pre-3.0 UWIN ksh.
  19520. $as_unset ENV MAIL MAILPATH
  19521. PS1='$ '
  19522. PS2='> '
  19523. PS4='+ '
  19524.  
  19525. # NLS nuisances.
  19526. for as_var in \
  19527.   LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
  19528.   LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
  19529.   LC_TELEPHONE LC_TIME
  19530. do
  19531.   if (set +x; test -n "`(eval $as_var=C; export $as_var) 2>&1`"); then
  19532.     eval $as_var=C; export $as_var
  19533.   else
  19534.     $as_unset $as_var
  19535.   fi
  19536. done
  19537.  
  19538. # Required to use basename.
  19539. if expr a : '\(a\)' >/dev/null 2>&1; then
  19540.   as_expr=expr
  19541. else
  19542.   as_expr=false
  19543. fi
  19544.  
  19545. if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
  19546.   as_basename=basename
  19547. else
  19548.   as_basename=false
  19549. fi
  19550.  
  19551.  
  19552. # Name of the executable.
  19553. as_me=`$as_basename "$0" ||
  19554. $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
  19555.      X"$0" : 'X\(//\)$' \| \
  19556.      X"$0" : 'X\(/\)$' \| \
  19557.      .     : '\(.\)' 2>/dev/null ||
  19558. echo X/"$0" |
  19559.     sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
  19560.         /^X\/\(\/\/\)$/{ s//\1/; q; }
  19561.         /^X\/\(\/\).*/{ s//\1/; q; }
  19562.         s/.*/./; q'`
  19563.  
  19564.  
  19565. # PATH needs CR, and LINENO needs CR and PATH.
  19566. # Avoid depending upon Character Ranges.
  19567. as_cr_letters='abcdefghijklmnopqrstuvwxyz'
  19568. as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
  19569. as_cr_Letters=$as_cr_letters$as_cr_LETTERS
  19570. as_cr_digits='0123456789'
  19571. as_cr_alnum=$as_cr_Letters$as_cr_digits
  19572.  
  19573. # The user is always right.
  19574. if test "${PATH_SEPARATOR+set}" != set; then
  19575.   echo "#! /bin/sh" >conf$$.sh
  19576.   echo  "exit 0"   >>conf$$.sh
  19577.   chmod +x conf$$.sh
  19578.   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
  19579.     PATH_SEPARATOR=';'
  19580.   else
  19581.     PATH_SEPARATOR=:
  19582.   fi
  19583.   rm -f conf$$.sh
  19584. fi
  19585.  
  19586.  
  19587.   as_lineno_1=$LINENO
  19588.   as_lineno_2=$LINENO
  19589.   as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
  19590.   test "x$as_lineno_1" != "x$as_lineno_2" &&
  19591.   test "x$as_lineno_3"  = "x$as_lineno_2"  || {
  19592.   # Find who we are.  Look in the path if we contain no path at all
  19593.   # relative or not.
  19594.   case $0 in
  19595.     *[\\/]* ) as_myself=$0 ;;
  19596.     *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  19597. for as_dir in $PATH
  19598. do
  19599.   IFS=$as_save_IFS
  19600.   test -z "$as_dir" && as_dir=.
  19601.   test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
  19602. done
  19603.  
  19604.        ;;
  19605.   esac
  19606.   # We did not find ourselves, most probably we were run as `sh COMMAND'
  19607.   # in which case we are not to be found in the path.
  19608.   if test "x$as_myself" = x; then
  19609.     as_myself=$0
  19610.   fi
  19611.   if test ! -f "$as_myself"; then
  19612.     { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
  19613. echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
  19614.    { (exit 1); exit 1; }; }
  19615.   fi
  19616.   case $CONFIG_SHELL in
  19617.   '')
  19618.     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  19619. for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
  19620. do
  19621.   IFS=$as_save_IFS
  19622.   test -z "$as_dir" && as_dir=.
  19623.   for as_base in sh bash ksh sh5; do
  19624.      case $as_dir in
  19625.      /*)
  19626.        if ("$as_dir/$as_base" -c '
  19627.   as_lineno_1=$LINENO
  19628.   as_lineno_2=$LINENO
  19629.   as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
  19630.   test "x$as_lineno_1" != "x$as_lineno_2" &&
  19631.   test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
  19632.          $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
  19633.          $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
  19634.          CONFIG_SHELL=$as_dir/$as_base
  19635.          export CONFIG_SHELL
  19636.          exec "$CONFIG_SHELL" "$0" ${1+"$@"}
  19637.        fi;;
  19638.      esac
  19639.        done
  19640. done
  19641. ;;
  19642.   esac
  19643.  
  19644.   # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
  19645.   # uniformly replaced by the line number.  The first 'sed' inserts a
  19646.   # line-number line before each line; the second 'sed' does the real
  19647.   # work.  The second script uses 'N' to pair each line-number line
  19648.   # with the numbered line, and appends trailing '-' during
  19649.   # substitution so that $LINENO is not a special case at line end.
  19650.   # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
  19651.   # second 'sed' script.  Blame Lee E. McMahon for sed's syntax.  :-)
  19652.   sed '=' <$as_myself |
  19653.     sed '
  19654.       N
  19655.       s,$,-,
  19656.       : loop
  19657.       s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
  19658.       t loop
  19659.       s,-$,,
  19660.       s,^['$as_cr_digits']*\n,,
  19661.     ' >$as_me.lineno &&
  19662.   chmod +x $as_me.lineno ||
  19663.     { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
  19664. echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
  19665.    { (exit 1); exit 1; }; }
  19666.  
  19667.   # Don't try to exec as it changes $[0], causing all sort of problems
  19668.   # (the dirname of $[0] is not the place where we might find the
  19669.   # original and so on.  Autoconf is especially sensible to this).
  19670.   . ./$as_me.lineno
  19671.   # Exit status is that of the last command.
  19672.   exit
  19673. }
  19674.  
  19675.  
  19676. case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
  19677.   *c*,-n*) ECHO_N= ECHO_C='
  19678. ' ECHO_T='    ' ;;
  19679.   *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;
  19680.   *)       ECHO_N= ECHO_C='\c' ECHO_T= ;;
  19681. esac
  19682.  
  19683. if expr a : '\(a\)' >/dev/null 2>&1; then
  19684.   as_expr=expr
  19685. else
  19686.   as_expr=false
  19687. fi
  19688.  
  19689. rm -f conf$$ conf$$.exe conf$$.file
  19690. echo >conf$$.file
  19691. if ln -s conf$$.file conf$$ 2>/dev/null; then
  19692.   # We could just check for DJGPP; but this test a) works b) is more generic
  19693.   # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
  19694.   if test -f conf$$.exe; then
  19695.     # Don't use ln at all; we don't have any links
  19696.     as_ln_s='cp -p'
  19697.   else
  19698.     as_ln_s='ln -s'
  19699.   fi
  19700. elif ln conf$$.file conf$$ 2>/dev/null; then
  19701.   as_ln_s=ln
  19702. else
  19703.   as_ln_s='cp -p'
  19704. fi
  19705. rm -f conf$$ conf$$.exe conf$$.file
  19706.  
  19707. if mkdir -p . 2>/dev/null; then
  19708.   as_mkdir_p=:
  19709. else
  19710.   as_mkdir_p=false
  19711. fi
  19712.  
  19713. as_executable_p="test -f"
  19714.  
  19715. # Sed expression to map a string onto a valid CPP name.
  19716. as_tr_cpp="sed y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g"
  19717.  
  19718. # Sed expression to map a string onto a valid variable name.
  19719. as_tr_sh="sed y%*+%pp%;s%[^_$as_cr_alnum]%_%g"
  19720.  
  19721.  
  19722. # IFS
  19723. # We need space, tab and new line, in precisely that order.
  19724. as_nl='
  19725. '
  19726. IFS="     $as_nl"
  19727.  
  19728. # CDPATH.
  19729. $as_unset CDPATH
  19730.  
  19731. exec 6>&1
  19732.  
  19733. # Open the log real soon, to keep \$[0] and so on meaningful, and to
  19734. # report actual input values of CONFIG_FILES etc. instead of their
  19735. # values after options handling.  Logging --version etc. is OK.
  19736. exec 5>>config.log
  19737. {
  19738.   echo
  19739.   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
  19740. ## Running $as_me. ##
  19741. _ASBOX
  19742. } >&5
  19743. cat >&5 <<_CSEOF
  19744.  
  19745. This file was extended by $as_me, which was
  19746. generated by GNU Autoconf 2.57.  Invocation command line was
  19747.  
  19748.   CONFIG_FILES    = $CONFIG_FILES
  19749.   CONFIG_HEADERS  = $CONFIG_HEADERS
  19750.   CONFIG_LINKS    = $CONFIG_LINKS
  19751.   CONFIG_COMMANDS = $CONFIG_COMMANDS
  19752.   $ $0 $@
  19753.  
  19754. _CSEOF
  19755. echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
  19756. echo >&5
  19757. _ACEOF
  19758.  
  19759. # Files that config.status was made for.
  19760. if test -n "$ac_config_files"; then
  19761.   echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
  19762. fi
  19763.  
  19764. if test -n "$ac_config_headers"; then
  19765.   echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
  19766. fi
  19767.  
  19768. if test -n "$ac_config_links"; then
  19769.   echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
  19770. fi
  19771.  
  19772. if test -n "$ac_config_commands"; then
  19773.   echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
  19774. fi
  19775.  
  19776. cat >>$CONFIG_STATUS <<\_ACEOF
  19777.  
  19778. ac_cs_usage="\
  19779. \`$as_me' instantiates files from templates according to the
  19780. current configuration.
  19781.  
  19782. Usage: $0 [OPTIONS] [FILE]...
  19783.  
  19784.   -h, --help       print this help, then exit
  19785.   -V, --version    print version number, then exit
  19786.   -q, --quiet      do not print progress messages
  19787.   -d, --debug      don't remove temporary files
  19788.       --recheck    update $as_me by reconfiguring in the same conditions
  19789.   --file=FILE[:TEMPLATE]
  19790.                    instantiate the configuration file FILE
  19791.   --header=FILE[:TEMPLATE]
  19792.                    instantiate the configuration header FILE
  19793.  
  19794. Configuration files:
  19795. $config_files
  19796.  
  19797. Configuration headers:
  19798. $config_headers
  19799.  
  19800. Configuration commands:
  19801. $config_commands
  19802.  
  19803. Report bugs to <bug-autoconf@gnu.org>."
  19804. _ACEOF
  19805.  
  19806. cat >>$CONFIG_STATUS <<_ACEOF
  19807. ac_cs_version="\\
  19808. config.status
  19809. configured by $0, generated by GNU Autoconf 2.57,
  19810.   with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
  19811.  
  19812. Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
  19813. Free Software Foundation, Inc.
  19814. This config.status script is free software; the Free Software Foundation
  19815. gives unlimited permission to copy, distribute and modify it."
  19816. srcdir=$srcdir
  19817. INSTALL="$INSTALL"
  19818. _ACEOF
  19819.  
  19820. cat >>$CONFIG_STATUS <<\_ACEOF
  19821. # If no file are specified by the user, then we need to provide default
  19822. # value.  By we need to know if files were specified by the user.
  19823. ac_need_defaults=:
  19824. while test $# != 0
  19825. do
  19826.   case $1 in
  19827.   --*=*)
  19828.     ac_option=`expr "x$1" : 'x\([^=]*\)='`
  19829.     ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
  19830.     ac_shift=:
  19831.     ;;
  19832.   -*)
  19833.     ac_option=$1
  19834.     ac_optarg=$2
  19835.     ac_shift=shift
  19836.     ;;
  19837.   *) # This is not an option, so the user has probably given explicit
  19838.      # arguments.
  19839.      ac_option=$1
  19840.      ac_need_defaults=false;;
  19841.   esac
  19842.  
  19843.   case $ac_option in
  19844.   # Handling of the options.
  19845. _ACEOF
  19846. cat >>$CONFIG_STATUS <<\_ACEOF
  19847.   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
  19848.     ac_cs_recheck=: ;;
  19849.   --version | --vers* | -V )
  19850.     echo "$ac_cs_version"; exit 0 ;;
  19851.   --he | --h)
  19852.     # Conflict between --help and --header
  19853.     { { echo "$as_me:$LINENO: error: ambiguous option: $1
  19854. Try \`$0 --help' for more information." >&5
  19855. echo "$as_me: error: ambiguous option: $1
  19856. Try \`$0 --help' for more information." >&2;}
  19857.    { (exit 1); exit 1; }; };;
  19858.   --help | --hel | -h )
  19859.     echo "$ac_cs_usage"; exit 0 ;;
  19860.   --debug | --d* | -d )
  19861.     debug=: ;;
  19862.   --file | --fil | --fi | --f )
  19863.     $ac_shift
  19864.     CONFIG_FILES="$CONFIG_FILES $ac_optarg"
  19865.     ac_need_defaults=false;;
  19866.   --header | --heade | --head | --hea )
  19867.     $ac_shift
  19868.     CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
  19869.     ac_need_defaults=false;;
  19870.   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
  19871.   | -silent | --silent | --silen | --sile | --sil | --si | --s)
  19872.     ac_cs_silent=: ;;
  19873.  
  19874.   # This is an error.
  19875.   -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
  19876. Try \`$0 --help' for more information." >&5
  19877. echo "$as_me: error: unrecognized option: $1
  19878. Try \`$0 --help' for more information." >&2;}
  19879.    { (exit 1); exit 1; }; } ;;
  19880.  
  19881.   *) ac_config_targets="$ac_config_targets $1" ;;
  19882.  
  19883.   esac
  19884.   shift
  19885. done
  19886.  
  19887. ac_configure_extra_args=
  19888.  
  19889. if $ac_cs_silent; then
  19890.   exec 6>/dev/null
  19891.   ac_configure_extra_args="$ac_configure_extra_args --silent"
  19892. fi
  19893.  
  19894. _ACEOF
  19895. cat >>$CONFIG_STATUS <<_ACEOF
  19896. if \$ac_cs_recheck; then
  19897.   echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
  19898.   exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
  19899. fi
  19900.  
  19901. _ACEOF
  19902.  
  19903. cat >>$CONFIG_STATUS <<_ACEOF
  19904. #
  19905. # INIT-COMMANDS section.
  19906. #
  19907.  
  19908.  
  19909.  
  19910.  
  19911.  
  19912. _ACEOF
  19913.  
  19914.  
  19915.  
  19916. cat >>$CONFIG_STATUS <<\_ACEOF
  19917. for ac_config_target in $ac_config_targets
  19918. do
  19919.   case "$ac_config_target" in
  19920.   # Handling of arguments.
  19921.   "gimp-1.2.1" ) CONFIG_FILES="$CONFIG_FILES gimp-1.2.1" ;;
  19922.   "gimprc" ) CONFIG_FILES="$CONFIG_FILES gimprc" ;;
  19923.   "gimprc_user" ) CONFIG_FILES="$CONFIG_FILES gimprc_user" ;;
  19924.   "gimprc-1.2.5" ) CONFIG_FILES="$CONFIG_FILES gimprc-1.2.5" ;;
  19925.   "gimptool-1.2" ) CONFIG_FILES="$CONFIG_FILES gimptool-1.2" ;;
  19926.   "gimptool-1.2.1" ) CONFIG_FILES="$CONFIG_FILES gimptool-1.2.1" ;;
  19927.   "gimp-remote-1.2.1" ) CONFIG_FILES="$CONFIG_FILES gimp-remote-1.2.1" ;;
  19928.   "gimp.spec" ) CONFIG_FILES="$CONFIG_FILES gimp.spec" ;;
  19929.   "gimp-zip" ) CONFIG_FILES="$CONFIG_FILES gimp-zip" ;;
  19930.   "gimptool-win32.c" ) CONFIG_FILES="$CONFIG_FILES gimptool-win32.c" ;;
  19931.   "libgimp/gimpfeatures.h" ) CONFIG_FILES="$CONFIG_FILES libgimp/gimpfeatures.h" ;;
  19932.   "libgimp/Makefile" ) CONFIG_FILES="$CONFIG_FILES libgimp/Makefile" ;;
  19933.   "libgimp/makefile.mingw" ) CONFIG_FILES="$CONFIG_FILES libgimp/makefile.mingw" ;;
  19934.   "app/Makefile" ) CONFIG_FILES="$CONFIG_FILES app/Makefile" ;;
  19935.   "app/makefile.mingw" ) CONFIG_FILES="$CONFIG_FILES app/makefile.mingw" ;;
  19936.   "app/gimp.rc" ) CONFIG_FILES="$CONFIG_FILES app/gimp.rc" ;;
  19937.   "plug-ins/Makefile" ) CONFIG_FILES="$CONFIG_FILES plug-ins/Makefile" ;;
  19938.   "plug-ins/makefile.mingw" ) CONFIG_FILES="$CONFIG_FILES plug-ins/makefile.mingw" ;;
  19939.   "plug-ins/perl/config.pl" ) CONFIG_FILES="$CONFIG_FILES plug-ins/perl/config.pl" ;;
  19940.   "plug-ins/libgck/Makefile" ) CONFIG_FILES="$CONFIG_FILES plug-ins/libgck/Makefile" ;;
  19941.   "plug-ins/libgck/gck/Makefile" ) CONFIG_FILES="$CONFIG_FILES plug-ins/libgck/gck/Makefile" ;;
  19942.   "plug-ins/dbbrowser/Makefile" ) CONFIG_FILES="$CONFIG_FILES plug-ins/dbbrowser/Makefile" ;;
  19943.   "plug-ins/script-fu/Makefile" ) CONFIG_FILES="$CONFIG_FILES plug-ins/script-fu/Makefile" ;;
  19944.   "plug-ins/script-fu/scripts/Makefile" ) CONFIG_FILES="$CONFIG_FILES plug-ins/script-fu/scripts/Makefile" ;;
  19945.   "plug-ins/webbrowser/Makefile" ) CONFIG_FILES="$CONFIG_FILES plug-ins/webbrowser/Makefile" ;;
  19946.   "plug-ins/xjt/Makefile" ) CONFIG_FILES="$CONFIG_FILES plug-ins/xjt/Makefile" ;;
  19947.   "plug-ins/FractalExplorer/Makefile" ) CONFIG_FILES="$CONFIG_FILES plug-ins/FractalExplorer/Makefile" ;;
  19948.   "plug-ins/FractalExplorer/fractalexplorer-examples/Makefile" ) CONFIG_FILES="$CONFIG_FILES plug-ins/FractalExplorer/fractalexplorer-examples/Makefile" ;;
  19949.   "plug-ins/Lighting/Makefile" ) CONFIG_FILES="$CONFIG_FILES plug-ins/Lighting/Makefile" ;;
  19950.   "plug-ins/MapObject/Makefile" ) CONFIG_FILES="$CONFIG_FILES plug-ins/MapObject/Makefile" ;;
  19951.   "plug-ins/bmp/Makefile" ) CONFIG_FILES="$CONFIG_FILES plug-ins/bmp/Makefile" ;;
  19952.   "plug-ins/common/Makefile" ) CONFIG_FILES="$CONFIG_FILES plug-ins/common/Makefile" ;;
  19953.   "plug-ins/faxg3/Makefile" ) CONFIG_FILES="$CONFIG_FILES plug-ins/faxg3/Makefile" ;;
  19954.   "plug-ins/fits/Makefile" ) CONFIG_FILES="$CONFIG_FILES plug-ins/fits/Makefile" ;;
  19955.   "plug-ins/flame/Makefile" ) CONFIG_FILES="$CONFIG_FILES plug-ins/flame/Makefile" ;;
  19956.   "plug-ins/fp/Makefile" ) CONFIG_FILES="$CONFIG_FILES plug-ins/fp/Makefile" ;;
  19957.   "plug-ins/gap/Makefile" ) CONFIG_FILES="$CONFIG_FILES plug-ins/gap/Makefile" ;;
  19958.   "plug-ins/gdyntext/Makefile" ) CONFIG_FILES="$CONFIG_FILES plug-ins/gdyntext/Makefile" ;;
  19959.   "plug-ins/gfig/Makefile" ) CONFIG_FILES="$CONFIG_FILES plug-ins/gfig/Makefile" ;;
  19960.   "plug-ins/gfig/gfig-examples/Makefile" ) CONFIG_FILES="$CONFIG_FILES plug-ins/gfig/gfig-examples/Makefile" ;;
  19961.   "plug-ins/gflare/Makefile" ) CONFIG_FILES="$CONFIG_FILES plug-ins/gflare/Makefile" ;;
  19962.   "plug-ins/gflare/gflares/Makefile" ) CONFIG_FILES="$CONFIG_FILES plug-ins/gflare/gflares/Makefile" ;;
  19963.   "plug-ins/gfli/Makefile" ) CONFIG_FILES="$CONFIG_FILES plug-ins/gfli/Makefile" ;;
  19964.   "plug-ins/gimpressionist/Makefile" ) CONFIG_FILES="$CONFIG_FILES plug-ins/gimpressionist/Makefile" ;;
  19965.   "plug-ins/gimpressionist/Brushes/Makefile" ) CONFIG_FILES="$CONFIG_FILES plug-ins/gimpressionist/Brushes/Makefile" ;;
  19966.   "plug-ins/gimpressionist/Paper/Makefile" ) CONFIG_FILES="$CONFIG_FILES plug-ins/gimpressionist/Paper/Makefile" ;;
  19967.   "plug-ins/gimpressionist/Presets/Makefile" ) CONFIG_FILES="$CONFIG_FILES plug-ins/gimpressionist/Presets/Makefile" ;;
  19968.   "plug-ins/helpbrowser/Makefile" ) CONFIG_FILES="$CONFIG_FILES plug-ins/helpbrowser/Makefile" ;;
  19969.   "plug-ins/ifscompose/Makefile" ) CONFIG_FILES="$CONFIG_FILES plug-ins/ifscompose/Makefile" ;;
  19970.   "plug-ins/imagemap/Makefile" ) CONFIG_FILES="$CONFIG_FILES plug-ins/imagemap/Makefile" ;;
  19971.   "plug-ins/maze/Makefile" ) CONFIG_FILES="$CONFIG_FILES plug-ins/maze/Makefile" ;;
  19972.   "plug-ins/mosaic/Makefile" ) CONFIG_FILES="$CONFIG_FILES plug-ins/mosaic/Makefile" ;;
  19973.   "plug-ins/pagecurl/Makefile" ) CONFIG_FILES="$CONFIG_FILES plug-ins/pagecurl/Makefile" ;;
  19974.   "plug-ins/print/Makefile" ) CONFIG_FILES="$CONFIG_FILES plug-ins/print/Makefile" ;;
  19975.   "plug-ins/rcm/Makefile" ) CONFIG_FILES="$CONFIG_FILES plug-ins/rcm/Makefile" ;;
  19976.   "plug-ins/sel2path/Makefile" ) CONFIG_FILES="$CONFIG_FILES plug-ins/sel2path/Makefile" ;;
  19977.   "plug-ins/sgi/Makefile" ) CONFIG_FILES="$CONFIG_FILES plug-ins/sgi/Makefile" ;;
  19978.   "plug-ins/twain/Makefile" ) CONFIG_FILES="$CONFIG_FILES plug-ins/twain/Makefile" ;;
  19979.   "plug-ins/winsnap/Makefile" ) CONFIG_FILES="$CONFIG_FILES plug-ins/winsnap/Makefile" ;;
  19980.   "modules/Makefile" ) CONFIG_FILES="$CONFIG_FILES modules/Makefile" ;;
  19981.   "modules/makefile.mingw" ) CONFIG_FILES="$CONFIG_FILES modules/makefile.mingw" ;;
  19982.   "devel-docs/Makefile" ) CONFIG_FILES="$CONFIG_FILES devel-docs/Makefile" ;;
  19983.   "devel-docs/libgimp/Makefile" ) CONFIG_FILES="$CONFIG_FILES devel-docs/libgimp/Makefile" ;;
  19984.   "devel-docs/pdb/Makefile" ) CONFIG_FILES="$CONFIG_FILES devel-docs/pdb/Makefile" ;;
  19985.   "data/Makefile" ) CONFIG_FILES="$CONFIG_FILES data/Makefile" ;;
  19986.   "data/brushes/Makefile" ) CONFIG_FILES="$CONFIG_FILES data/brushes/Makefile" ;;
  19987.   "data/gradients/Makefile" ) CONFIG_FILES="$CONFIG_FILES data/gradients/Makefile" ;;
  19988.   "data/palettes/Makefile" ) CONFIG_FILES="$CONFIG_FILES data/palettes/Makefile" ;;
  19989.   "data/patterns/Makefile" ) CONFIG_FILES="$CONFIG_FILES data/patterns/Makefile" ;;
  19990.   "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
  19991.   "build/Makefile" ) CONFIG_FILES="$CONFIG_FILES build/Makefile" ;;
  19992.   "build/win32/Makefile" ) CONFIG_FILES="$CONFIG_FILES build/win32/Makefile" ;;
  19993.   "build/win32/dirent/Makefile" ) CONFIG_FILES="$CONFIG_FILES build/win32/dirent/Makefile" ;;
  19994.   "po/Makefile.in" ) CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;;
  19995.   "po-libgimp/Makefile.in" ) CONFIG_FILES="$CONFIG_FILES po-libgimp/Makefile.in" ;;
  19996.   "plug-ins/perl/po/Makefile.in" ) CONFIG_FILES="$CONFIG_FILES plug-ins/perl/po/Makefile.in" ;;
  19997.   "po-plug-ins/Makefile.in" ) CONFIG_FILES="$CONFIG_FILES po-plug-ins/Makefile.in" ;;
  19998.   "po-script-fu/Makefile.in" ) CONFIG_FILES="$CONFIG_FILES po-script-fu/Makefile.in" ;;
  19999.   "intl/Makefile" ) CONFIG_FILES="$CONFIG_FILES intl/Makefile" ;;
  20000.   "tools/Makefile" ) CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
  20001.   "tools/authorsgen/Makefile" ) CONFIG_FILES="$CONFIG_FILES tools/authorsgen/Makefile" ;;
  20002.   "tools/pdbgen/Makefile" ) CONFIG_FILES="$CONFIG_FILES tools/pdbgen/Makefile" ;;
  20003.   "tips/Makefile" ) CONFIG_FILES="$CONFIG_FILES tips/Makefile" ;;
  20004.   "help/Makefile" ) CONFIG_FILES="$CONFIG_FILES help/Makefile" ;;
  20005.   "help/C/Makefile" ) CONFIG_FILES="$CONFIG_FILES help/C/Makefile" ;;
  20006.   "help/C/channels/Makefile" ) CONFIG_FILES="$CONFIG_FILES help/C/channels/Makefile" ;;
  20007.   "help/C/dialogs/Makefile" ) CONFIG_FILES="$CONFIG_FILES help/C/dialogs/Makefile" ;;
  20008.   "help/C/dialogs/channels/Makefile" ) CONFIG_FILES="$CONFIG_FILES help/C/dialogs/channels/Makefile" ;;
  20009.   "help/C/dialogs/color_selectors/Makefile" ) CONFIG_FILES="$CONFIG_FILES help/C/dialogs/color_selectors/Makefile" ;;
  20010.   "help/C/dialogs/gradient_editor/Makefile" ) CONFIG_FILES="$CONFIG_FILES help/C/dialogs/gradient_editor/Makefile" ;;
  20011.   "help/C/dialogs/layers/Makefile" ) CONFIG_FILES="$CONFIG_FILES help/C/dialogs/layers/Makefile" ;;
  20012.   "help/C/dialogs/palette_editor/Makefile" ) CONFIG_FILES="$CONFIG_FILES help/C/dialogs/palette_editor/Makefile" ;;
  20013.   "help/C/dialogs/paths/Makefile" ) CONFIG_FILES="$CONFIG_FILES help/C/dialogs/paths/Makefile" ;;
  20014.   "help/C/dialogs/preferences/Makefile" ) CONFIG_FILES="$CONFIG_FILES help/C/dialogs/preferences/Makefile" ;;
  20015.   "help/C/file/Makefile" ) CONFIG_FILES="$CONFIG_FILES help/C/file/Makefile" ;;
  20016.   "help/C/filters/Makefile" ) CONFIG_FILES="$CONFIG_FILES help/C/filters/Makefile" ;;
  20017.   "help/C/image/Makefile" ) CONFIG_FILES="$CONFIG_FILES help/C/image/Makefile" ;;
  20018.   "help/C/image/edit/Makefile" ) CONFIG_FILES="$CONFIG_FILES help/C/image/edit/Makefile" ;;
  20019.   "help/C/image/image/Makefile" ) CONFIG_FILES="$CONFIG_FILES help/C/image/image/Makefile" ;;
  20020.   "help/C/image/image/colors/Makefile" ) CONFIG_FILES="$CONFIG_FILES help/C/image/image/colors/Makefile" ;;
  20021.   "help/C/image/image/colors/auto/Makefile" ) CONFIG_FILES="$CONFIG_FILES help/C/image/image/colors/auto/Makefile" ;;
  20022.   "help/C/image/image/mode/Makefile" ) CONFIG_FILES="$CONFIG_FILES help/C/image/image/mode/Makefile" ;;
  20023.   "help/C/image/image/transforms/Makefile" ) CONFIG_FILES="$CONFIG_FILES help/C/image/image/transforms/Makefile" ;;
  20024.   "help/C/image/select/Makefile" ) CONFIG_FILES="$CONFIG_FILES help/C/image/select/Makefile" ;;
  20025.   "help/C/image/view/Makefile" ) CONFIG_FILES="$CONFIG_FILES help/C/image/view/Makefile" ;;
  20026.   "help/C/images/Makefile" ) CONFIG_FILES="$CONFIG_FILES help/C/images/Makefile" ;;
  20027.   "help/C/images/examples/Makefile" ) CONFIG_FILES="$CONFIG_FILES help/C/images/examples/Makefile" ;;
  20028.   "help/C/images/glossary/Makefile" ) CONFIG_FILES="$CONFIG_FILES help/C/images/glossary/Makefile" ;;
  20029.   "help/C/images/tools/Makefile" ) CONFIG_FILES="$CONFIG_FILES help/C/images/tools/Makefile" ;;
  20030.   "help/C/layers/Makefile" ) CONFIG_FILES="$CONFIG_FILES help/C/layers/Makefile" ;;
  20031.   "help/C/layers/stack/Makefile" ) CONFIG_FILES="$CONFIG_FILES help/C/layers/stack/Makefile" ;;
  20032.   "help/C/open/Makefile" ) CONFIG_FILES="$CONFIG_FILES help/C/open/Makefile" ;;
  20033.   "help/C/paths/Makefile" ) CONFIG_FILES="$CONFIG_FILES help/C/paths/Makefile" ;;
  20034.   "help/C/save/Makefile" ) CONFIG_FILES="$CONFIG_FILES help/C/save/Makefile" ;;
  20035.   "help/C/stylesheet-images/Makefile" ) CONFIG_FILES="$CONFIG_FILES help/C/stylesheet-images/Makefile" ;;
  20036.   "help/C/toolbox/Makefile" ) CONFIG_FILES="$CONFIG_FILES help/C/toolbox/Makefile" ;;
  20037.   "help/C/toolbox/help/Makefile" ) CONFIG_FILES="$CONFIG_FILES help/C/toolbox/help/Makefile" ;;
  20038.   "help/C/tools/Makefile" ) CONFIG_FILES="$CONFIG_FILES help/C/tools/Makefile" ;;
  20039.   "default-1" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
  20040.   "default-2" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default-2" ;;
  20041.   "default-3" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default-3" ;;
  20042.   "default" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;;
  20043.   "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
  20044.   *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
  20045. echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
  20046.    { (exit 1); exit 1; }; };;
  20047.   esac
  20048. done
  20049.  
  20050. # If the user did not use the arguments to specify the items to instantiate,
  20051. # then the envvar interface is used.  Set only those that are not.
  20052. # We use the long form for the default assignment because of an extremely
  20053. # bizarre bug on SunOS 4.1.3.
  20054. if $ac_need_defaults; then
  20055.   test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
  20056.   test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
  20057.   test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
  20058. fi
  20059.  
  20060. # Have a temporary directory for convenience.  Make it in the build tree
  20061. # simply because there is no reason to put it here, and in addition,
  20062. # creating and moving files from /tmp can sometimes cause problems.
  20063. # Create a temporary directory, and hook for its removal unless debugging.
  20064. $debug ||
  20065. {
  20066.   trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
  20067.   trap '{ (exit 1); exit 1; }' 1 2 13 15
  20068. }
  20069.  
  20070. # Create a (secure) tmp directory for tmp files.
  20071.  
  20072. {
  20073.   tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
  20074.   test -n "$tmp" && test -d "$tmp"
  20075. }  ||
  20076. {
  20077.   tmp=./confstat$$-$RANDOM
  20078.   (umask 077 && mkdir $tmp)
  20079. } ||
  20080. {
  20081.    echo "$me: cannot create a temporary directory in ." >&2
  20082.    { (exit 1); exit 1; }
  20083. }
  20084.  
  20085. _ACEOF
  20086.  
  20087. cat >>$CONFIG_STATUS <<_ACEOF
  20088.  
  20089. #
  20090. # CONFIG_FILES section.
  20091. #
  20092.  
  20093. # No need to generate the scripts if there are no CONFIG_FILES.
  20094. # This happens for instance when ./config.status config.h
  20095. if test -n "\$CONFIG_FILES"; then
  20096.   # Protect against being on the right side of a sed subst in config.status.
  20097.   sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
  20098.    s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
  20099. s,@SHELL@,$SHELL,;t t
  20100. s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
  20101. s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
  20102. s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
  20103. s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
  20104. s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
  20105. s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
  20106. s,@exec_prefix@,$exec_prefix,;t t
  20107. s,@prefix@,$prefix,;t t
  20108. s,@program_transform_name@,$program_transform_name,;t t
  20109. s,@bindir@,$bindir,;t t
  20110. s,@sbindir@,$sbindir,;t t
  20111. s,@libexecdir@,$libexecdir,;t t
  20112. s,@datadir@,$datadir,;t t
  20113. s,@sysconfdir@,$sysconfdir,;t t
  20114. s,@sharedstatedir@,$sharedstatedir,;t t
  20115. s,@localstatedir@,$localstatedir,;t t
  20116. s,@libdir@,$libdir,;t t
  20117. s,@includedir@,$includedir,;t t
  20118. s,@oldincludedir@,$oldincludedir,;t t
  20119. s,@infodir@,$infodir,;t t
  20120. s,@mandir@,$mandir,;t t
  20121. s,@build_alias@,$build_alias,;t t
  20122. s,@host_alias@,$host_alias,;t t
  20123. s,@target_alias@,$target_alias,;t t
  20124. s,@DEFS@,$DEFS,;t t
  20125. s,@ECHO_C@,$ECHO_C,;t t
  20126. s,@ECHO_N@,$ECHO_N,;t t
  20127. s,@ECHO_T@,$ECHO_T,;t t
  20128. s,@LIBS@,$LIBS,;t t
  20129. s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
  20130. s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
  20131. s,@INSTALL_DATA@,$INSTALL_DATA,;t t
  20132. s,@PACKAGE@,$PACKAGE,;t t
  20133. s,@VERSION@,$VERSION,;t t
  20134. s,@ACLOCAL@,$ACLOCAL,;t t
  20135. s,@AUTOCONF@,$AUTOCONF,;t t
  20136. s,@AUTOMAKE@,$AUTOMAKE,;t t
  20137. s,@AUTOHEADER@,$AUTOHEADER,;t t
  20138. s,@MAKEINFO@,$MAKEINFO,;t t
  20139. s,@SET_MAKE@,$SET_MAKE,;t t
  20140. s,@CC@,$CC,;t t
  20141. s,@CFLAGS@,$CFLAGS,;t t
  20142. s,@LDFLAGS@,$LDFLAGS,;t t
  20143. s,@CPPFLAGS@,$CPPFLAGS,;t t
  20144. s,@ac_ct_CC@,$ac_ct_CC,;t t
  20145. s,@EXEEXT@,$EXEEXT,;t t
  20146. s,@OBJEXT@,$OBJEXT,;t t
  20147. s,@build@,$build,;t t
  20148. s,@build_cpu@,$build_cpu,;t t
  20149. s,@build_vendor@,$build_vendor,;t t
  20150. s,@build_os@,$build_os,;t t
  20151. s,@host@,$host,;t t
  20152. s,@host_cpu@,$host_cpu,;t t
  20153. s,@host_vendor@,$host_vendor,;t t
  20154. s,@host_os@,$host_os,;t t
  20155. s,@LN_S@,$LN_S,;t t
  20156. s,@ECHO@,$ECHO,;t t
  20157. s,@RANLIB@,$RANLIB,;t t
  20158. s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
  20159. s,@STRIP@,$STRIP,;t t
  20160. s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
  20161. s,@CPP@,$CPP,;t t
  20162. s,@EGREP@,$EGREP,;t t
  20163. s,@LIBTOOL@,$LIBTOOL,;t t
  20164. s,@MAINTAINER_MODE_TRUE@,$MAINTAINER_MODE_TRUE,;t t
  20165. s,@MAINTAINER_MODE_FALSE@,$MAINTAINER_MODE_FALSE,;t t
  20166. s,@MAINT@,$MAINT,;t t
  20167. s,@PLATFORM_WIN32_TRUE@,$PLATFORM_WIN32_TRUE,;t t
  20168. s,@PLATFORM_WIN32_FALSE@,$PLATFORM_WIN32_FALSE,;t t
  20169. s,@PATHSEP@,$PATHSEP,;t t
  20170. s,@OS_WIN32_TRUE@,$OS_WIN32_TRUE,;t t
  20171. s,@OS_WIN32_FALSE@,$OS_WIN32_FALSE,;t t
  20172. s,@ms_librarian@,$ms_librarian,;t t
  20173. s,@MS_LIB_AVAILABLE_TRUE@,$MS_LIB_AVAILABLE_TRUE,;t t
  20174. s,@MS_LIB_AVAILABLE_FALSE@,$MS_LIB_AVAILABLE_FALSE,;t t
  20175. s,@ALLOCA@,$ALLOCA,;t t
  20176. s,@USE_NLS@,$USE_NLS,;t t
  20177. s,@MSGFMT@,$MSGFMT,;t t
  20178. s,@GMSGFMT@,$GMSGFMT,;t t
  20179. s,@XGETTEXT@,$XGETTEXT,;t t
  20180. s,@CATALOGS@,$CATALOGS,;t t
  20181. s,@CATOBJEXT@,$CATOBJEXT,;t t
  20182. s,@DATADIRNAME@,$DATADIRNAME,;t t
  20183. s,@GMOFILES@,$GMOFILES,;t t
  20184. s,@INSTOBJEXT@,$INSTOBJEXT,;t t
  20185. s,@INTLDEPS@,$INTLDEPS,;t t
  20186. s,@INTLLIBS@,$INTLLIBS,;t t
  20187. s,@INTLOBJS@,$INTLOBJS,;t t
  20188. s,@POFILES@,$POFILES,;t t
  20189. s,@POSUB@,$POSUB,;t t
  20190. s,@MKINSTALLDIRS@,$MKINSTALLDIRS,;t t
  20191. s,@GLIBC21@,$GLIBC21,;t t
  20192. s,@LIBICONV@,$LIBICONV,;t t
  20193. s,@INTLBISON@,$INTLBISON,;t t
  20194. s,@BUILD_INCLUDED_LIBINTL@,$BUILD_INCLUDED_LIBINTL,;t t
  20195. s,@USE_INCLUDED_LIBINTL@,$USE_INCLUDED_LIBINTL,;t t
  20196. s,@GENCAT@,$GENCAT,;t t
  20197. s,@INTL_LIBTOOL_SUFFIX_PREFIX@,$INTL_LIBTOOL_SUFFIX_PREFIX,;t t
  20198. s,@PKG_CONFIG@,$PKG_CONFIG,;t t
  20199. s,@GTK_CFLAGS@,$GTK_CFLAGS,;t t
  20200. s,@GTK_LIBS@,$GTK_LIBS,;t t
  20201. s,@GLIB_CFLAGS@,$GLIB_CFLAGS,;t t
  20202. s,@GLIB_LIBS@,$GLIB_LIBS,;t t
  20203. s,@GTK_CONFIG@,$GTK_CONFIG,;t t
  20204. s,@GNOME_CONFIG@,$GNOME_CONFIG,;t t
  20205. s,@EMACS@,$EMACS,;t t
  20206. s,@GTKDOC@,$GTKDOC,;t t
  20207. s,@HAVE_GTK_DOC_TRUE@,$HAVE_GTK_DOC_TRUE,;t t
  20208. s,@HAVE_GTK_DOC_FALSE@,$HAVE_GTK_DOC_FALSE,;t t
  20209. s,@HAVE_GTK_DOC@,$HAVE_GTK_DOC,;t t
  20210. s,@ENABLE_GTK_DOC_TRUE@,$ENABLE_GTK_DOC_TRUE,;t t
  20211. s,@ENABLE_GTK_DOC_FALSE@,$ENABLE_GTK_DOC_FALSE,;t t
  20212. s,@SENDMAIL@,$SENDMAIL,;t t
  20213. s,@PRINT_CONFIG@,$PRINT_CONFIG,;t t
  20214. s,@PERL@,$PERL,;t t
  20215. s,@WITH_PDBGEN_TRUE@,$WITH_PDBGEN_TRUE,;t t
  20216. s,@WITH_PDBGEN_FALSE@,$WITH_PDBGEN_FALSE,;t t
  20217. s,@WITH_AUTHORSGEN_TRUE@,$WITH_AUTHORSGEN_TRUE,;t t
  20218. s,@WITH_AUTHORSGEN_FALSE@,$WITH_AUTHORSGEN_FALSE,;t t
  20219. s,@EXTENSIVE_TESTS@,$EXTENSIVE_TESTS,;t t
  20220. s,@IN_GIMP@,$IN_GIMP,;t t
  20221. s,@GIMP_CFLAGS@,$GIMP_CFLAGS,;t t
  20222. s,@GIMP_CFLAGS_NOUI@,$GIMP_CFLAGS_NOUI,;t t
  20223. s,@GIMP_LIBS@,$GIMP_LIBS,;t t
  20224. s,@GIMP_LIBS_NOUI@,$GIMP_LIBS_NOUI,;t t
  20225. s,@GIMP@,$GIMP,;t t
  20226. s,@GIMPTOOL@,$GIMPTOOL,;t t
  20227. s,@STATICLIBS_TRUE@,$STATICLIBS_TRUE,;t t
  20228. s,@STATICLIBS_FALSE@,$STATICLIBS_FALSE,;t t
  20229. s,@DEFAULT_BINARY_TRUE@,$DEFAULT_BINARY_TRUE,;t t
  20230. s,@DEFAULT_BINARY_FALSE@,$DEFAULT_BINARY_FALSE,;t t
  20231. s,@GIMP_MAJOR_VERSION@,$GIMP_MAJOR_VERSION,;t t
  20232. s,@GIMP_MINOR_VERSION@,$GIMP_MINOR_VERSION,;t t
  20233. s,@GIMP_MICRO_VERSION@,$GIMP_MICRO_VERSION,;t t
  20234. s,@GIMP_VERSION@,$GIMP_VERSION,;t t
  20235. s,@LT_RELEASE@,$LT_RELEASE,;t t
  20236. s,@LT_CURRENT@,$LT_CURRENT,;t t
  20237. s,@LT_REVISION@,$LT_REVISION,;t t
  20238. s,@LT_AGE@,$LT_AGE,;t t
  20239. s,@LT_CURRENT_MINUS_AGE@,$LT_CURRENT_MINUS_AGE,;t t
  20240. s,@gimpdir@,$gimpdir,;t t
  20241. s,@gimpdatadir@,$gimpdatadir,;t t
  20242. s,@gimpplugindir@,$gimpplugindir,;t t
  20243. s,@gimpsysconfdir@,$gimpsysconfdir,;t t
  20244. s,@localedir@,$localedir,;t t
  20245. s,@brushdata@,$brushdata,;t t
  20246. s,@gradientdata@,$gradientdata,;t t
  20247. s,@palettedata@,$palettedata,;t t
  20248. s,@patterndata@,$patterndata,;t t
  20249. s,@GIMP_REMOTE@,$GIMP_REMOTE,;t t
  20250. s,@WEBBROWSER@,$WEBBROWSER,;t t
  20251. s,@LIBXMU@,$LIBXMU,;t t
  20252. s,@TIFF@,$TIFF,;t t
  20253. s,@LIBTIFF@,$LIBTIFF,;t t
  20254. s,@JPEG@,$JPEG,;t t
  20255. s,@XJT@,$XJT,;t t
  20256. s,@LIBJPEG@,$LIBJPEG,;t t
  20257. s,@PSP@,$PSP,;t t
  20258. s,@LIBZ@,$LIBZ,;t t
  20259. s,@PNG@,$PNG,;t t
  20260. s,@LIBPNG@,$LIBPNG,;t t
  20261. s,@AA@,$AA,;t t
  20262. s,@LIBAA@,$LIBAA,;t t
  20263. s,@MPEG@,$MPEG,;t t
  20264. s,@LIBMPEG@,$LIBMPEG,;t t
  20265. s,@GAP_DECODE_MPEG@,$GAP_DECODE_MPEG,;t t
  20266. s,@XPM@,$XPM,;t t
  20267. s,@LIBXPM@,$LIBXPM,;t t
  20268. s,@LIBUCB@,$LIBUCB,;t t
  20269. s,@PRINT@,$PRINT,;t t
  20270. s,@PRINT_LIBS@,$PRINT_LIBS,;t t
  20271. s,@PRINT_CFLAGS@,$PRINT_CFLAGS,;t t
  20272. s,@GIMP_THREAD_FLAGS@,$GIMP_THREAD_FLAGS,;t t
  20273. s,@GIMP_THREAD_LIBS@,$GIMP_THREAD_LIBS,;t t
  20274. s,@GIMP_MP_FLAGS@,$GIMP_MP_FLAGS,;t t
  20275. s,@GIMP_MP_LIBS@,$GIMP_MP_LIBS,;t t
  20276. s,@GIMP_PERL@,$GIMP_PERL,;t t
  20277. s,@GIMP_PERL_PO@,$GIMP_PERL_PO,;t t
  20278. s,@GIMPDOCS@,$GIMPDOCS,;t t
  20279. s,@GIMPINSTALL@,$GIMPINSTALL,;t t
  20280. s,@HELPBROWSER@,$HELPBROWSER,;t t
  20281. s,@GTKXMHTML_CFLAGS@,$GTKXMHTML_CFLAGS,;t t
  20282. s,@GTKXMHTML_LIBS@,$GTKXMHTML_LIBS,;t t
  20283. s,@HTML_DIR@,$HTML_DIR,;t t
  20284. s,@GIMP_CONTRIBUTORS@,$GIMP_CONTRIBUTORS,;t t
  20285. s,@GIMP_PLUGINS@,$GIMP_PLUGINS,;t t
  20286. s,@GIMP_MODULES@,$GIMP_MODULES,;t t
  20287. s,@LIBOBJS@,$LIBOBJS,;t t
  20288. s,@LTLIBOBJS@,$LTLIBOBJS,;t t
  20289. CEOF
  20290.  
  20291. _ACEOF
  20292.  
  20293.   cat >>$CONFIG_STATUS <<\_ACEOF
  20294.   # Split the substitutions into bite-sized pieces for seds with
  20295.   # small command number limits, like on Digital OSF/1 and HP-UX.
  20296.   ac_max_sed_lines=48
  20297.   ac_sed_frag=1 # Number of current file.
  20298.   ac_beg=1 # First line for current file.
  20299.   ac_end=$ac_max_sed_lines # Line after last line for current file.
  20300.   ac_more_lines=:
  20301.   ac_sed_cmds=
  20302.   while $ac_more_lines; do
  20303.     if test $ac_beg -gt 1; then
  20304.       sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
  20305.     else
  20306.       sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
  20307.     fi
  20308.     if test ! -s $tmp/subs.frag; then
  20309.       ac_more_lines=false
  20310.     else
  20311.       # The purpose of the label and of the branching condition is to
  20312.       # speed up the sed processing (if there are no `@' at all, there
  20313.       # is no need to browse any of the substitutions).
  20314.       # These are the two extra sed commands mentioned above.
  20315.       (echo ':t
  20316.   /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
  20317.       if test -z "$ac_sed_cmds"; then
  20318.       ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
  20319.       else
  20320.       ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
  20321.       fi
  20322.       ac_sed_frag=`expr $ac_sed_frag + 1`
  20323.       ac_beg=$ac_end
  20324.       ac_end=`expr $ac_end + $ac_max_sed_lines`
  20325.     fi
  20326.   done
  20327.   if test -z "$ac_sed_cmds"; then
  20328.     ac_sed_cmds=cat
  20329.   fi
  20330. fi # test -n "$CONFIG_FILES"
  20331.  
  20332. _ACEOF
  20333. cat >>$CONFIG_STATUS <<\_ACEOF
  20334. for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
  20335.   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
  20336.   case $ac_file in
  20337.   - | *:- | *:-:* ) # input from stdin
  20338.         cat >$tmp/stdin
  20339.         ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
  20340.         ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
  20341.   *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
  20342.         ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
  20343.   * )   ac_file_in=$ac_file.in ;;
  20344.   esac
  20345.  
  20346.   # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
  20347.   ac_dir=`(dirname "$ac_file") 2>/dev/null ||
  20348. $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
  20349.          X"$ac_file" : 'X\(//\)[^/]' \| \
  20350.          X"$ac_file" : 'X\(//\)$' \| \
  20351.          X"$ac_file" : 'X\(/\)' \| \
  20352.          .     : '\(.\)' 2>/dev/null ||
  20353. echo X"$ac_file" |
  20354.     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
  20355.         /^X\(\/\/\)[^/].*/{ s//\1/; q; }
  20356.         /^X\(\/\/\)$/{ s//\1/; q; }
  20357.         /^X\(\/\).*/{ s//\1/; q; }
  20358.         s/.*/./; q'`
  20359.   { if $as_mkdir_p; then
  20360.     mkdir -p "$ac_dir"
  20361.   else
  20362.     as_dir="$ac_dir"
  20363.     as_dirs=
  20364.     while test ! -d "$as_dir"; do
  20365.       as_dirs="$as_dir $as_dirs"
  20366.       as_dir=`(dirname "$as_dir") 2>/dev/null ||
  20367. $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
  20368.          X"$as_dir" : 'X\(//\)[^/]' \| \
  20369.          X"$as_dir" : 'X\(//\)$' \| \
  20370.          X"$as_dir" : 'X\(/\)' \| \
  20371.          .     : '\(.\)' 2>/dev/null ||
  20372. echo X"$as_dir" |
  20373.     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
  20374.         /^X\(\/\/\)[^/].*/{ s//\1/; q; }
  20375.         /^X\(\/\/\)$/{ s//\1/; q; }
  20376.         /^X\(\/\).*/{ s//\1/; q; }
  20377.         s/.*/./; q'`
  20378.     done
  20379.     test ! -n "$as_dirs" || mkdir $as_dirs
  20380.   fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
  20381. echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
  20382.    { (exit 1); exit 1; }; }; }
  20383.  
  20384.   ac_builddir=.
  20385.  
  20386. if test "$ac_dir" != .; then
  20387.   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
  20388.   # A "../" for each directory in $ac_dir_suffix.
  20389.   ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
  20390. else
  20391.   ac_dir_suffix= ac_top_builddir=
  20392. fi
  20393.  
  20394. case $srcdir in
  20395.   .)  # No --srcdir option.  We are building in place.
  20396.     ac_srcdir=.
  20397.     if test -z "$ac_top_builddir"; then
  20398.        ac_top_srcdir=.
  20399.     else
  20400.        ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
  20401.     fi ;;
  20402.   [\\/]* | ?:[\\/]* )  # Absolute path.
  20403.     ac_srcdir=$srcdir$ac_dir_suffix;
  20404.     ac_top_srcdir=$srcdir ;;
  20405.   *) # Relative path.
  20406.     ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
  20407.     ac_top_srcdir=$ac_top_builddir$srcdir ;;
  20408. esac
  20409. # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
  20410. # absolute.
  20411. ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
  20412. ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`
  20413. ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
  20414. ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
  20415.  
  20416.  
  20417.   case $INSTALL in
  20418.   [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
  20419.   *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
  20420.   esac
  20421.  
  20422.   if test x"$ac_file" != x-; then
  20423.     { echo "$as_me:$LINENO: creating $ac_file" >&5
  20424. echo "$as_me: creating $ac_file" >&6;}
  20425.     rm -f "$ac_file"
  20426.   fi
  20427.   # Let's still pretend it is `configure' which instantiates (i.e., don't
  20428.   # use $as_me), people would be surprised to read:
  20429.   #    /* config.h.  Generated by config.status.  */
  20430.   if test x"$ac_file" = x-; then
  20431.     configure_input=
  20432.   else
  20433.     configure_input="$ac_file.  "
  20434.   fi
  20435.   configure_input=$configure_input"Generated from `echo $ac_file_in |
  20436.                                      sed 's,.*/,,'` by configure."
  20437.  
  20438.   # First look for the input files in the build tree, otherwise in the
  20439.   # src tree.
  20440.   ac_file_inputs=`IFS=:
  20441.     for f in $ac_file_in; do
  20442.       case $f in
  20443.       -) echo $tmp/stdin ;;
  20444.       [\\/$]*)
  20445.          # Absolute (can't be DOS-style, as IFS=:)
  20446.          test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
  20447. echo "$as_me: error: cannot find input file: $f" >&2;}
  20448.    { (exit 1); exit 1; }; }
  20449.          echo $f;;
  20450.       *) # Relative
  20451.          if test -f "$f"; then
  20452.            # Build tree
  20453.            echo $f
  20454.          elif test -f "$srcdir/$f"; then
  20455.            # Source tree
  20456.            echo $srcdir/$f
  20457.          else
  20458.            # /dev/null tree
  20459.            { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
  20460. echo "$as_me: error: cannot find input file: $f" >&2;}
  20461.    { (exit 1); exit 1; }; }
  20462.          fi;;
  20463.       esac
  20464.     done` || { (exit 1); exit 1; }
  20465. _ACEOF
  20466. cat >>$CONFIG_STATUS <<_ACEOF
  20467.   sed "$ac_vpsub
  20468. $extrasub
  20469. _ACEOF
  20470. cat >>$CONFIG_STATUS <<\_ACEOF
  20471. :t
  20472. /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
  20473. s,@configure_input@,$configure_input,;t t
  20474. s,@srcdir@,$ac_srcdir,;t t
  20475. s,@abs_srcdir@,$ac_abs_srcdir,;t t
  20476. s,@top_srcdir@,$ac_top_srcdir,;t t
  20477. s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
  20478. s,@builddir@,$ac_builddir,;t t
  20479. s,@abs_builddir@,$ac_abs_builddir,;t t
  20480. s,@top_builddir@,$ac_top_builddir,;t t
  20481. s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
  20482. s,@INSTALL@,$ac_INSTALL,;t t
  20483. " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
  20484.   rm -f $tmp/stdin
  20485.   if test x"$ac_file" != x-; then
  20486.     mv $tmp/out $ac_file
  20487.   else
  20488.     cat $tmp/out
  20489.     rm -f $tmp/out
  20490.   fi
  20491.  
  20492. done
  20493. _ACEOF
  20494. cat >>$CONFIG_STATUS <<\_ACEOF
  20495.  
  20496. #
  20497. # CONFIG_HEADER section.
  20498. #
  20499.  
  20500. # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
  20501. # NAME is the cpp macro being defined and VALUE is the value it is being given.
  20502. #
  20503. # ac_d sets the value in "#define NAME VALUE" lines.
  20504. ac_dA='s,^\([     ]*\)#\([     ]*define[     ][     ]*\)'
  20505. ac_dB='[     ].*$,\1#\2'
  20506. ac_dC=' '
  20507. ac_dD=',;t'
  20508. # ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
  20509. ac_uA='s,^\([     ]*\)#\([     ]*\)undef\([     ][     ]*\)'
  20510. ac_uB='$,\1#\2define\3'
  20511. ac_uC=' '
  20512. ac_uD=',;t'
  20513.  
  20514. for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
  20515.   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
  20516.   case $ac_file in
  20517.   - | *:- | *:-:* ) # input from stdin
  20518.         cat >$tmp/stdin
  20519.         ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
  20520.         ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
  20521.   *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
  20522.         ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
  20523.   * )   ac_file_in=$ac_file.in ;;
  20524.   esac
  20525.  
  20526.   test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5
  20527. echo "$as_me: creating $ac_file" >&6;}
  20528.  
  20529.   # First look for the input files in the build tree, otherwise in the
  20530.   # src tree.
  20531.   ac_file_inputs=`IFS=:
  20532.     for f in $ac_file_in; do
  20533.       case $f in
  20534.       -) echo $tmp/stdin ;;
  20535.       [\\/$]*)
  20536.          # Absolute (can't be DOS-style, as IFS=:)
  20537.          test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
  20538. echo "$as_me: error: cannot find input file: $f" >&2;}
  20539.    { (exit 1); exit 1; }; }
  20540.          echo $f;;
  20541.       *) # Relative
  20542.          if test -f "$f"; then
  20543.            # Build tree
  20544.            echo $f
  20545.          elif test -f "$srcdir/$f"; then
  20546.            # Source tree
  20547.            echo $srcdir/$f
  20548.          else
  20549.            # /dev/null tree
  20550.            { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
  20551. echo "$as_me: error: cannot find input file: $f" >&2;}
  20552.    { (exit 1); exit 1; }; }
  20553.          fi;;
  20554.       esac
  20555.     done` || { (exit 1); exit 1; }
  20556.   # Remove the trailing spaces.
  20557.   sed 's/[     ]*$//' $ac_file_inputs >$tmp/in
  20558.  
  20559. _ACEOF
  20560.  
  20561. # Transform confdefs.h into two sed scripts, `conftest.defines' and
  20562. # `conftest.undefs', that substitutes the proper values into
  20563. # config.h.in to produce config.h.  The first handles `#define'
  20564. # templates, and the second `#undef' templates.
  20565. # And first: Protect against being on the right side of a sed subst in
  20566. # config.status.  Protect against being in an unquoted here document
  20567. # in config.status.
  20568. rm -f conftest.defines conftest.undefs
  20569. # Using a here document instead of a string reduces the quoting nightmare.
  20570. # Putting comments in sed scripts is not portable.
  20571. #
  20572. # `end' is used to avoid that the second main sed command (meant for
  20573. # 0-ary CPP macros) applies to n-ary macro definitions.
  20574. # See the Autoconf documentation for `clear'.
  20575. cat >confdef2sed.sed <<\_ACEOF
  20576. s/[\\&,]/\\&/g
  20577. s,[\\$`],\\&,g
  20578. t clear
  20579. : clear
  20580. s,^[     ]*#[     ]*define[     ][     ]*\([^     (][^     (]*\)\(([^)]*)\)[     ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
  20581. t end
  20582. s,^[     ]*#[     ]*define[     ][     ]*\([^     ][^     ]*\)[     ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
  20583. : end
  20584. _ACEOF
  20585. # If some macros were called several times there might be several times
  20586. # the same #defines, which is useless.  Nevertheless, we may not want to
  20587. # sort them, since we want the *last* AC-DEFINE to be honored.
  20588. uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
  20589. sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
  20590. rm -f confdef2sed.sed
  20591.  
  20592. # This sed command replaces #undef with comments.  This is necessary, for
  20593. # example, in the case of _POSIX_SOURCE, which is predefined and required
  20594. # on some systems where configure will not decide to define it.
  20595. cat >>conftest.undefs <<\_ACEOF
  20596. s,^[     ]*#[     ]*undef[     ][     ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
  20597. _ACEOF
  20598.  
  20599. # Break up conftest.defines because some shells have a limit on the size
  20600. # of here documents, and old seds have small limits too (100 cmds).
  20601. echo '  # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
  20602. echo '  if grep "^[     ]*#[     ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
  20603. echo '  # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
  20604. echo '  :' >>$CONFIG_STATUS
  20605. rm -f conftest.tail
  20606. while grep . conftest.defines >/dev/null
  20607. do
  20608.   # Write a limited-size here document to $tmp/defines.sed.
  20609.   echo '  cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
  20610.   # Speed up: don't consider the non `#define' lines.
  20611.   echo '/^[     ]*#[     ]*define/!b' >>$CONFIG_STATUS
  20612.   # Work around the forget-to-reset-the-flag bug.
  20613.   echo 't clr' >>$CONFIG_STATUS
  20614.   echo ': clr' >>$CONFIG_STATUS
  20615.   sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS
  20616.   echo 'CEOF
  20617.   sed -f $tmp/defines.sed $tmp/in >$tmp/out
  20618.   rm -f $tmp/in
  20619.   mv $tmp/out $tmp/in
  20620. ' >>$CONFIG_STATUS
  20621.   sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail
  20622.   rm -f conftest.defines
  20623.   mv conftest.tail conftest.defines
  20624. done
  20625. rm -f conftest.defines
  20626. echo '  fi # grep' >>$CONFIG_STATUS
  20627. echo >>$CONFIG_STATUS
  20628.  
  20629. # Break up conftest.undefs because some shells have a limit on the size
  20630. # of here documents, and old seds have small limits too (100 cmds).
  20631. echo '  # Handle all the #undef templates' >>$CONFIG_STATUS
  20632. rm -f conftest.tail
  20633. while grep . conftest.undefs >/dev/null
  20634. do
  20635.   # Write a limited-size here document to $tmp/undefs.sed.
  20636.   echo '  cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
  20637.   # Speed up: don't consider the non `#undef'
  20638.   echo '/^[     ]*#[     ]*undef/!b' >>$CONFIG_STATUS
  20639.   # Work around the forget-to-reset-the-flag bug.
  20640.   echo 't clr' >>$CONFIG_STATUS
  20641.   echo ': clr' >>$CONFIG_STATUS
  20642.   sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
  20643.   echo 'CEOF
  20644.   sed -f $tmp/undefs.sed $tmp/in >$tmp/out
  20645.   rm -f $tmp/in
  20646.   mv $tmp/out $tmp/in
  20647. ' >>$CONFIG_STATUS
  20648.   sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
  20649.   rm -f conftest.undefs
  20650.   mv conftest.tail conftest.undefs
  20651. done
  20652. rm -f conftest.undefs
  20653.  
  20654. cat >>$CONFIG_STATUS <<\_ACEOF
  20655.   # Let's still pretend it is `configure' which instantiates (i.e., don't
  20656.   # use $as_me), people would be surprised to read:
  20657.   #    /* config.h.  Generated by config.status.  */
  20658.   if test x"$ac_file" = x-; then
  20659.     echo "/* Generated by configure.  */" >$tmp/config.h
  20660.   else
  20661.     echo "/* $ac_file.  Generated by configure.  */" >$tmp/config.h
  20662.   fi
  20663.   cat $tmp/in >>$tmp/config.h
  20664.   rm -f $tmp/in
  20665.   if test x"$ac_file" != x-; then
  20666.     if diff $ac_file $tmp/config.h >/dev/null 2>&1; then
  20667.       { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
  20668. echo "$as_me: $ac_file is unchanged" >&6;}
  20669.     else
  20670.       ac_dir=`(dirname "$ac_file") 2>/dev/null ||
  20671. $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
  20672.          X"$ac_file" : 'X\(//\)[^/]' \| \
  20673.          X"$ac_file" : 'X\(//\)$' \| \
  20674.          X"$ac_file" : 'X\(/\)' \| \
  20675.          .     : '\(.\)' 2>/dev/null ||
  20676. echo X"$ac_file" |
  20677.     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
  20678.         /^X\(\/\/\)[^/].*/{ s//\1/; q; }
  20679.         /^X\(\/\/\)$/{ s//\1/; q; }
  20680.         /^X\(\/\).*/{ s//\1/; q; }
  20681.         s/.*/./; q'`
  20682.       { if $as_mkdir_p; then
  20683.     mkdir -p "$ac_dir"
  20684.   else
  20685.     as_dir="$ac_dir"
  20686.     as_dirs=
  20687.     while test ! -d "$as_dir"; do
  20688.       as_dirs="$as_dir $as_dirs"
  20689.       as_dir=`(dirname "$as_dir") 2>/dev/null ||
  20690. $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
  20691.          X"$as_dir" : 'X\(//\)[^/]' \| \
  20692.          X"$as_dir" : 'X\(//\)$' \| \
  20693.          X"$as_dir" : 'X\(/\)' \| \
  20694.          .     : '\(.\)' 2>/dev/null ||
  20695. echo X"$as_dir" |
  20696.     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
  20697.         /^X\(\/\/\)[^/].*/{ s//\1/; q; }
  20698.         /^X\(\/\/\)$/{ s//\1/; q; }
  20699.         /^X\(\/\).*/{ s//\1/; q; }
  20700.         s/.*/./; q'`
  20701.     done
  20702.     test ! -n "$as_dirs" || mkdir $as_dirs
  20703.   fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
  20704. echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
  20705.    { (exit 1); exit 1; }; }; }
  20706.  
  20707.       rm -f $ac_file
  20708.       mv $tmp/config.h $ac_file
  20709.     fi
  20710.   else
  20711.     cat $tmp/config.h
  20712.     rm -f $tmp/config.h
  20713.   fi
  20714. done
  20715. _ACEOF
  20716. cat >>$CONFIG_STATUS <<\_ACEOF
  20717.  
  20718. #
  20719. # CONFIG_COMMANDS section.
  20720. #
  20721. for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
  20722.   ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
  20723.   ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
  20724.   ac_dir=`(dirname "$ac_dest") 2>/dev/null ||
  20725. $as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
  20726.          X"$ac_dest" : 'X\(//\)[^/]' \| \
  20727.          X"$ac_dest" : 'X\(//\)$' \| \
  20728.          X"$ac_dest" : 'X\(/\)' \| \
  20729.          .     : '\(.\)' 2>/dev/null ||
  20730. echo X"$ac_dest" |
  20731.     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
  20732.         /^X\(\/\/\)[^/].*/{ s//\1/; q; }
  20733.         /^X\(\/\/\)$/{ s//\1/; q; }
  20734.         /^X\(\/\).*/{ s//\1/; q; }
  20735.         s/.*/./; q'`
  20736.   ac_builddir=.
  20737.  
  20738. if test "$ac_dir" != .; then
  20739.   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
  20740.   # A "../" for each directory in $ac_dir_suffix.
  20741.   ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
  20742. else
  20743.   ac_dir_suffix= ac_top_builddir=
  20744. fi
  20745.  
  20746. case $srcdir in
  20747.   .)  # No --srcdir option.  We are building in place.
  20748.     ac_srcdir=.
  20749.     if test -z "$ac_top_builddir"; then
  20750.        ac_top_srcdir=.
  20751.     else
  20752.        ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
  20753.     fi ;;
  20754.   [\\/]* | ?:[\\/]* )  # Absolute path.
  20755.     ac_srcdir=$srcdir$ac_dir_suffix;
  20756.     ac_top_srcdir=$srcdir ;;
  20757.   *) # Relative path.
  20758.     ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
  20759.     ac_top_srcdir=$ac_top_builddir$srcdir ;;
  20760. esac
  20761. # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
  20762. # absolute.
  20763. ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
  20764. ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`
  20765. ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
  20766. ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
  20767.  
  20768.  
  20769.   { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
  20770. echo "$as_me: executing $ac_dest commands" >&6;}
  20771.   case $ac_dest in
  20772.     default-1 ) test -z "$CONFIG_HEADERS" || echo timestamp > stamp-h ;;
  20773.     default-2 ) case "$CONFIG_FILES" in *po/Makefile.in*)
  20774.         sed -e "/POTFILES =/r po/POTFILES" po/Makefile.in > po/Makefile
  20775.       esac ;;
  20776.     default-3 ) for ac_file in $CONFIG_FILES; do
  20777.         # Support "outfile[:infile[:infile...]]"
  20778.         case "$ac_file" in
  20779.           *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
  20780.         esac
  20781.         # PO directories have a Makefile.in generated from Makefile.in.in.
  20782.         case "$ac_file" in */Makefile.in)
  20783.           # Adjust a relative srcdir.
  20784.           ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
  20785.           ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`"
  20786.           ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
  20787.           # In autoconf-2.13 it is called $ac_given_srcdir.
  20788.           # In autoconf-2.50 it is called $srcdir.
  20789.           test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
  20790.           case "$ac_given_srcdir" in
  20791.             .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
  20792.             /*) top_srcdir="$ac_given_srcdir" ;;
  20793.             *)  top_srcdir="$ac_dots$ac_given_srcdir" ;;
  20794.           esac
  20795.           if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
  20796.             rm -f "$ac_dir/POTFILES"
  20797.             test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
  20798.             sed -e "/^#/d" -e "/^[     ]*\$/d" -e "s,.*,     $top_srcdir/& \\\\," -e "\$s/\(.*\) \\\\/\1/" < "$ac_given_srcdir/$ac_dir/POTFILES.in" > "$ac_dir/POTFILES"
  20799.             test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
  20800.             sed -e "/POTFILES =/r $ac_dir/POTFILES" "$ac_dir/Makefile.in" > "$ac_dir/Makefile"
  20801.           fi
  20802.           ;;
  20803.         esac
  20804.       done ;;
  20805.     default )
  20806.    chmod +x gimptool-1.2
  20807.    sed -e "s/^     ..\/..\/..\//     ..\//" plug-ins/perl/po/Makefile > plug-ins/perl/po/Makefile.eek && mv plug-ins/perl/po/Makefile.eek plug-ins/perl/po/Makefile
  20808.    case "$CONFIG_FILES" in
  20809.    *plug-ins/perl*)
  20810.       if test -f plug-ins/perl/config.status; then
  20811.          ( cd plug-ins/perl; ${CONFIG_SHELL-/bin/sh} config.status )
  20812.       fi
  20813.       ;;
  20814.    esac
  20815.  
  20816.  ;;
  20817.   esac
  20818. done
  20819. _ACEOF
  20820.  
  20821. cat >>$CONFIG_STATUS <<\_ACEOF
  20822.  
  20823. { (exit 0); exit 0; }
  20824. _ACEOF
  20825. chmod +x $CONFIG_STATUS
  20826. ac_clean_files=$ac_clean_files_save
  20827.  
  20828.  
  20829. # configure is writing to config.log, and then calls config.status.
  20830. # config.status does its own redirection, appending to config.log.
  20831. # Unfortunately, on DOS this fails, as config.log is still kept open
  20832. # by configure, so config.status won't be able to write to it; its
  20833. # output is simply discarded.  So we exec the FD to /dev/null,
  20834. # effectively closing config.log, so it can be properly (re)opened and
  20835. # appended to by config.status.  When coming back to configure, we
  20836. # need to make the FD available again.
  20837. if test "$no_create" != yes; then
  20838.   ac_cs_success=:
  20839.   ac_config_status_args=
  20840.   test "$silent" = yes &&
  20841.     ac_config_status_args="$ac_config_status_args --quiet"
  20842.   exec 5>/dev/null
  20843.   $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
  20844.   exec 5>>config.log
  20845.   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
  20846.   # would make configure fail if this is the last instruction.
  20847.   $ac_cs_success || { (exit 1); exit 1; }
  20848. fi
  20849.  
  20850.